]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v5.15.0
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index 479c74c319aeda1feb2926feaff2b28997454df5..2bec7a16fb15249fb351290bb7c0643464697956 100644 (file)
@@ -1,3 +1,130 @@
+xfsprogs-5.15.0 (06 Apr  2022)
+       - mkfs: increase the min log size to 64MB when possible (Eric Sandeen)
+       - xfs_scrub: retry items that are ok except for XFAIL (Darrick J. Wong)
+       - xfs_scrub: fix xfrog_scrub_metadata error reporting (Darrick J. Wong)
+
+xfsprogs-5.15.0-rc1 (11 Mar 2022)
+       - mkfs: enable inobtcount and bigtime by default (Darrick J. Wong)
+       - mkfs: prevent corruption of suboption string values (Darrick J. Wong)
+       - mkfs: document sample configuration file location (Darrick J. Wong)
+       - mkfs: add configuration files for a few LTS kernels (Darrick J. Wong)
+       - mkfs: add a config file for x86_64 pmem filesystems (Darrick J. Wong)
+       - xfs_quota: don't exit on "project" cmd failure (Eric Sandeen)
+       - xfs_repair: don't guess about failure reason in phase6 (Eric Sandeen)
+       - xfs_repair: update 2ndary superblocks after upgrades (Darrick J. Wong)
+       - xfs_scrub: fix reporting if we can't open devices (Darrick J. Wong)
+       - xfs_scrub: report optional features in version (Darrick J. Wong)
+       - libxcmd: use emacs mode for command history editing (Darrick J. Wong)
+       - libfrog: always use the kernel GETFSMAP definitions (Darrick J. Wong)
+       - mkfs.xfs(8): fix default inode allocator description (Eric Sandeen)
+       - xfs_quota(8): fix up dump and report documentation (Eric Sandeen)
+       - xfs_quota(8): document units in limit command (Eric Sandeen)
+       - misc: add a crc32c self test to mkfs and repair (Darrick J. Wong)
+
+xfsprogs-5.15.0-rc0 (03 Feb 2022)
+       - libxfs changes merged from kernel 5.15
+
+xfsprogs-5.14.2 (06 Dec 2021)
+       - libxfs: move rogue fallthrough macro out of linux.h (Darrick J. Wong)
+
+xfsprogs-5.14.1 (02 Dec 2021)
+       - libxfs: fix atomic64_t for 32-bit architectures (Darrick J. Wong)
+       - libfrog: fix crc32c self test code on cross builds (Darrick J. Wong)
+
+xfsprogs-5.14.0 (19 Nov 2021)
+       - debian: Fix FTBFS (Boian Bonev)
+       - debian: Pass --build and --host to configure (Bastian Germann)
+       - debian: Update Uploaders list (Bastian Germann)
+
+xfsprogs-5.14.0-rc1 (12 Nov 2021)
+       - xfsprogs: introduce liburcu support (Dave Chinner)
+       - xfsprogs: convert atomic to uatomic (Dave Chinner)
+       - xfsprogs: convert utilities to use "fallthrough;" (Darrick J. Wong)
+       - libxfs: port xfs_set_inode_alloc from kernel (Darrick J. Wong)
+       - mkfs: warn about V4 deprecation (Darrick J. Wong)
+       - xfs_db: convert agresv to use for_each_perag (Darrick J. Wong)
+
+xfsprogs-5.13.0 (20 Aug 2021)
+       - No further changes
+
+xfsprogs-5.13.0-rc1 (02 Aug 2021)
+       - mkfs: validate rtextsz hint when rtinherit is set (Darrick J. Wong)
+       - xfs_repair: invalidate dirhash when junking dirent (Darrick J. Wong)
+       - xfs_repair: validate inherited rtextsz hint alignmt (Darrick J. Wong)
+       - xfs_quota: allow truncate of grp & prj quota files (Darrick J. Wong)
+       - xfs_io: allow callers to dump fs stats individually (Darrick J. Wong)
+       - xfs_io: don't count fsmaps before querying fsmaps (Darrick J. Wong)
+       - xfs_io: print header once when dumping fsmap in csv (Darrick J. Wong)
+       - xfs_io: clean up the funshare command a bit (Darrick J. Wong)
+       - xfs_io: fix broken funshare_cmd usage (Darrick J. Wong)
+
+xfsprogs-5.13.0-rc0 (01 Jul 2021)
+       - libxfs changes merged from kernel 5.13
+
+xfsprogs-5.12.0 (21 May 2021)
+       - No further changes
+
+xfsprogs-5.12.0-rc1 (07 May 2021)
+       - mkfs: don't default to too-large physical sector size (Jeff Moyer)
+       - repair: phase 6 speedups (Dave Chinner, Gao Xiang)
+       - man: Add dax mount option to man xfs(5) (Carlos Maiolino)
+       - xfs_admin: pick up log arguments correctly (Darrick Wong)
+       - xfs_growfs: support shrinking unused space (Gao Xiang)
+       - libfrog: report inobtcount in geometry (Darrick Wong)
+       - xfs_logprint: Fix buffer overflow printing quotaoff (Carlos Maiolino)
+       - xfsprogs: include <signal.h> for platform_crash (Leah Neukirchen)
+       - xfsprogs: remove BMV_IF_NO_DMAPI_READ flag (Anthony Iliopoulos)
+       - workqueue: bound maximum queue depth (Dave Chinner)
+
+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