Whamcloud - gitweb
Branch b_release_1_8_0
authoradilger <adilger>
Tue, 14 Apr 2009 07:17:51 +0000 (07:17 +0000)
committeradilger <adilger>
Tue, 14 Apr 2009 07:17:51 +0000 (07:17 +0000)
commite5f2b5bcacf90cd6c4d777cef4ab255923fb3d02
treeadedd241a03ad4317a72f7e42ccf8343a35f64cd
parentba25ed907b998b2dc9e86f6cf76d77bdc090077a
Branch b_release_1_8_0
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

Update ChangeLog for missing entries.
Update ldiskfs build version to 3.0.8 for 1.8.0 release.
ldiskfs/ChangeLog
ldiskfs/configure.ac
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