- Apr 05, 2007
- Apr 02, 2007
-
-
scjody authored
Replace "review" by "inspection."
-
- Mar 31, 2007
-
-
scjody authored
Add new ldiskfs2 module based on ldiskfs. b=11981 r=adilger r=nathan
-
scjody authored
Move quota support from ldiskfs to lvfs. b=11981 r=adilger r=nathan
-
scjody authored
Add support for the ldiskfs2 fstype. b=11981 r=adilger r=nathan
-
scjody authored
Use eval when changing debug settings to avoid shell-related failures. b=12081 r=adilger
-
- Mar 30, 2007
-
-
Yury Umanets authored
-
Yury Umanets authored
- enable all traces and debugs by default to not hurt anyone who not aware of this and allow customers gather all logs by default; - added compile warning for case CDEBUG is disabled; - fixes in configure keys, using AC_ARG_ENABLE(feature) implies that bash variable names is $enable_feature.
-
Yury Umanets authored
-
Yury Umanets authored
Implements following configure keys: --disable-libcfs-cdebug - disable libcfs CDEBUG, CWARN - enabled by default --enable-libcfs-trace - enable libcfs ENTRY/EXIT - disabled by default --disable-libcfs-assert - disable libcfs LASSERT, LASSERTF - enabled by default Cmd3 found that disabling all of this contributes to performance at the range of 10-15%. This is inspected many times. Lustre source code is checked by hands for possible side effects from disabling LASSERT, etc. If you have any problems with this - please let me know.
-
- Mar 29, 2007
-
-
scjody authored
Cleanup compiler warnings on liblustre - patch by nic@cray.com b=11175 r=adilger r=green r=scjody
-
- Mar 28, 2007
-
-
Andreas Dilger authored
Make new section for 1.4.11/1.6.1
-
Nathan Rutman authored
change stat name to single word for easier parsing
-
- Mar 27, 2007
-
-
Andreas Dilger authored
Split a new 1.6.1 section into the ChangeLog for recent commits to HEAD.
-
Andreas Dilger authored
Check handle validity before using it. b=11740 i=green
-
- Mar 26, 2007
-
-
Alexey Lyashkov authored
b=11710 r=alex,green.
-
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 25, 2007
-
-
Wang Di authored
increase dirty_ratio and dirty_background_ratio to prevent writeback for test42 b=9789 r=green
-
- Mar 24, 2007
-
-
Andreas Dilger authored
Include ctype.h header to quiet warning for use of isdigit(). Change argument of loadgen.c::read_proc() to quiet pointer type warning.
-
Andreas Dilger authored
Include header to avoid compile warning for isdigit() use.
-
Andreas Dilger authored
Quiet upcall chatter in logs. We are already notified of an LBUG separately. b=11686
-
- Mar 23, 2007
-
-
Nathan Rutman authored
i=green initialize per-export proc in non-recovery case. report an error when attempting to change failout mode without writeconf
-
scjody authored
Update .cvsignore
-
scjody authored
Rename shell and perl scripts to remove .sh and .pl extensions. b=11985 r=nathan
-
- Mar 22, 2007
-
-
Nathan Rutman authored
-
scjody authored
Change timeouts on Cray XT3. b=10803 r=adilger r=scjody Original author: Nic from Cray
-
Nathan Rutman authored
i=green atomic copy remote log instead of appending records -- earlier records may have been modfied, and record count was wrong anyhow.
-
Eric Barton authored
establishment and better credit flow checks.
-
Eric Barton authored
-
Eric Barton authored
there
-
mjmac authored
r=adilger
-
huanghua authored
-
Yong Fan authored
-
huanghua authored
-
Bobi Jam authored
b=10997 r=adilger Description: lfs setstripe use optional parameters instead of postional parameters.
-
- Mar 21, 2007
-
-
scjody authored
Remove "#if FOO" compiler warnings from -Wundef. (Committed by adilger) Define FMODE_READ and FMODE_WRITE for use in liblustre (Committed by green) Allow test 6 and 7 to be run in isolation. Fix test file names. Create test files in $DIR instead of $MOUNT. (Committed by adilger) openclose.c: Save errno before calling fprintf(). (Committed by adilger) sanityN.sh: Kill multiop before exiting, if test fails. Test is currently excluded, was retesting to see if it worked yet. b=3192 (Committed by adilger) r=adilger r=nathan r=green
-
scjody authored
Merge the following changes from b1_4: lfs quotachown <file system> deletes security relevant setuid bit b=11463 r=Adilger (Committed by tianzy) Land kernel config changes for 2.4 kernels from b_release_1_4_8 to b1_4. (Committed by adilger) b=10736 Add getattr on lookup operation for NFS, so that it can properl revalidate file attributes. (Committed by green) r=adilger r=green r=nathan
-
- Mar 20, 2007
-
-
scjody authored
Back out accidental commit
-