- Aug 08, 2007
-
-
Wang Di authored
Sync log_commit_thread count between llog_commit_thread_start and llog_commit_thread_cleanup. b=10800 i=shadow i=green
-
Alexey Lyashkov authored
b=11756 i=nathan i=green
-
- Aug 03, 2007
-
-
Oleg Drokin authored
r=adilger Obtain necessary amount of peer credits for exery export per oss and for every possible AST per MDS.
-
- Jul 26, 2007
-
-
Wang Di authored
land 10800(adding llog ctxt refcount) to b1_6. b=10800 i=green i=shadow
-
- Jul 20, 2007
-
-
Oleg Drokin authored
r=adilger, nathan Hash tables for uuids, nids and connections.
-
- Jul 19, 2007
-
-
scjody authored
To improve performance, disable most logging (for debug purposes) by default. VFSTRACE, RPCTRACE, and DLMTRACE are now off by default, and HA includes contains fewer messages. Original patch by adilger. b=12417 i=scjody i=green
-
- Jul 18, 2007
-
-
Nathan Rutman authored
i=adilger i=green fix mds_lov_synchronize race
-
Andreas Dilger authored
Fix ll_opcode2str() and opcode_offset() to handle LLOG request types. Fix ChangeLog to put changes at the end of the 1.6.1 section. b=12731 i=nathan i=scjody
-
- Jul 17, 2007
-
-
Johann Lombardi authored
b=12696 i=johann i=adilger Severity : normal Frequency : rare Bugzilla : 12696 Description: ASSERTION(imp->imp_conn_current) failed Details : an assertion failure is hit if a client node boots and attempts to mount a lustre filesystem faster than RECONNECT_INTERVAL seconds.
-
- Jul 12, 2007
-
-
deen authored
callback after bulk transfer shouldn't LBUG, but process this request as erroneous. b=11544 i=green i=eeb
-
- Jun 29, 2007
-
-
Oleg Drokin authored
r=eeb,adilger do not panic if pinger set changed reply status. The only valid action is to check if reply was actually processed.
-
- Jun 22, 2007
-
-
Alexey Lyashkov authored
b=11710 i=green i=wangdi
-
- Jun 21, 2007
-
-
Alexey Lyashkov authored
b=12747 i=wangdi i=scjody
-
Bobi Jam authored
i=green, adilger improve some error messages.
-
Vitaly Fertman authored
land Early Lock Cancel code
-
- Jun 15, 2007
-
-
Vitaly Fertman authored
b=12731 i=adilger i=green ASSERTION(offset < LUSTRE_MAX_OPCODES) fix
-
Alexey Lyashkov authored
prevent destroy request after get timeout in ptlrpc_queue_wait. b=11674 i=green i=wangdi
-
- Jun 14, 2007
-
-
Alexey Lyashkov authored
b=12731 i=vitaly (original author) i=adilger
-
Alexey Lyashkov authored
LCONSOLE_ERROR(fmt, arg) to LCONSOLE_ERROR_MSG(0x000, fmt, ## arg). b=10595 i=adilger
-
- Jun 13, 2007
-
-
Vitaly Fertman authored
the build is broken with last commits. fixing
-
jitendra authored
It also includes code fixes for first five improved error messages. b=10595 i=adilger i=braam
-
- Jun 06, 2007
-
-
Oleg Drokin authored
r=eeb,adilger,nic(original author) Insert cond_resched in ptlrpc_main to give other threads a chance to use some cp u.
-
- May 30, 2007
-
-
scjody authored
Accept the old ost_num_threads parameter but warn that it is deprecated, and fix an off-by-one error that caused an LBUG. Original patch by adilger. b=12470 i=nathan i=scjody
-
Nathan Rutman authored
i=nathan i=adilger don't unlock twice. patch by wangdi
-
- May 17, 2007
-
-
Alexey Lyashkov authored
imp_delayed_list, in this place should be used imp_lock. b=12477 i=alex i=eeb
-
- May 16, 2007
-
-
Oleg Drokin authored
r=wangdi,adigler Take import reference before releasing llog record semaphore
-
- 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).
-