Whamcloud - gitweb
b=5733,5638
authorphil <phil>
Sat, 26 Feb 2005 03:04:22 +0000 (03:04 +0000)
committerphil <phil>
Sat, 26 Feb 2005 03:04:22 +0000 (03:04 +0000)
commitec4c3830a24ec2d158670bd8b82177637b368b6a
treeb663bf8d77d6c3e25d1e45601209dea148cdc064
parent6659f58c552d33327dfca60be6776345da1ca50c
b=5733,5638
Alex's patches to fix small bugs in extents and mballoc:

1) extents-related fixes:
   1) callback's API used in ext3_ext_walk_space() changes a bit to
      reflect that callback can be given >2^16 extent len (hole)
   2) fsfilt_ext3 has changed to use updated callback API
   3) minor race in ext3_ext_new_extent_cb() fixed

2) mballoc-related fixes:
   1) free space searching has changed to be more smart
   2) three possible races have been fixed
   3) lots of minor fixes
   4) mballoc doesn't regenerate buddies in clean umount case
ldiskfs/kernel_patches/patches/ext3-extents-2.6.5.patch
ldiskfs/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch
lustre/ChangeLog
lustre/kernel_patches/patches/ext3-extents-2.6.5.patch
lustre/kernel_patches/patches/ext3-mballoc2-2.6-suse.patch
lustre/lvfs/fsfilt_ext3.c