]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v5.8.0-rc1
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index 8d0f5bc3fb6bcca1c70cd0bb0afefced0adc6e05..1d3e7b11d2ebd496e67e903d95865f8bd286408b 100644 (file)
@@ -1,3 +1,119 @@
+xfsprogs-5.8.0-rc1 (26 Aug 2020)
+       - mkfs: allow setting dax flag on root directory (Darrick Wong)
+       - xfs_quota: improve reporting and messages (Bill O'Donnell)
+       - xfs_db: use correct inode to set inode type (Zorro Lang)
+       - xfs_db: fix nlink usage in check (Darrick Wong)
+       - xfs_db: report the inode dax flag (Darrick Wong)
+       - man: update mkfs.xfs inode flag option documentation (Darrick Wong)
+       - xfsprogs: move custom interface def'ns to new header (Eric Sandeen)
+
+xfsprogs-5.8.0-rc0 (10 Aug 2020)
+       - xfs_repair: check quota counters (Darrick Wong)
+       - xfs_io: fix -D vs -R handling (Xiao Yang)
+       - libxfs changes merged from kernel 5.8
+
+xfsprogs-5.7.0 (24 Jul 2020)
+       - xfs_io: Document '-q' option for sendfile command (Xiao Yang)
+
+xfsprogs-5.7.0-rc1 (15 Jul 2020)
+       - remove libreadline support (Christoph Hellwig)
+       - xfs_quota: allow individual timer extension (Eric Sandeen)
+       - xfs_quota: fix unsigned int id comparisons (Darrick Wong)
+       - xfs_repair: fix progress reporting (Eric Sandeen)
+       - xfs_repair: fix minrecs error during phase5 btree rebuild (Gao Xiang)
+       - xfs_repair: add missing validations to match xfs_check (Darrick Wong)
+       - xfs_repair: use btree bulk loading (Darrick Wong)
+       - xfs_io: fix copy_range argument parsing (Eric Sandeen)
+       - xfs_io: document -q option for pread/pwrite command (Xiao Yang)
+       - xfs_metadump: man page fixes (Kaixu Xia)
+       - xfs_db: fix crc invalidation segfault (Anthony Iliopoulos)
+
+xfsprogs-5.7.0-rc0 (07 May 2020)
+       - libxfs changes merged from kernel 5.7
+
+xfsprogs-5.6.0 (14 Apr 2020)
+       - xfs_scrub: don't set WorkingDirectory in systemd job (Darrick Wong)
+
+xfsprogs-5.6.0-rc1 (08 Apr 2020)
+       - xfsprogs: fix silently broken option parsing (Dave Chinner)
+       - xfsprogs: various minor Coverity fixes (Darrick Wong)
+       - xfs_repair: fix dir_read_buf use of libxfs_da_read_buf (Darrick Wong)
+       - libxfs: check retval of device flush when closing (Darrick Wong)
+       - xfs_io:  set exitcode on failure appropriately (Dave Chinner)
+       
+xfsprogs-5.6.0-rc0 (18 Mar 2020)
+       - libxfs changes merged from kernel 5.6
+
+xfsprogs-5.5.0 (13 Mar 2020)
+       - xfsprogs: don't warn about packed members (Dave Chinner)
+
+xfsprogs-5.5.0-rc1 (01 Mar 2020)
+       - xfsprogs: don't redeclare globals provided by libraries (Eric Sandeen)
+       - xfsprogs: actually check that writes succeeded (Darrick Wong)
+       - mkfs.xfs: check root inode location (Darrick Wong)
+       - mkfs.xfs: efficient block zeroing (Eric Sandeen)
+       - xfs_repair: fix broken unit conv. in dir invalidation (Darrick Wong)
+       - xfs_repair: fix bad next_unlinked field (Eric Sandeen)
+       - xfs_repair: don't corrupt attr fork clearing forw/back (Darrick Wong)
+       - xfs_repair: check root dir pointer before trashing it (Darrick Wong)
+       - xfs_repair: try to fix sb_unit value from secondaries (Darrick Wong)
+       - xfs_repair: join RT inodes to transaction only once (Eric Sandeen)
+       - xfs_io: fix over/underflow handling in timespecs (Darrick Wong)
+       - xfs_io: fix pwrite/pread length trunc on 32-bit systems (Darrick Wong)
+       - xfs_io: fix copy_file_range length argument overflow (Darrick Wong)
+       - xfs_io: support passing a keyring key to add_enckey (Eric Biggers)
+       - xfs_scrub: fix reporting of EINVAL for online repairs (Darrick Wong)
+       - man: document some missing xfs_db commands (Darrick Wong)
+       - man: document the xfs_db btheight command  (Darrick Wong)
+       - man: list xfs_io lsattr inode flag letters  (Darrick Wong)
+
+xfsprogs-5.5.0-rc0 (22 Jan 2020)
+       - libxfs changes merged from kernel 5.5
+
+xfsprogs-5.4.0 (20 Dec 2019)
+       - No further changes
+
+xfsprogs-5.4.0-rc1 (17 Dec 2019)
+       - mkfs.xfs: Notify about discard & make it interruptable (Pavel Reichl)
+       - xfs_admin: support external log devices (Darrick Wong)
+       - xfs_admin: enable online label getting and setting (Darrick Wong)
+
+xfsprogs-5.4.0-rc0 (15 Nov 2019)
+       - libxfs changes merged from kernel 5.4
+
+xfsprogs-5.3.0 (15 Nov 2019)
+       - No further changes
+
+xfsprogs-5.3.0-rc2 (07 Nov 2019)
+       - mkfs.xfs: use libxfs to write out AGs vs. open-coding (Darrick Wong)
+       - mkfs.xfs: fix incorrect error message during AG init (Darrick Wong)
+       - xfs_repair: better info when metadata updates fail (Darrick Wong)
+       - xfs_growfs: allow mounted device node as argument (Eric Sandeen)
+       - xfs_spaceman: always report sick metadata (Darrick Wong)
+       - xfs_io: add a bulkstat command (Darrick Wong)
+       - xfs_io: encrypt command enhancements (Eric Biggers)
+       - xfs_io: expose FS_XFLAG_HASATTR flag (Amir Goldstein)
+       - xfs_io: copy_file_range fixes (Jianhong Yin)
+       - man: document several new ioctls (Darrick Wong)
+       - xfs_scrub: copious rewriting (Darrick Wong)
+       - libfrog: header moves, refactoring, updates (Darrick Wong)
+       - libxfs: fix buffer refcounting (Darrick Wong)
+
+xfsprogs-5.3.0-rc1 (28 Aug 2019)
+       - rebase 5.3 branch on top of 5.2.1
+
+xfsprogs-5.3.0-rc0 (16 Aug 2019)
+       - libxfs changes merged from kernel 5.3
+
+xfsprogs-5.2.1 (21 Aug 2019)
+       - fix geometry calls for kernels older than 5.2 (Eric Sandeen)
+
+xfsprogs-5.2.0 (09 Aug 2019)
+       - libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen)
+
+xfsprogs-5.2.0-rc0 (24 Jul 2019)
+       - libxfs changes merged from kernel 5.2
+
 xfsprogs-5.1.0 (19 Jul 2019)
        - No further changes