Skip to content
Snippets Groups Projects
  1. Jun 21, 2007
    • Johann Lombardi's avatar
      Branch b1_6 · a77d805e
      Johann Lombardi authored
      b=11324
      i=adilger
      i=alex
      
      Severity   : normal
      Frequency  : rare
      Bugzilla   : 11324
      Description: LDISKFS-fs error (device sdc): ldiskfs_free_blocks
      Details    : a disk corruption can cause the mballoc code to assert on a
      	     double free.
      a77d805e
  2. Jun 14, 2007
  3. Jun 13, 2007
    • scjody's avatar
      Branch b1_6 · ec31adcd
      scjody authored
      Rename autoMakefile.toplevel.am back to autoMakefile.am.toplevel to fix
      other branches (the top level lustre module is shared between most
      branches, unfortunately.)
      
      b=12068
      ec31adcd
    • scjody's avatar
      Branch HEAD · 4094dd02
      scjody authored
      Move to new ldiskfs series, formerly known as ldiskfs2.
      
      b=12068
      4094dd02
    • scjody's avatar
      Update .cvsignore files · 2715b3d5
      scjody authored
      2715b3d5
  4. Jun 12, 2007
    • scjody's avatar
      Branch b1_6 · 0e0c5e37
      scjody authored
      Add --disable-modules to fix LTS build failure.
      
      b=12068
      0e0c5e37
  5. Jun 11, 2007
  6. Jun 08, 2007
    • scjody's avatar
      Branch HEAD · eace6f7f
      scjody authored
      Initial commit of new ldiskfs module.  This is based on ldiskfs from
      b1_6; patches and series files are identical to those found there.
      
      b=12068
      i=mjmac
      i=brian
      eace6f7f
  7. May 11, 2007
    • Andreas Dilger's avatar
      Branch HEAD · b3d588e7
      Andreas Dilger authored
      Fix whitespace difference that caused patch reject.
      b=10651
      b3d588e7
  8. May 10, 2007
    • Andreas Dilger's avatar
      Branch HEAD · e844d81e
      Andreas Dilger authored
      Fix the nanosecond timestamp patches to declare all of the missing fields
      in the kernel patches.
      b=10651
      i=green
      i=kalpak
      e844d81e
  9. May 02, 2007
    • Cliff White's avatar
      · 2a8110b1
      Cliff White authored
      b=11424
      r=scjody
      rc=alex
      
      Merge from LLNL chaos tree.
      2a8110b1
  10. Apr 21, 2007
  11. Apr 20, 2007
    • Andreas Dilger's avatar
      Branch HEAD · c8dbc360
      Andreas Dilger authored
      Use EXT4_ for feature flag instead of EXT3_ to match upstream.
      b=10651
      c8dbc360
    • Andreas Dilger's avatar
      Branch HEAD · 5fcba89a
      Andreas Dilger authored
      Fix patch to apply equally well without obsolete ext3-san-jdike-*.patch.
      b=11725
      5fcba89a
    • scjody's avatar
      Branch HEAD · 06eadbd2
      scjody authored
      Rename ext3-disable-write-barrier-by-default-2.6-sles10.patch so it will
      be included in tarballs produced on RHEL 4 systems.
      
      b=12224
      i=adilger
      i=nathan
      06eadbd2
  12. Apr 18, 2007
    • kalpak's avatar
      b=10651 · d95fa14d
      kalpak authored
      This patch was not applying due to some whitespace changes made in ext3-nlinks-2.6.9.patch by Andreas.
      I have modified the nanosecond patch to reflect the changes.
      d95fa14d
  13. Apr 17, 2007
    • Andreas Dilger's avatar
      Branch HEAD · ed8bd873
      Andreas Dilger authored
      Use EXT4_FEATURE_RO_COMPAT_DIR_NLINK to match upstream e2fsprogs.
      b=3244
      ed8bd873
  14. Apr 11, 2007
    • kalpak's avatar
      b=10651 · 4d72389a
      kalpak authored
      i=Andreas Dilger
      
      Description: Addition of nanosecond timestamps.
      
      The nanosecond patches have been added to both the ldiskfs and ldiskfs2 series
       for 2.6.5-sles9, 2.6.9-rhel4, 2.6.16-sles10, and 2.6.18-vanilla.
      4d72389a
  15. Mar 31, 2007
    • scjody's avatar
      Branch HEAD · 1539f9cf
      scjody authored
      Move quota support from ldiskfs to lvfs.
      
      b=11981
      r=adilger
      r=nathan
      1539f9cf
  16. Mar 15, 2007
    • scjody's avatar
      Branch HEAD · adcf3897
      scjody authored
      b=11801
      r=adilger
      r=green
      
      Fork ext3-extents-2.6.15.patch to apply to latest SLES 10 kernel.
      adcf3897
  17. Mar 03, 2007
  18. Feb 23, 2007
  19. Feb 22, 2007
  20. Feb 19, 2007
    • kalpak's avatar
      b=3244 · e8a81baa
      kalpak authored
      r=Andreas Dilger
      
      Description: Addition of EXT3_FEATURE_RO_COMPAT_DIR_NLINKS flag for
                   > 32000 subdirectories
      
      Details    : Add EXT3_FEATURE_RO_COMPAT_DIR_NLINK flag to
                   EXT3_FEATURE_RO_COMPAT_SUPP. This flag will be set whenever
                   subdirectory count crosses 32000. This will aid e2fsck to
                   correctly handle more than 32000 subdirectories.
      e8a81baa
  21. Feb 15, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 9193623b
      Andreas Dilger authored
      Some minor cleanups to make extents, mballoc kernel patches the same.
      Use ext3_fsblk_t as appropriate for 2.6.18.
      b=11675
      9193623b
  22. Feb 14, 2007
    • Andreas Dilger's avatar
      Branch HEAD · f49753ed
      Andreas Dilger authored
      Fix 2.6.18 ext3 mballoc, extents patches for several omissions.
      Reorder patch hunks to match other patches to facilitate comparisons.
      b=10090  ldiskfs corruption under memory pressure, coverity fixes
      b=6191   mballoc fails on x86_64 > 2TB
      b=10634  mballoc using wrong find_next_bit() on big endian systems
      b=6449   don't print "too long searching" message to console
      
      Compile tested.
      f49753ed
  23. Feb 10, 2007
  24. Aug 13, 2005
    • alex's avatar
      b=7049 · a8899581
      alex authored
      b=7085
      
       - port old fixes from b1_4 to HEAD (extents related)
       - unify extents & fsfilt codebase with fsfilt
      a8899581
  25. Jul 04, 2005
  26. Jun 27, 2005
    • alex's avatar
      b=6885 · 865d3a3f
      alex authored
       - reservation feature in ext3 hurts test #3: disable it
      865d3a3f
  27. May 31, 2005
    • Wang Di's avatar
      Brach HEAD · 03b41aa1
      Wang Di authored
      r:alex
      add lookup-raw patches for raw lookup acceptance tests
      03b41aa1
  28. May 03, 2005
    • jacob's avatar
      b=3031 · a74d5df6
      jacob authored
       - clean more files at clean time
      a74d5df6
  29. Apr 27, 2005
  30. Apr 07, 2005
    • Wang Di's avatar
      Branch: HEAD · 7df4213d
      Wang Di authored
      some patches fix for lustre in FC3
      7df4213d
  31. Apr 04, 2005
  32. Mar 31, 2005
  33. Dec 19, 2004
  34. Oct 23, 2004
  35. Jun 04, 2004
    • Phil Schwan's avatar
      - merge 2 weeks of b1_4 fixes onto HEAD · 23de47e8
      Phil Schwan authored
      - b1_4 is basically the parent of HEAD, because that's the direction
        that changes flow, as strange as that sounds.  so there's a
        HEAD_BASE tag which sits on b1_4
      23de47e8
  36. Jun 02, 2004
Loading