- Jul 12, 2004
-
-
Robert Read authored
use assignment instead of memset to clear the conn_cnt.
-
Wang Di authored
move primary cowed inode to cowed dir. 2)move MSG_CONNECT_INITIAL check before obd_uuid equal check, otherwise, it will bring some problems in cmobd_setup. 3)set imp_conn_cnt to 0 in ptlrpc_disconnect_import
-
- Jul 09, 2004
-
-
Wang Di authored
2)some minor fix in smfs cache_hook.
-
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
-
- Jul 08, 2004
-
-
alex authored
- mds_open() logs parent/name couple. this helps recovery debugging
-
Wang Di authored
-
Wang Di authored
-
Wang Di authored
-
Yury Umanets authored
-
- Jul 07, 2004
-
-
Wang Di authored
1) fix some bugs in create_indirect inode.
-
- Jul 06, 2004
- Jul 05, 2004
- Jul 04, 2004
- Jul 01, 2004
-
-
alex authored
VS: ----------------------------------------------------------------------
-
- Jun 30, 2004
-
-
alex authored
lock on part of dir only - minor API changes to pass the lock pointer
-
- Jun 29, 2004
- Jun 28, 2004
- Jun 27, 2004
-
-
alex authored
- test 4a of sanity-lmv.sh to check this case
-
alex authored
this should prevent lookup serialization - vfs-pdirops-2.4.20-rh.patch exports lock_dir() and unlock_dir() primitives
-
Phil Schwan authored
lock handle which was never used
-
Phil Schwan authored
the group field, which LASSERTs on the OST.
-
Phil Schwan authored
striping default code was removed from mds_crceate_objects
-
Phil Schwan authored
r=rread A quick workaround for bug 3652, in which we hold the logging semaphore across an rpc. Robert thinks that this file can be cleaned up substantially, but that this fix is sufficient for CMD.
-
- Jun 25, 2004
-
-
alex authored
- bunch of fixes to handle dir splitting over N < MDS nodes - fixes to MDS code to handle dir splitting over N < MDS nodes properly - mds_try_to_split() should ignore requests to split dir over 1 node - checks for NULL exports in LMV - checks for wrong -ERESTART handling: because of software errors it possible that lmv will loop forever. we need to assert on this. - one more sanity test 3c to test lfs dirstripe and activity on such a dirs
-
- Jun 24, 2004