- Jul 22, 2004
-
-
Robert Read authored
I've seen the "server went back in time" message while testing HEAD, so this will fix that. Patch already on 1.4.
-
alex authored
bits from 3599 landed to help debugging
-
alex authored
-
alex authored
- ext3-inode-reuse is part of vanilla-2.4.24 series - MDS doesn't take lock to prevent inode recreation (this improves performance a bit)
-
alex authored
-
Robert Read authored
Corrected. OBD_MD_MDS should only be set when the directory was created on a different node.
-
wangchao authored
r=braam update lctl.lyx
-
wangchao authored
r=braam update lmc.lyx and lconf.lyx
-
Robert Read authored
revert while i figure out what i did wrong.
-
Robert Read authored
Also reconstruct what we can in the body, which is hopefully enough.
-
- Jul 21, 2004
- Jul 20, 2004
-
-
alex authored
oscc_internal_create() increase pre-creation window smoothly
-
Robert Read authored
r=bzzz Reconstruct create reply for CROSS_REF directories from the dentry.
-
Robert Read authored
use the correct bug#
-
Robert Read authored
more diagnostics.
-
Robert Read authored
more debugging
-
- Jul 19, 2004
-
-
Robert Read authored
renmae 2nd ptlrcd "ptlrpcd-recov"
-
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.
-
Robert Read authored
THe hack on b1_2 branch to call set_info("mds_conn") on a specific OSC instead of all of them was removed on HEAD, and this broke mds_lov_synchronize. Instead of introducing a new hack to do this, for now this changes m_l_s to send the set_info() to all the connected OSTs. This should be harmless.
-
alex authored
- with CMD each MDS has own group on OST, so group != 0 always. this is why filter_should_precreate() did return 1 always, so precreation path didn't take a place. I've comment out check for group out for a while
-
alex authored
- lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only - lmv_disconnect() should drop connected flag upon real disconnecting only
-
- Jul 18, 2004
-
-
alex authored
-
alex authored
-
alex authored
-
alex authored
-
alex authored
- race in dynlock_unlock() fixed: several threads may find refcount=0 and try to free lock member at the same time. thanks to Andreas!
-
alex authored
is called. the last one didn't drop lmv->connected to 0 and this prevent subsequent lmv_connect() to work properly
-
Robert Read authored
b=3869,1742 These are the remaining fixes from 1742 that are needed to allow a client to reconnect during recover. The request that triggered 3869 on the last run was actually a RESENT request that was sent before recovery had finished, which this patch will fix.
-
- Jul 17, 2004
-
-
Wang Di authored
2 some fix for regular file cow
-
alex authored
- more debug info
-
Robert Read authored
b=1451 Don't allow client to reconnect if an RPC is already in progress for that client. Added an extra counter for this, because the export refcount is also held by locks and who knows what else.
-
- Jul 16, 2004
-
-
Oleg Drokin authored
-
Wang Di authored
-