Whamcloud - gitweb
Branch b1_8
authoradilger <adilger>
Tue, 14 Apr 2009 04:40:46 +0000 (04:40 +0000)
committeradilger <adilger>
Tue, 14 Apr 2009 04:40:46 +0000 (04:40 +0000)
commitc35b8db46fb2cc045bd4451a852ce2abbfdb9c58
tree3c0f1600c62616e7d5759d3297a800ea3b6f6a38
parentd096212e406a18843c07d55ceed03b26580f38ce
Branch b1_8
Description: fix racy locking of mballoc block bitmaps causing BUG
Details    : The locking of the mballoc buddy bitmap and the in-memory
     block bitmap was using two different spin locks in some
     cases.  This made it possible to incorrectly access the
     mballoc bitmap while another process was modifying it,
     causing a sanity assertion to fail.  While no on-disk corruption
     was reported, there was some risk of this happening.
b=18810
i=alex
ldiskfs/ChangeLog
ldiskfs/kernel_patches/patches/ext3-fiemap-2.6-rhel5.patch
ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch
ldiskfs/kernel_patches/patches/ext3-uninit-2.6-sles10.patch
ldiskfs/kernel_patches/patches/ext3-uninit-2.6-suse.patch
ldiskfs/kernel_patches/patches/ext3-uninit-2.6.18.patch
ldiskfs/kernel_patches/patches/ext3-uninit-2.6.22-vanilla.patch
ldiskfs/kernel_patches/patches/ext3-uninit-2.6.9.patch
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-sles10.series