- Aug 30, 2007
-
-
Nathan Rutman authored
i=scjody i=adilger clients have imports, not exports
-
- Jul 30, 2007
-
-
Mikhail Pershin authored
-
- May 08, 2007
-
-
Oleg Drokin authored
r=adilger,shadow Check that request is still eligible for replay in mdc_set_replay_data() before doing anything.
-
- Apr 13, 2007
-
-
Alexey Lyashkov authored
timeout. b=11203 i=green i=adilger
-
- Feb 16, 2007
-
-
Eric Barton authored
OST_CONNECTs to complete at startup) on HEAD
-
- Feb 15, 2007
-
-
Bobi Jam authored
b=9829 r=adilger Description: client incorrectly hits assertion in ptlrpc_replay_req() Details : for a short time RPCs with bulk IO are in the replay list, but replay of bulk IOs is unimplemented. If the OST filesystem is corrupted due to disk cache incoherency and then replay is started it is possible to trip an assertion. Avoid putting committed RPCs into the replay list at all to avoid this issue.
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Jul 07, 2005
-
-
Eric Mei authored
-
- May 30, 2005
-
-
alex authored
- remove ugly debug bits - dump FL_REPLAY reqs once after connect to avoid flooding
-
Yury Umanets authored
-
- May 29, 2005
-
-
Yury Umanets authored
-
- May 27, 2005
-
-
alex authored
- additional check because a req with FL_REPLAY can be w/o repmsg
-
Yury Umanets authored
-
alex authored
- additional debug mess(age?) to learn 6K depth open req queue on cnbuild
-
- May 26, 2005
-
-
alex authored
- the situation looks valid with opencache locks, but it floods consoles over. make it silent for a while
-
- May 25, 2005
-
-
Eric Mei authored
fixes, need new nfsutils patches version 8. * more precise error notify between kernel and lgssd. * minor gss api param fix. and various minor gss fixes.
-
- May 14, 2005
-
-
alex authored
-
- May 07, 2005
-
-
alex authored
- workaround for cascading timeouts when failure of 1 server node causes failures of unrelated connections. this caused different problems. for example, lock cancel timeouts.
-
- Apr 04, 2005
-
-
Yury Umanets authored
-
- Mar 31, 2005
-
-
Eric Mei authored
-
- Nov 11, 2004
-
-
Yury Umanets authored
-
- Oct 23, 2004
-
-
Yury Umanets authored
-
- 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
-
- Jul 22, 2004
-
-
Robert Read authored
Move the transno update so it's done after we check for the -ENOTCONN reply.
-
- Jul 19, 2004
-
-
Robert Read authored
A small races exists between receiving a reply and timeout. This diff prevents ptlrpc_expire_one_request from timing out a req that has already received the reply.
-
- Jul 09, 2004
-
-
alex authored
robert's fixes: - add CONNECT_INITAL flag for the initial connect message from a client. When server sees an old client reconnect with that flag, then it needs to set the handles as if it was a new client. - set the initial imp_conn_cnt from the server's conn_cnt. When client connects with INITIAL set, the server sends back the old conn_cnt+1. - timeout for inter-MDS requests is set to obd_timeout / 2
-
- Jun 16, 2004
-
-
Robert Read authored
- landed on HEAD
-
alex authored
- 2nd patch of the bug landed
-
- Jun 06, 2004
-
-
alex authored
after HZ then ptlrpc_connect_interpret() starts reconnection immediately. this speeds recovery up a bit - pinger pings inter-mds connection more ofter then usual ones - pinger finds the most sooner event and waits for it, not for obd_timeout * 2 - mds_getattr_name() needs not to check whether mds is choosen right if attrs are requested by fid
-
- Jun 02, 2004
-
-
Phil Schwan authored
b_cmobd_merge should not be used for any further development or testing!
-
- May 25, 2004
- May 17, 2004
-
-
Phil Schwan authored
cMD_PRE_CMD_SMASH are the relevant tags. The pre-smashing contents of HEAD will be committed by yury into b_cmd as a merge of the two branches. These will be stabilized on b_cmd and eventually landed onto HEAD.
-
- Apr 29, 2004
-
-
Andreas Dilger authored
b=3284, b=3285, b=3043, b=3236, revert liblustre group changes
-
- Apr 23, 2004
-
-
Andreas Dilger authored
b=3043, b=3258, b=3219, b=2410
-
- Apr 20, 2004
-
-
Eric Barton authored
-
- Apr 14, 2004
-
-
Andreas Dilger authored
b=3116, b=3064, b=3107, b=3122, b=1519, 2.6 kernel fixes, group lock fixes
-
- Apr 13, 2004
-
-
Eric Barton authored
Superbug 2871: Sub-bugs fixed 2869 2870 3034 3036 3037 3035 3038 3135
-
- Apr 06, 2004
-
-
Eric Barton authored
ptlrpc_abort_bulk() to always l_wait_event() after doing PtlMDUnlink() on the relevant MD. Previous code assumed that when PtlMDUnlink() returned PTL_MD_INVALID, the relevant callback handler must have run already, which isn't true for liblustre. The l_wait_event() will be a NOOP for kernel lustre (condition already true) but gives the liblustre event handler a chance to call all the callbacks.
-
- Mar 24, 2004
-
-
Andreas Dilger authored
b=2867
-