]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v5.12.0-rc0
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index dcddcc7ad9dba09837e2e206560383c723be5bef..7b7e8189ec6e64b8c4390b7a5368840ed4af8247 100644 (file)
@@ -1,3 +1,82 @@
+xfsprogs-5.12.0-rc0 (12 Apr 2021)
+       - libxfs changes merged from kernel 5.12
+
+xfsprogs-5.11.0 (12 Mar 2021)
+       - xfs_admin: don't hide xfs_repair output when upgrading (Darrick Wong)
+       - man: document attr2, ikeep option deprecation in xfs.5 (Pavel Reichl)
+
+xfsprogs-5.11.0-rc1 (23 Feb 2021)
+       - mkfs: make use of xfs_validate_stripe_geometry() (Gao Xiang)
+       - mkfs: fix wrong inobtcount usage error output (Zorro Lang)
+       - xfs_repair: enable bigtime upgrade via repair (Darrick J. Wong)
+       - xfs_repair: enable inobtcount upgrade via repair (Darrick J. Wong)
+       - xfs_repair: set NEEDSREPAIR on first write (Darrick J. Wong)
+       - xfs_repair: clear the needsrepair flag when done (Darrick J. Wong)
+       - xfs_repair: check dquot id and type (Darrick J. Wong)
+       - xfs_fsr: Verify bulkstat version in qsort's cmp() (Chandan Babu R)
+       - xfs_fsr: Interpret args of qsort's cmp() correctly (Chandan Babu R)
+       - xfs_scrub: load and unload libicu properly (Darrick J. Wong)
+       - xfs_scrub: various fixes (Darrick J. Wong)
+       - xfs_admin: support adding features to V5 filesystems (Darrick J. Wong)
+       - xfs_admin: support filesystems with realtime devices (Darrick J. Wong)
+       - man: mark all deprecated V4 format options (Darrick J. Wong)
+       - misc: fix valgrind complaints (Darrick J. Wong)
+       - xfs_db: disallow label/uuid setting if NEEDSREPAIR (Darrick J. Wong)
+       - xfs_db: show NEEDSREPAIR in check & version commands (Darrick J. Wong)
+       - xfs_db: add an ls command (Darrick J. Wong)
+       - xfs_db: add a directory path lookup command (Darrick J. Wong)
+
+xfsprogs-5.11.0-rc0 (12 Feb 2021)
+       - libxfs changes merged from kernel 5.11
+       - Debian packaging fixes (Bastian Germann)
+
+xfsprogs-5.10.0 (11 Dec 2020)
+       - xfs_repair: remove old code for mountpoint inodes (Anthony Iliopoulos)
+
+xfsprogs-5.10.0-rc1 (04 Dec 2020)
+       - xfsprogs: Add inode btree counter feature (Darrick Wong)
+       - xfsprogs: Add bigtime feature for Y2038 (Darrick Wong)
+       - xfsprogs: Polish translation update (Jakub Bogusz)
+       - mkfs.xfs: Add config file feature (Dave Chinner)
+       - mkfs.xfs: allow users to specify rtinherit=0 (Darrick Wong)
+       - xfs_repair: simplify bmap_next_offset (Christoph Hellwig)
+       - man: various manpage updates (Eric Sandeen)
+       - libxfs: remove some old dead code (Dave Chinner)
+       - libxfs: add realtime extent tracking (Darrick Wong)
+
+xfsprogs-5.10.0-rc0 (17 Nov 2020)
+       - libxfs changes merged from kernel 5.10
+
+xfsprogs-5.9.0 (20 Oct 2020)
+       - No further changes
+
+xfsprogs-5.9.0-rc1 (13 Oct 2020)
+       - mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong)
+       - mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl)
+       - xfs_repair: more fixes from fuzz-testing (Darrick Wong)
+       - libhandle: fix potential unterminated string problem (Darrick Wong)
+       - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong)
+       - man: install all manpages that redirect to another page (Darrick Wong)
+       - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen)
+       - xfsprogs: various realtime related fixes (Darrick Wong)
+       - xfsprogs: ignore autofs mount table entries (Ian Kent)
+
+xfsprogs-5.9.0-rc0 (17 Sep 2020)
+       - libxfs changes merged from kernel 5.9
+       - libxfs: make buffers track the per-ag structures (Darrick Wong)
+
+xfsprogs-5.8.0 (04 Sep 2020)
+       - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen)
+
+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)