- Oct 04, 2004
-
-
Eric Barton authored
-
- Oct 02, 2004
-
-
Eric Barton authored
-
Eric Barton authored
-
Liang Zhen authored
-
Liang Zhen authored
-
- Oct 01, 2004
-
-
Eric Barton authored
-
- Sep 30, 2004
-
-
Eric Barton authored
-
- Sep 29, 2004
-
-
Eric Barton authored
* Added a README for sgpdd-survey
-
- Sep 23, 2004
-
-
alex authored
-
- Sep 22, 2004
-
-
alex authored
- mdt_obj_create() should set generation in re-create case
-
- Sep 20, 2004
-
-
zhaohong authored
-
- Sep 16, 2004
- Sep 15, 2004
-
-
Oleg Drokin authored
-
Oleg Drokin authored
-
- Sep 10, 2004
-
-
zhaoqiang authored
Move the LUSTRE_SRV_PTL_PID definition from lustre_idl.h to libcfs.h
-
- Sep 09, 2004
-
-
alex authored
r=adilger - bug fixed: ll_gns_timer_callback() used semaphore in interrupt context
-
- Sep 07, 2004
-
-
jacob authored
-
- Sep 04, 2004
-
-
zhaoqiang authored
Add the lustre_idl.h to qswnal.h
-
- Sep 02, 2004
-
-
Wang Di authored
-
- Sep 01, 2004
-
-
Yury Umanets authored
- removed redundant assignment.
-
Wang Di authored
-
- Aug 31, 2004
- Aug 30, 2004
-
-
Eric Mei authored
- add a flag in lustre_msg which indicate message type - add a security descriptor into most of messages send to MDSs, which include the uid, supplementary groups array etc. - add group hash - MDS retrive local groups database through upcall, and set/merge with which sent from client based on policies (here not totally finished) - move root_squash test into separate sanity-sec.sh
-
wangchao authored
-
Eric Mei authored
-
- Aug 27, 2004
- Aug 26, 2004
-
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
jacob authored
-
Wang Di authored
-
Eric Barton authored
-
liuduo authored
-
zhaoqiang authored
b=bug4165(pid) r=Peter - Assign the constant number to kernel portals pid, this constant is LUSTRE_SRV_PTL_PID(999999) defined in lustre_idl.h; In the user mode(liblustre), use the getpid() - Modify the struct ptlrpc_peer's field peer_nid from ptl_nid_t to ptl_process_id_t, which include pid. Modify the related code with peer_nid. - Change the snprintf remote_uuid.uuid to include pid info in target_handle_connect; - In ksocknal_api_startup, use LUSTRE_SRV_PTL_PID to PtlNIInit. - In tcpnal_init, b->lib_nal->libnal_ni.ni_pid.pid=0; This line should be deleted. - In ptlrpc_get_connection, add the pid compare when iterate the conn_list & conn_unused_list - Change request_in_callback while assign req->rq_peer.peer_id - In ptlrpc_uuid_to_peer, give default value (LUSTRE_SRV_PTL_PID) to peer->peer_id.pid - Change each entry to call PtlNIInit/PtlPut - Change the entry to call PtlMEAttach, use c_peer value replace PTL_PID_ANY , it is the most important!
-