-[cvs]
- - Fix error returns from log recovery.
- - Fix the way mkfs round downs the device when the last
- AG is maller than the minimum AG size.
+xfsprogs-2.0.6 (30 May 2002)
+ - Fix error returns from log recovery (affects xfs_repair).
+ - Fix the way mkfs.xfs round downs the device when the last
+ AG is smaller than the minimum AG size.
- Fix bug in xfs_repair da_write() routine, which affects
filesystems where the data blocksize != naming blocksize
(see xfs_info output).
- Fix a use-after-free bug in xfs_repair code for checking
version 1 btree-format directories.
+ - Add checks of the ACL permissions field into xfs_repair.
xfsprogs-2.0.5 (02 May 2002)
- - size AGs so that they do not always start on the same
+ - Size AGs so that they do not always start on the same
part of a striped disk
- Fix an off-by-one error on rounding down an AG that is
too small to be an AG
- - don't auto-grow the log to be larger than an AG
- - change the error philosophy for -d su=,sw= away from forcing
- the XFS stripe size to match the XLV stripe size and instead
- accept, with a warning, the stripe unit & width supplied on
- the commandline.
+ - Don't auto-grow the log to be larger than an AG
+ - Change the error philosophy for -d su=,sw= away from forcing
+ the XFS stripe size to match the volume manager stripe size
+ and instead accept, with a warning, the stripe unit & width
+ supplied on the commandline.
- Update xfs_growfs man page
- Don't build libxlog.a with DEBUG enabled
- xfs_db fixes from ASANO Masahiro at NEC