Skip to content
Snippets Groups Projects
  1. Jul 08, 2008
  2. Jul 07, 2008
    • Eric Mei's avatar
      branch: HEAD · de3c3fdf
      Eric Mei authored
      port Adaptive Timeouts from b1_6 to HEAD.
      b=14071
      r=nathan
      r=adilger
      de3c3fdf
  3. Jul 03, 2008
    • Robert Read's avatar
      Branch HEAD · e9039325
      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.
      e9039325
  4. May 22, 2008
  5. May 14, 2008
  6. May 09, 2008
  7. Apr 25, 2008
    • Walter Poxon's avatar
      b=13539 · 78773065
      Walter Poxon authored
      i=adilger
      i=rread
      
      add linux/random.h to AC_CHECK_HEADERS
      add #if defined(HAVE_LINUX_RANDOM_H) to lustre/lvfs/prng.c
      78773065
  8. Mar 25, 2008
  9. Feb 28, 2008
    • Yong Fan's avatar
      Branch HEAD · b1f7d594
      Yong Fan authored
      b=14769
      i=adilger
      i=eric.mei
      
      (1) Fix race condition between identity upcall disabled checking
          and the real identity upcall doing.
      (2) Replace "CWARN" and "CERROR" about identity with "CDEBUG".
      (3) Test scripts fix for SLES10 system and remote client test.
      (4) Code indent related fix.
      b1f7d594
  10. Feb 21, 2008
  11. Feb 20, 2008
    • Bobi Jam's avatar
      Branch HEAD · 703a700b
      Bobi Jam authored
      b=14529
      i=adilger
      i=panda
      
      Description: MDS or OSS nodes crash due to stack overflow
      Details    : Code changes in 1.8.0 increased the stack usage of some functions.
                   In some cases, in conjunction with device drivers that use a lot
                   of stack the MDS (or possibly OSS) service threads could overflow
                   the stack.  One change which was identified to consume additional
                   stack has been reworked to avoid the extra stack usage.
      703a700b
  12. Jan 21, 2008
    • Yang Sheng's avatar
      Branch HEAD · 30e18fc0
      Yang Sheng authored
      b=14531
      i=yangsheng
      
      Sync ldiskfs b_18_iam with HEAD.
      30e18fc0
  13. Jan 03, 2008
    • komaln's avatar
      b=14184 · f2b264f2
      komaln authored
      r=Nathan, Adilger
      
      to remove the use of LPROCFS_INIT_VARS and related macros
      f2b264f2
  14. Dec 13, 2007
    • Yong Fan's avatar
      Branch HEAD · 71e20cf1
      Yong Fan authored
      b=12974
      i=nikita
      i=adilger
      
      1) set as "inline" for such large function ("obd_fail_check()") is not suitable,
         replaced with normal function "__obd_fail_check_set()".
      2) atomic operations for obd_fail_count (replace "static count" in obd_fail_check).
      3) use "test_and_set_bit()" for "OBD_FAILED/OBD_FAIL_ONCE" check and set to avoid
         unexpected racing condition between multi-thread ops.
      4) some cleanup for OBD_FAIL_XXX macro.
      71e20cf1
    • Bobi Jam's avatar
      Branch HEAD · 9a8ac25c
      Bobi Jam authored
      b=12211
      i=green, adilger
      
      commit the missing part and use a proper macro (thanks shadow for finding it out).
      9a8ac25c
    • Bobi Jam's avatar
      Branch HEAD · ca6dd9a4
      Bobi Jam authored
      b=12211
      i=green, adilger
      
      Description: make lustre randomly fail allocating memory
      Details    : Make lustre randomly failed allocating memory for testing purpose.
      ca6dd9a4
  15. Nov 07, 2007
  16. Nov 05, 2007
    • bwzhou's avatar
      Branch HEAD · 8ff60aa7
      bwzhou authored
      b=11622
      i=adilger
      i=johann
      
      1. add page allocation statistics for lustre;
      2. use percpu counters for both memory and page accounting;
      3. update leak-finder to understand the new format of debug info.
      8ff60aa7
  17. Nov 02, 2007
    • Yang Sheng's avatar
      Branch HEAD · 5a68ae16
      Yang Sheng authored
      b=13568
      i=shadow
      i=johann
      
      Remove lock_24kernel from lustre/lvfs/fsfilt_ext3.c.
      5a68ae16
  18. Oct 23, 2007
  19. Oct 09, 2007
    • Yang Sheng's avatar
      Branch HEAD · 3ac7541d
      Yang Sheng authored
      b=13568
      i=adilger
      i=kalpak
      
      Remove lock_24kernel() from lvfs subsystem.
      3ac7541d
  20. Sep 14, 2007
    • Johann Lombardi's avatar
      Branch HEAD · b92d7d45
      Johann Lombardi authored
      b=13181
      i=alex
      i=nikita
      
      Don't take the BKL in fsfilt_ext3_setattr() for 2.6 kernels.
      It causes scheduling issues when removing large files.
      b92d7d45
  21. Sep 13, 2007
    • Liu Ying's avatar
      Branch HEAD · eef82266
      Liu Ying authored
      b=2369
      i=johann, deen
      
      replace inode->i_size access with i_size_read/write()
      eef82266
  22. Aug 02, 2007
    • Johann Lombardi's avatar
      Branch HEAD · bf777415
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      bf777415
    • Bobi Jam's avatar
      Branch Head · 1c359423
      Bobi Jam authored
      b=12606
      i=shadow, nikita
      
      Description: don't use GFP_* in generic Lustre code.
      Details    : Use cfs_alloc_* functions and CFS_* flags for code portability.
      1c359423
  23. Jul 30, 2007
  24. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · 85e4fee3
      scjody authored
      Add new ldiskfs2 module based on ldiskfs.
      
      b=11981
      r=adilger
      r=nathan
      85e4fee3
    • scjody's avatar
      Branch HEAD · 1539f9cf
      scjody authored
      Move quota support from ldiskfs to lvfs.
      
      b=11981
      r=adilger
      r=nathan
      1539f9cf
  25. Mar 22, 2007
    • Nathan Rutman's avatar
      b=11973 · 492125c2
      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.
      492125c2
  26. Mar 01, 2007
    • Nathan Rutman's avatar
      b=11752 · 4a0a4f7c
      Nathan Rutman authored
      assert possibly caused by uninitialized var
      4a0a4f7c
  27. Feb 20, 2007
    • Nathan Rutman's avatar
      b=10719 · c45208f0
      Nathan Rutman authored
      r=adilger
      set external journal device read-only
      c45208f0
  28. Feb 15, 2007
  29. Feb 10, 2007
  30. Sep 15, 2005
    • alex's avatar
      b=7272 · 1b1e975b
      alex authored
       - very messy debug bits to check for double direntries
      1b1e975b
  31. Sep 14, 2005
  32. Sep 05, 2005
Loading