- Aug 14, 2008
-
-
deen authored
1) Move ldlm_resource_dump() calls from D_OTHER to D_INFO in non-error cases. 2) In ldlm_resource_add_lock(), move CDEBUG() and ldlm_lock_dump() back to D_OTHER for consistency with another debug output in this function.
-
- Aug 13, 2008
-
-
Bobi Jam authored
b=15924 i=johann add a test case for bug 15924, combine flock tests code into a single file flocks_test.c
-
- Aug 12, 2008
-
-
Yury Umanets authored
r=adilger,nikita - fixes pools thread often wake up; - cleanups, comments.
-
- Aug 11, 2008
-
-
Andrew Perepechko authored
b=16536 i=andrew.perepechko@sun.com (panda) i=oleg.drokin@sun.com (green) fix a possible oops when a cancelling extent lock could be referenced through 'fast lock' routine
-
- Aug 07, 2008
-
-
kalpak authored
b=16098 Add GPLv2 URL to copyright headers
-
- Aug 06, 2008
-
-
Bobi Jam authored
b=16317 o=Herb Wartens(hwartens@llnl.gov) i=wangdi, johann Description: exports in /proc are broken Details : recreate /proc entries for clients when they reconnect.
-
- Jul 29, 2008
- Jul 27, 2008
-
-
kalpak authored
b=16098 change CFS license headers to Sun headers
-
- Jul 24, 2008
-
-
kalpak authored
b=16098 Replace CFS license headers with Sun headers
-
- Jul 23, 2008
-
-
Eric Mei authored
remove a bad assertion. b=16439 r=wangdi r=umka
-
- Jul 21, 2008
-
-
girish authored
b=15981 i=adilger i=robert.read
-
- Jul 16, 2008
-
-
girish authored
b=15981 i=adilger i=rread
-
- Jul 15, 2008
-
-
Andrew Perepechko authored
b=14010 i=Mike Pershin (tappro) i=Andreas Dilger (adilger) Doxygen comments (the missing ones)
-
- Jul 09, 2008
-
-
Bobi Jam authored
b=15825 o=green i=shadow, bobijam Description: Kernel BUG tries to release flock Details : Lustre does not destroy flock lock before last reference goes away. So always drop flock locks when client is evicted and perform unlock regardless of successfulness of speaking to MDS.
-
Bobi Jam authored
b=15825 o=green i=shadow, bobijam Description: Kernel BUG tries to release flock Details : Lustre does not destroy flock lock before last reference goes away. So always drop flock locks when client is evicted and perform unlock regardless of successfulness of speaking to MDS.
-
- Jul 08, 2008
-
-
Andreas Dilger authored
Fix compile warning. b=15981
-
Andreas Dilger authored
Don't try to copy more bytes from userspace than it has supplied. b=13868
-
- Jul 07, 2008
-
-
Eric Mei authored
port Adaptive Timeouts from b1_6 to HEAD. b=14071 r=nathan r=adilger
-
- Jul 04, 2008
- Jul 03, 2008
-
-
Wang Di authored
sync procfs/llog_thread with import destory b=15684 i=Robert, Jay
-
Robert Read authored
b=15940 i=isaac i=oleg Convert kp30.h to an internal libcfs include and change users of kp30.h to include libcfs.h if they were not already.
-
Andrew Perepechko authored
b=14010 i=shadow i=zam Short read patch.
-
- Jul 02, 2008
-
-
Alexey Lyashkov authored
fix KEY_IS macro Branch HEAD b=14032 i=umka i=deen
-
- Jun 28, 2008
-
-
deen authored
starve other threads from the resource lock for a long time in case of long waiting queue, so change the debug level from D_OTHER to the less frequently used D_INFO. b=15953 i=adilger i=nathan.rutman
-
deen authored
starve other threads from the resource lock for a long time in case of long waiting queue, so change the debug level from D_OTHER to the less frequently used D_INFO. b=15953 i=adilger i=nathan.rutman
-
- Jun 27, 2008
-
-
Andreas Dilger authored
Allow both "clear" and "clear\n" to be given to ldlm.namespaces.*.lru_size Minor whitespace and line wrap cleanup. b=13868
-
Andreas Dilger authored
Allow both "clear" and "clear\n" to be written to ldlm.namespaces.*.lru_size. Minor line wrapping and whitespace cleanup. b=13868
-
- Jun 25, 2008
-
-
Andrew Perepechko authored
b=14010 i=Alexey(shadow) i=Andreas(adilger) type fixes
-
- Jun 24, 2008
-
-
Yang Sheng authored
b=15865 i=johann, shadow Update kernel to RHEL5 2.6.18-53.1.21.el5. Fixed the build failed for IA64 arch.
-
Bobi Jam authored
b=15924 i=green, johann Severity : major Bugzilla : 15924 Description: do not process already freed flock Details : flock can possibly be freed by another thread before it reaches to ldlm_flock_completion_ast.
-
Bobi Jam authored
b=15924 i=green, johann Description: do not process already freed flock Details : flock can possibly be freed by another thread before it reaches to ldlm_flock_completion_ast.
-
- Jun 18, 2008
-
-
Bobi Jam authored
b=14480 o=green i=shadow, bobijam Description: LBUG during stress test Details : Need properly lock accesses the flock deadlock detection list.
-
Bobi Jam authored
b=14480 o=green i=shadow, bobijam Description: LBUG during stress test Details : Need properly lock accesses the flock deadlock detection list.
-
- Jun 13, 2008
-
-
Yury Umanets authored
r=nikita,shadow - committed missed part of 15226. Cleanups in comments, use doxygen style.
-
- Jun 10, 2008
-
-
bwzhou authored
b=15776 r=shadow, vitaly Prevent locks stalls on glimpse races
-
- Jun 07, 2008
-
-
Yury Umanets authored
r=nikita,shadow - fixes about packing/unpacking pool SLV and Limit while pool and its ns may be in finalization stage; - cleanups, comments.
-
- Jun 05, 2008
-
-
deen authored
this allows us to quickly find what pages to write and remove once lock callback is received. b=10718 i=green i=johann
-