- Oct 22, 2008
-
-
Andreas Dilger authored
Start modifying test 32a, 32b (currently disabled) to handle 1.8->2.0 filesystem upgrade test.
-
Andreas Dilger authored
Fix whitespace.
-
Andreas Dilger authored
Move HAVE_PAGE_CONSTANT checks out-of-line via compat macros.
-
Andreas Dilger authored
Remove unnecessary cast of void pointers.
-
Andreas Dilger authored
copy_{to,from}_user() do not return an error code, but rather the number of uncopied bytes (0 if all bytes were copied). Storing this return value into "rc" is misleading because it then seems this should be returned to the caller of the function. Code was audited to remote storing of the return value into "rc" and several incorrect uses were found.
-
Andreas Dilger authored
Don't print two console messages where one would do.
-
Andreas Dilger authored
The infiniband code includes its own lockdep compatibility code and this #defines lockdep_set_class but doesn't include mutex_lock_nested() or down_write_nested(), causing a compiler error in obdclass/llog_cat.c. mutex_{un,}lock_nested() and down_{read,write}_nested() are functions under CONFIG_DEBUG_LOCK_ALLOC, but #defined to regular locks without CONFIG_DEBUG_LOCK_ALLOC so just checking #ifndef isn't sufficient. b=16450
-
Andreas Dilger authored
Fix compile warning for 2.6.9 kernels that define gfp_t but don't use it in the ->releasepage() prototype. Make the AC_MSG_RESULT() output consistent.
-
Andreas Dilger authored
Limit bio_alloc() size to the maximum possible value, or it will always fail. b=9945 i=johann
-
Elena Gryaznova authored
i=Johann recovery-small exception for FAILURE_MODE=HARD and mixed ost devices
-
Andreas Dilger authored
Fix debug message.
-
Elena Gryaznova authored
i=Nikita do_nodes fix for case when list contains a single node $HOSTNAME
-
Andreas Dilger authored
Fix ChangeLog comments
-
Wang Di authored
rq_xid should be "LPU64", instead of "LPD64"
-
cariddi authored
-
Elena Gryaznova authored
i=Nikita fix calc_osc_kbytes
-
Yury Umanets authored
r=johann,adilger - fixes resent rpcs for those sent by set and also fixes log_cancel resent handling; - cleanups.
-
Yang Sheng authored
b=16437 i=cliff.white, brian Enable the '-m64' flag for powerpc64 patchless build.
-
- Oct 21, 2008
-
-
Robert Read authored
b=1819 i=adilger i=nathan Add test for new proc file.
-
Robert Read authored
b=1819 i=adilger i=nathan Add an import file to the osc, mdc, and mgc proc dir.
-
Yury Umanets authored
r=shadow,wangdi - fixes wrong work with llog in catalog that led to removing alive object on ost in recovery time; - cleanups.
-
Nikita Danilov authored
-
Andreas Dilger authored
Temporary build fix. b=17444 i=ericm (original fix)
-
Yong Fan authored
b=16621 i=robert.read scripts fix.
-
- Oct 20, 2008
-
-
Nikita Danilov authored
-
Nikita Danilov authored
-
Nikita Danilov authored
-
Liu Ying authored
b=12521 remove unused hint "user_cb_nodes"
-
huanghua authored
b=17444 quick fix for HEAD build problem. nikita may have more fix.
-
Eric Mei authored
-
- Oct 19, 2008
-
-
Nikita Danilov authored
-
- Oct 18, 2008
-
-
Nikita Danilov authored
Linux, NT, and liblustre. b=16450
-
Nikita Danilov authored
-
Nikita Danilov authored
b=16450
-
Nikita Danilov authored
b=16450
-
Nikita Danilov authored
b=16450
-
Nikita Danilov authored
b=16450
-
Nikita Danilov authored
object. It is quite cpu expensive, and has to be explicitly enabled with --enable-lu_ref. See usage description within the patch. b=16450
-
Nikita Danilov authored
lockdep. b=16450
-
Nikita Danilov authored
there. Actual usage will be in CLIO. b=16450
-