Skip to content
Snippets Groups Projects
  1. Apr 24, 2007
    • scjody's avatar
      Branch HEAD · a5debac5
      scjody authored
      Run these with "bash" not "sh" since they use bash-only features disabled
      when newer versions of bash are invoked as "sh".
      a5debac5
  2. Apr 23, 2007
  3. Apr 21, 2007
  4. 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
  5. Apr 19, 2007
    • Wang Di's avatar
      Branch:HEAD · 22534b95
      Wang Di authored
      According to shadow's advice, move BRW_WRITE check for grant to the right place
      to avoid cl_loi_list_lock for read.
      b:11662
      r:adilger,green
      22534b95
    • deen's avatar
      Delete redundant lustre/ChangeLog entry. · a759d4fd
      deen authored
      b=10802
      a759d4fd
    • Wang Di's avatar
      Branch:HEAD · 494a3bbc
      Wang Di authored
      b:12123
      Check if a directory has children when invalidating dentries
      associated with an inode during lock cancellation.  This fixes
      an incorrect ENOENT sometimes seen for valid filehandles during
      testing with dbench.
      r:green
      r:shadow
      494a3bbc
    • Wang Di's avatar
      Branch:HEAD · 39badf49
      Wang Di authored
      b:11662
      Fix grant leak that caused OST crashes.
      r:adilger
      r:green
      39badf49
  6. 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
  7. Apr 17, 2007
    • Andreas Dilger's avatar
      Branch HEAD · 9b6f9d17
      Andreas Dilger authored
      Description: data loss for recently-modified files
      Details    : In some cases it is possible that recently written or created
      	     files may not be written to disk in a timely manner (this should
      	     normally be within 30s unless client IO load is very high).
      	     The problem appears as zero-length files or files that are a
      	     multiple of 1MB in size after a client crash or client eviction
      	     that are missing data at the end of the file.
      
      	     This problem is more likely to be hit on clients where files are
      	     repeatedly created and unlinked in the same directory, clients
      	     have a large amount of RAM, have many CPUs, the filesystem has
      	     many OSTs, the clients are rebooted frequently, and/or the files
      	     are not accessed by other nodes after being written.
      
      	     The presence of the problem can be detected by looking at
      	     /proc/sys/fs/inode-state.  If the first number (nr_inodes) is
      	     smaller than the second (nr_unused) then dirty files will not
      	     be flushed automatically to disk.  "sync; sleep 10" should be
      	     run several times on the node before unmounting it to update
      	     Lustre (this is also safe to run on nodes without this problem).
      
      	     There is also a related kernel bug in the RHEL4 4 2.6.9 kernel
      	     that can cause this same problem, so customers using that kernel
      	     also need to update the kernel in addition to Lustre.  In order
      	     to properly fix this bug, the RHEL3 2.4.21 kernel is also updated.
      
      	     It is normal that files written just before a client crash (less
      	     than 30s) may not yet have been flushed to disk, even for local
      	     filesystems.
      i=green(original patch), i=shadow
      b=12181, b=12203
      9b6f9d17
    • Andreas Dilger's avatar
      Branch HEAD · 6460bf88
      Andreas Dilger authored
      Wrap lines at 80 columns.
      6460bf88
    • Andreas Dilger's avatar
      Branch HEAD · ed8bd873
      Andreas Dilger authored
      Use EXT4_FEATURE_RO_COMPAT_DIR_NLINK to match upstream e2fsprogs.
      b=3244
      ed8bd873
    • Andreas Dilger's avatar
      Branch HEAD · 3e69f841
      Andreas Dilger authored
      Change FMODE_EXEC declaration to match upstream kernel.
      Don't conflict with FMODE_LSEEK in RHEL4 case.
      b=11248
      3e69f841
    • Andreas Dilger's avatar
      Branch HEAD · 3a39338c
      Andreas Dilger authored
      Clarify ChangeLog comment.
      b=10651
      3a39338c
    • Nathan Rutman's avatar
      unload a third time for lnet · f4968a17
      Nathan Rutman authored
      f4968a17
    • Liang Zhen's avatar
  8. Apr 16, 2007
  9. Apr 13, 2007
  10. Apr 11, 2007
    • deen's avatar
      Move random uuid functions to prng.c · 46dcacd1
      deen authored
      b=10802
      i=adilger
      i=green
      46dcacd1
    • scjody's avatar
      Branch HEAD · 8a45dbe3
      scjody authored
      Update e2fsprogs version.
      8a45dbe3
    • kalpak's avatar
      · 324d7f2b
      kalpak authored
      Name of the patch file and the name in the series did not match. Correcting that.
      324d7f2b
    • 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
    • scjody's avatar
      Branch b1_4 · 1bef377f
      scjody authored
      Merge from b_release_1_4_11: update ChangeLogs and version; add missing
      ChangeLog entries from 1.4.11.
      1bef377f
  11. Apr 09, 2007
    • Cliff White's avatar
      · 2afdf349
      Cliff White authored
      b=10957
      
      Renamed all files to remove .sh and .pl. Fixed .spec file
      2afdf349
    • Cliff White's avatar
      b=10957 · 74be41ac
      Cliff White authored
      Renaming
      74be41ac
    • Cliff White's avatar
      · 46423c1e
      Cliff White authored
      b=10957
      
      Fixes to path
      46423c1e
    • Cliff White's avatar
      · 5e6dc6cc
      Cliff White authored
      b=10957
      
      Updated to reflect review.
      5e6dc6cc
  12. Apr 07, 2007
  13. Apr 05, 2007
    • scjody's avatar
      Branch HEAD · ef266ede
      scjody authored
      Format ldiskfs2 backing filesystems with uninit_groups.
      
      b=11981
      i=adilger
      i=alex
      ef266ede
Loading