Whamcloud - gitweb
Land b_release_1_4_4 onto b1_4 (20050810_0211)
authoradilger <adilger>
Wed, 10 Aug 2005 08:35:42 +0000 (08:35 +0000)
committeradilger <adilger>
Wed, 10 Aug 2005 08:35:42 +0000 (08:35 +0000)
commit9262a08636b808cabf28de062e5c4361bf698d93
tree0e3284f46bdee02ecb9156153ac7d9f181603bfa
parent5bd3b7f93490929dde2a364d6b9b8d791bdffc06
Land b_release_1_4_4 onto b1_4 (20050810_0211)
Description: Heavy concurrent write and delete load may cause data corruption.
Details    : It was possible under high-load situations to have an extent
             metadata block in the block device cache from a just-unlinked
             file overwrite a newly-allocated data block.  We now unmap any
             metadata buffers that alias just-allocated data blocks.
b=6998

Description: lconf+mke2fs fail when formatting filesystem with > 77 stripes
Details    : lconf specifies an inode size of 4096 bytes when the default
             stripe_count is larger than 77.  This conflicts with the default
             inode density of 1 per 4096 bytes.  Allocate smaller inodes in
             this case to avoid pinning too much memory for large EAs.
b=7241
lustre/ChangeLog
lustre/autoconf/lustre-version.ac
lustre/lov/lov_request.c
lustre/lvfs/fsfilt_ext3.c
lustre/obdfilter/filter.c
lustre/utils/lconf