Skip to content
Snippets Groups Projects
  1. Aug 02, 2007
    • Liu Ying's avatar
      Branch b1_6 · 681cd2f0
      Liu Ying authored
      b=13006
      i=shadow, deen
      
      Description: warnings with build patchless client with vanila 2.6.19 and up
      Details    : change the old ctl_table style and replace ctl_table/ctl_table_header
                   with cfs_sysctl_table_t/cfs_sysctl_table_header_t
      681cd2f0
    • Liu Ying's avatar
      Branch HEAD · 0ed515c2
      Liu Ying authored
      b=12333
      i=green, nathan
      
      Description: obdclass is limited by single OBD_ALLOC(idarray)
      Details    : replace OBD_ALLOC/OBD_FREE with OBD_VMALLOC/OBD_VFREE
      0ed515c2
    • Yang Sheng's avatar
      Branch b1_6 · 30e383fa
      Yang Sheng authored
      b=12415
      r=kalpak
      
      Fixed the ext3-unlink-race.patch. It should be against the ext3.
      30e383fa
    • Bobi Jam's avatar
      Branch HEAD · 8c9d15ff
      Bobi Jam authored
      b=12606
      i=shadow, nikita
      
      Use cfs_alloc_* functions and CFS_* flags for code portability.
      8c9d15ff
    • 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
    • Johann Lombardi's avatar
      Branch b1_6 · b48ab063
      Johann Lombardi authored
      b=11802
      i=green
      i=scjody
      
      attachment 11752 / rely on AUTOCONF_INCLUDED instead of HAVE_KERNEL_CONFIG_H
      b48ab063
    • 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
    • Bobi Jam's avatar
      Branch:b1_6 · 6cf73629
      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.
      6cf73629
  2. Aug 01, 2007
  3. Jul 31, 2007
    • Eric Mei's avatar
      branch: HEAD · 261f220d
      Eric Mei authored
      remove a duplicate definition.
      261f220d
    • Vitaly Fertman's avatar
      Branch HEAD · 8c82ab5c
      Vitaly Fertman authored
      b=11829
      i=huanghua
      i=tappro
      
      early lock cancel for cmd
      8c82ab5c
    • kalpak's avatar
      b=6334 · 222388bd
      kalpak authored
      i=adilger, girish
      
      Changelog entry for MMP.
      222388bd
    • kalpak's avatar
      b=6334 · 4d5b2e7e
      kalpak authored
      i=adilger
      i=girish
      
      Multiple mount protection patches for ldiskfs.
      4d5b2e7e
    • Johann Lombardi's avatar
      Branch b1_6 · 3ca70f1b
      Johann Lombardi authored
      b=10636
      i=alex
      i=adilger
      
      attachment 11376 / use d_rehash_cond() and __d_move() in iopen-2.6-fc5.patch
      3ca70f1b
  4. Jul 30, 2007
  5. Jul 27, 2007
  6. Jul 26, 2007
  7. Jul 25, 2007
  8. Jul 24, 2007
    • scjody's avatar
      Branch b1_6 · ecf0bad9
      scjody authored
      Update for 1.6.1
      ecf0bad9
    • scjody's avatar
      Branch b1_6 · 8948a997
      scjody authored
      Run modpost without the -m flag when it isn't supported - fixes SLES 9
      build issue.  Also move the modpost tests to their own configure rule
      and use it only when building ldiskfs.
      
      b=12842
      i=mjmac
      i=brian
      8948a997
    • Cliff White's avatar
      b=12741 · 83f0df93
      Cliff White authored
      b=11485
      i=scjody
      i=johann
              11485 - sgpdd_survey uses readcap for block size
              12741 - better error checking for sgpdd_survey
      83f0df93
    • Cliff White's avatar
      bug=10851 · ef3bcf3f
      Cliff White authored
      i=scjody
      i=johann
      
      Fixes minor issues, verify is now an env var, defaulted off.
      Changes 'rm' to 'rm -f'
      ef3bcf3f
    • Wang Di's avatar
      Branch: HEAD · d355ae0c
      Wang Di authored
      remove unnecessary config
      d355ae0c
    • scjody's avatar
      Branch b1_6 · d7e09157
      scjody authored
      Update Module.symvers after building the ldiskfs module so its symbols
      appear in fsfilt_ldiskfs - avoids build warnings and kernel tainting.
      
      This commit includes both the original patch (which was backed out) and fixes
      to the build issues seen on SLES 9 and RHEL 4.
      
      b=12842
      i=brian
      i=mjmac
      d7e09157
  9. Jul 23, 2007
    • scjody's avatar
      Branch b1_6 · c0ef5a16
      scjody authored
      Revert this change since it caused build failures.
      
      b=12842
      c0ef5a16
  10. Jul 22, 2007
    • alex's avatar
      b=12903 · 3fccd3ea
      alex authored
      i=kalpak
      i=johann
      
       - skip PAs being destroyed in normalization path
       - drop group lock in discard group preallocation path to avoid deadlock
      3fccd3ea
  11. Jul 21, 2007
    • scjody's avatar
      Branch b1_6 · 00ec37da
      scjody authored
      Update Module.symvers after building the ldiskfs module so its symbols
      appear in fsfilt_ldiskfs - avoids build warnings and kernel tainting.
      
      b=12842
      i=brian
      i=mjmac
      00ec37da
  12. Jul 20, 2007
    • Wang Di's avatar
      Branch: HEAD · 2e56e28c
      Wang Di authored
      1) add client stats collection in lstat.
      2) add README
      2e56e28c
    • scjody's avatar
      Branch b1_6 · 70adad39
      scjody authored
      Exit on 'make sources' failure so that the rest of the build fails at the
      correct time.
      
      b=13026
      i=mjmac
      i=brian
      70adad39
    • Johann Lombardi's avatar
      Branch b1_6 · 36025d08
      Johann Lombardi authored
      Re-add the following patches as per Andreas' request (on rmg@):
      
      ldiskfs/kernel_patches/patches/ext3-check-jbd-errors-2.6-sles10.patch
      ldiskfs/kernel_patches/patches/ext3-external-journal-2.6.9.patch
      ldiskfs/kernel_patches/patches/ext3-statfs-2.6.18.patch
      lustre/kernel_patches/patches/link_notlast-susefix.patch
      lustre/kernel_patches/patches/vfs_nointent-2.6-sles10.patch
      36025d08
    • Eric Barton's avatar
      * 12982 - Increased default router buffer pool sizes in line with customer · e98a62bf
      Eric Barton authored
         experience at LLNL, Sandia and ORNL
      e98a62bf
    • Johann Lombardi's avatar
      Branch b1_6 · fecde0d1
      Johann Lombardi authored
      b=11039
      i=nathan
      i=scjody
      (get approval by email on rmg@)
      
      Remove obsolete kernel patches.
      fecde0d1
  13. Jul 19, 2007
    • Wang Di's avatar
      Branch:HEAD · 0f1f3f5e
      Wang Di authored
      extract csv file from the collect result
      0f1f3f5e
Loading