]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v4.20.0-rc1
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index c320c0e159039fd12c9242e7589d46e11b4c6c89..cc3788e3f83b56b6fe0ab8a4d00c08ed000a4c69 100644 (file)
@@ -1,3 +1,128 @@
+xfsprogs-4.20.0-rc1 (08 Feb 2018)
+       - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen)
+       - xfs_repair: allow '/' in attribute names (Eric Sandeen)
+       - xfs_repair: skip block reservation when fixing freelist (Darrick Wong)
+       - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong)
+       - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster)
+       - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong)
+       - xfs_io: allow open file permissions to be changed (Dave Chinner)
+       - xfs_io: open pipes in non-blocking mode (Dave Chinner)
+       - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring)
+       - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad)
+       - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong)
+       - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen)
+       - xfs_scrub: move all executables to /usr/sbin (Darrick Wong)
+       - xfs_scrub: handle totally empty inode chunks (Darrick Wong)
+       - xfs.5 manpage: Remove barrier related options (Eric Sandeen)
+       - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong)
+       - Remove generated scrub files under make clean (Eric Sandeen)
+       - Skip scrub manpage install if not configured (Eric Sandeen)
+       - Merge libxfs from kernel 4.20
+
+xfsprogs-4.19.0 (09 Nov 2018)
+       - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong)
+
+xfsprogs-4.19.0-rc1 (02 Nov 2018)
+       - Remove non-linux platforms (Eric Sandeen)
+       - Remove retpoline support (Eric Sandeen)
+       - Add sparse checking & related fixes/cleanups (Eric Sandeen)
+       - Fix cross-platform building w.r.t. crc32selftest
+       - libxfs: add agfl free deferred op type (Darrick Wong)
+       - mkfs.xfs: discard only after all validations (Jan Tulak)
+       - xfs_repair: fix segfault in longform_dir2_entry_check (Eric Sandeen)
+       - xfs_repair: fix ASSERT in xfs_bunmapi (Eric Sandeen)
+       - xfs_repair: fix readahead thread deadlock/stall (Eric Sandeen)
+       - xfs_repair: avoid writing back all inodes (Dave Chinner)
+       - xfs_repair: don't treat directory root LEAFN as corrupt (Dave Chinner)
+       - xfs_io: add crc32 self test (Darrick Wong)
+       - xfs_io: remove useless do_preadv and do_pwritev arguments (Zorro Lang)
+       - xfs_scrub: make scrub build config-optional (Eric Sandeen)
+       - xfs_scrub: lack of kernel support is not a service failure (Darrick Wong)
+       - xfs_scrub_all: fix systemd escaping (Darrick Wong)
+
+xfsprogs-4.19.0-rc0 (10 Oct 2018)
+       - Majority of 4.19 libxfs changes merged from kernel
+       - Big sparse static checker cleanup (Eric Sandeen)
+       - mkfs.xfs discard fixes (Jan Tulak)
+       - xfs_io readv/writev cleanup (Zorro Lang)
+       - libxfs transaction commit error checking (Darrick Wong)
+
+xfsprogs-4.18.0 (24 Aug 2018)
+       - Tweak SPDX license in xfs_cksum.h (Darrick Wong)
+
+xfsprogs-4.18.0-rc1 (01 Aug 2018)
+       - xfs_repair: notify user if free inodes are corrupt (Eric Sandeen)
+       - xfs_repair: use extent size validation helpers (Darrick Wong)
+       - xfs_quota: don't stop the directory tree walk at DEPTH (Kazuya Mio)
+       - xfs_scrub: ongoing updates (Darrick Wong)
+       - xfs_io: document shutdown -f (Carlos Maiolino)
+       - xfs_io: wire up online repair ioctls (Darrick Wong)
+       - misc: adddebian initramfs hook to package (Darrick Wong)
+       - misc: remove unused macros (Eric Sandeen)
+       - misc: remove many XFS_BUF macros (Carlos Maiolino)
+       - misc: convert to SPDX license tags (Dave Chinner)
+
+xfsprogs-4.18.0-rc0 (05 Jul 2018)
+       - Majority of 4.18 libxfs changes merged from kernel
+
+xfsprogs-4.17.0 (28 Jun 2018)
+       - No further changes
+
+xfsprogs-4.17.0-rc1 (22 Jun 2018)
+       - mkfs.xfs: only stat block devices during mkfs init (Eric Sandeen)
+       - xfs_repair: multiple fixes and improvements (Darrick Wong)
+       - xfs_repair: check and repair quota metadata (Eric Sandeen)
+       - xfs_repair: fix shortform root inode parent (Marco Benatto)
+       - xfs_db: don't ASSERT on unrecognized metadata (Carlos Maiolino)
+       - xfs_db: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_spaceman: add superblock info command ala xfs_info (Darrick Wong)
+       - xfs_info: call xfs_db for unmounted devices (Darrick Wong)
+       - xfs_io: add online label command (Eric Sandeen)
+       - xfs_io: add O_PATH and O_NOFOLLOW options (David Howells)
+       - xfs_io: recognize *iB units in copy_range (Goldwyn Rodrigues)
+
+xfsprogs-4.16.1 (30 Apr 2018)
+       - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
+
+xfsprogs-4.16.0 (25 Apr 2018)
+       - No further changes
+
+xfsprogs-4.16.0-rc1 (12 Apr 2018)
+       - platforms: warn of impending deprecation of irix, freebsd, darwin
+       - mkfs.xfs : enable sparse inodes by default (Darrick Wong)
+       - fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
+       - xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
+       - xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
+       - xfs_repair: remove old dead code (Eric Sandeen)
+       - xfs_io: fix operation time reporting (Dave Chinner)
+       - xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
+       - xfs_io: support a basic extent swap command (Brian Foster)
+       - xfs_scrub: Many updates, still experimental (Darrick Wong)
+       - xfs_db: print transaction reservation type information
+       - libxfs: framework to detect memory leaks (Eric Sandeen)
+       - misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
+       - misc: enable link time optimization, if requested (Darrick Wong)
+       - misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
+
+xfsprogs-4.15.1 (26 Feb 2018)
+       - debian: add build-depends on pkg-config (Darrick Wong)
+       - debian: don't fail postinst when upgrading chroot (Darrick Wong)
+       - update Polish translation (Jakub Bogusz)
+
+xfsprogs-4.15.0 (23 Feb 2018)
+       - various debian-related packaging fixes (Nathan Scott)
+
+xfsprogs-4.15.0-rc1 (13 Feb 2018)
+       - xfs_scrub: experimental new tool added (Darrick Wong)
+       - xfs_metadump: fix issues with -i flag (Marco Benatto)
+       - mkfs.xfs: don't allow creation of realtime+reflink (Darrick Wong)
+       - mkfs.xfs: don't crash on dswidth overflow (Darrick Wong)
+       - mkfs.xfs: much refactoring (Dave Chinner)
+       - xfs_copy: fix copy of v5 filesystems (Eric Sandeen)
+       - xfs_io: add a new 'log_writes' command (Ross Zwisler)
+       - xfs_io: add MAP_SYNC support to mmap() (Ross Zwisler)
+       - libxfs: memory zone handling cleanups (Eric Sandeen)
+
 xfsprogs-4.14.0 (27 Nov 2017)
        - no changes from v4.14.0-rc2
 
@@ -84,7 +209,6 @@ xfsprogs-4.11.0-rc1 (4 Apr 2017)
 
 xfsprogs-4.10.0 (6 Feb 2017)
        - build: fix __bitwise definitions vs kernel headers (Darrick Wong)
-
 xfsprogs-4.10.0-rc1 (15 Feb 2017)
        - build: fix cross-compile (Gwendal Grignou)
        - remove old Irix support (Christoph Hellwig)