xfsprogs update - Andi's mkfs default log size change and enabling large
sector support being the two big items; several other small fixes too.
There is one remaining kernel issue with large (non-512 byte) sectors
(remount fails to flush the final superblock write - see test 017), but
other than that it looks pretty solid in my testing.
cheers.
Date: Tue Jun 17 23:04:16 PDT 2003
Workarea: snort.melbourne.sgi.com:/home/nathans/2.4.x-xfs
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: xfs-cmds:slinx:151433a
cmd/xfsprogs/VERSION - 1.80
cmd/xfsprogs/doc/CHANGES - 1.112
cmd/xfsprogs/debian/changelog - 1.73
- bump to 2.5.0 for default mkfs changes and large sector support.
cmd/xfsprogs/doc/CREDITS - 1.14
- Add Andi Kleen's details.
cmd/xfsprogs/man/man8/mkfs.xfs.8 - 1.17
- document large sector support a bit better.
cmd/xfsprogs/mkfs/xfs_mkfs.c - 1.47
- incorporate Andi Kleen's default log size changes, enable large
sectors.
cmd/xfsprogs/libdisk/md.c - 1.12
- no longer warns on devices with the clean flag not set for Keith.
cmd/xfsprogs/include/platform_defs.h.in - 1.26
- trivial offset consistency fixup.
cmd/xfsprogs/include/xfs_sb.h - 1.10
cmd/xfsprogs/include/xfs_mount.h - 1.38
cmd/xfsprogs/include/xfs_inode.h - 1.33
cmd/xfsprogs/include/xfs_types.h - 1.20
- sync with kernel code.
cmd/xfsprogs/repair/sb.c - 1.13
- fix up some of the sector size checks, fix a 32 to 64 bit number
compare which can overflow for some agcount/agblocks values.
cmd/xfsprogs/libxfs/rdwr.c - 1.19
- rewrite libxfs_device_zero so that it copes with partial writes.
cmd/xfsprogs/libxfs/xfs_inode.c - 1.23
- sync with kernel code.
cmd/xfsprogs/io/pread.c - 1.6
cmd/xfsprogs/io/truncate.c - 1.4
cmd/xfsprogs/io/resblks.c - 1.5
cmd/xfsprogs/io/pwrite.c - 1.4
cmd/xfsprogs/io/prealloc.c - 1.5
cmd/xfsprogs/io/open.c - 1.6
- fix rounding-down-input problems in some commands (strtoul/strtoull).
|