- Aug 28, 2007
-
-
Eric Mei authored
another missing part related to the gss_bulk.c
-
- Aug 24, 2007
-
-
scjody authored
Add EXPORT_SYMBOL check for node_to_cpumask symbol. b=12826 i=shadow i=mjmac
-
- Aug 09, 2007
-
-
Nathan Rutman authored
i=tappro i=fanyong block reactivating mgc import until all deactivates complete Only an issue when failing back MDT/MGS to itself (testing)
-
- Aug 07, 2007
-
-
scjody authored
Commit of latest gss_bulk.c. Old revision history has been lost (but contact me if you really need to know something.)
-
- Aug 03, 2007
-
-
Yong Fan authored
i=ericm i=vitaly Fix compile warning and type error message when compiles the HEAD branch.
-
- Jul 31, 2007
-
-
Vitaly Fertman authored
b=11829 i=huanghua i=tappro early lock cancel for cmd
-
- 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.
-
- May 02, 2007
-
-
scjody authored
Add LNET router traceability for debug purposes If a checksum failure occurs with a router as part of the IO path, the NID of the last router that forwarded the bulk data is printed so it can be identified. Original patch by eeb. b=11548 i=eeb i=adilger
-
- Apr 30, 2007
-
-
Lai Siyao authored
i=adilger unmatched spin_lock/unlock of imp_lock might cause deadlock.
-
- Apr 28, 2007
-
-
scjody authored
Patch from nic@cray.com: add spin locks around import/export bit flag changes. b=11315 i=adilger i=alex
-
- Apr 26, 2007
-
-
Nathan Rutman authored
b=11013 Back out bz 11013 due to chronic test failures
-
- Apr 13, 2007
-
-
Alexey Lyashkov authored
timeout. b=11203 i=green i=adilger
-
- Mar 26, 2007
-
-
Bobi Jam authored
b=11090 Description: Be more lenient with linux clients before warning (by Andreas) Details: This fixes Linux clients so they allow one major Lustre release update before they warn. It also makes the setting of the version a lot easier by using OBD_OCD_VERSION(0,0,1,32) instead of having to calculate it directly.
-
- Mar 22, 2007
-
-
scjody authored
Change timeouts on Cray XT3. b=10803 r=adilger r=scjody Original author: Nic from Cray
-
- Mar 19, 2007
-
-
Nathan Rutman authored
This is a potential null pointer dereference. Caught by HEAD's conf_sanity test 29
-
- Mar 13, 2007
-
-
yzy authored
b=11013 r=adilger implement a common hash table, so it will be used as a hash class. in this patch, finished : 1. " UUID <--> export " hash 2. " NID <--> export " hash 3. "NetPeer <--> connect" hash
-
- Mar 09, 2007
-
-
Bobi Jam authored
b=11090 r=green Description: Checking the version difference of client vs. server, report error if the gap is too big.
-
- Mar 01, 2007
-
-
Eric Barton authored
-
- Feb 26, 2007
-
-
deen authored
of uninitialized pointer. r=rmg@ (nathan)
-
Andreas Dilger authored
Don't try to report stats on an incoming request we can't decode (trips LASSERT in since RPCv2 support was added).
-
Nathan Rutman authored
Assertions are for verifying logic.
-
- Feb 21, 2007
-
-
Nathan Rutman authored
r=adilger Insure min dynamic threads < max threads Also make absolutely sure we don't start more than MAX on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g. ilter.c lustre/ost/ost_handler.c on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g. (8 * 1024) on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g. s/lustre-core/mds/handler.c,v on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g. threads = MDS_THREADS_AUTO_MAX; on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g. andler.c 21 Feb 2007 21:22:08 -0000 on the biggest machines, we limit the MDS auto-threads to start at 32 and go to 128, nowhere near the 512 max limit. On e.g.
-
- 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 13, 2007
-
-
Andreas Dilger authored
Description: RPCs being resent when they shouldn't be Details : Some RPCs that should not be resent are being resent. This can cause inconsistencies in the RPC state machine. Do not resend such requests. b=11203 r=nathan r=green Fix 2.4 kernel compile error introduced by 10866 landing (missing typecheck).
-
- Feb 10, 2007
-
-
Nathan Rutman authored
-
- Sep 20, 2005
-
-
Eric Mei authored
-
- Sep 15, 2005
-
-
Wang Di authored
land posix flock patch of Don.
-
- Sep 14, 2005
-
-
alex authored
- don't use req as we've lost our reference after ptlrpc_set_add_new_req()
-
- Aug 29, 2005
-
-
alex authored
without involving OST
-
- Aug 19, 2005
-
-
Eric Mei authored
-
- Aug 18, 2005
-
-
alex authored
- show error message always to simplify bug catching
-
- Aug 17, 2005
-
-
alex authored
- additional debug info
-
- Aug 11, 2005
-
-
Yury Umanets authored
- fixes for making liblustre at least buildable (including fixes to compilation bug found by Brian recently)
-
- Aug 10, 2005
-
-
Brian J. Murrell authored
../../lustre/include/linux/lustre_sec.h:541: error: field `c_hash' has incomplete type
-
Yury Umanets authored
-
- Aug 09, 2005
-
-
Lai Siyao authored
-
- Aug 08, 2005
-
-
Yury Umanets authored
-
- Aug 06, 2005
-
-
Mikhail Pershin authored
-