]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - doc/CHANGES
xfsprogs: Release v5.15.0
[thirdparty/xfsprogs-dev.git] / doc / CHANGES
index 67cd8c74629133b04cfe6dcb02f7dfec4c3cf704..2bec7a16fb15249fb351290bb7c0643464697956 100644 (file)
@@ -1,3 +1,517 @@
+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
+
+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)
+       - 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
+
+xfsprogs-5.1.0-rc1 (11 Jul 2019)
+       - mkfs: enable reflink by default (Darrick Wong)
+       - mkfs: fix stripe unit handling (Allison Collins)
+       - mkfs: remove useless log options in usage() (Yang Xu)
+       - mkfs: validate start and end of aligned logs (Darrick Wong)
+       - xfs_quota: fix built-in help for project setup (Eric Sandeen)
+       - xfs_io: allow passing an open file to copy_range (Amir Goldstein)
+       - xfs_info: limit findmnt to mounted xfs filesystems (Amir Goldstein)
+       - man: break out several ioctl man pages (Darrick Wong)
+       - man: Fix an inconsistency in the mkfs man page (Alvin Zheng)
+       - xfs_scrub: fix background-mode sleep throttling (Darrick Wong)
+       - libxfs: sync up xfs_trans_inode.c with the kernel (Eric Sandeen)
+       - libfrog: fix bitmap return values (Darrick Wong)
+       - libfrog: don't set negative errno in conversion f'ns (Darrick Wong)
+
+xfsprogs-5.1.0-rc0 (07 May 2019)
+       - libxfs changes merged from kernel 5.1
+
+xfsprogs-5.0.0 (03 May 2019)
+       - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra)
+       - Fix build with newer statx headers (Eric Sandeen)
+
+xfsprogs-5.0.0-rc1 (26 Apr 2019)
+       - mkfs: validate extent size hint parameters (Darrick Wong)
+       - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong)
+       - xfs_repair: reinitialize root directory nlink correctly (Darrick Wong)
+       - xfs_repair: use lenient verifiers for half-fixed inodes (Darrick Wong)
+       - xfs_repair: acct for btree shrinks when fixing freelist (Darrick Wong)
+       - xfs_repair: better cli option parameter checking (Darrick Wong)
+       - xfs_repair: fix deadlock due to failed inode flushes (Dave Chinner)
+       - xfs_info: handle devices, mountpoints, and loop files (Darrick Wong)
+       - xfs_metadump: fix symlink handling (Darrick Wong)
+       - xfs_io: fix label parsing and validation (Darrick Wong)
+       - xfs_io: print attributes_mask in statx (Darrick Wong)
+       - xfs_scrub: fix Make targets which depend on builddefs (Darrick Wong)
+       - xfs_scrub: check label for misleading characters (Darrick Wong)
+       - xfs_scrub: parallelize based on storage not CPUS (Darrick Wong)
+       - xfs_scrub: activate timer only after system is up (Darrick Wong)
+       - libxfs: fix buffer & inode lifetimes (Darrick Wong)
+       - misc: fix strncpy length complaints from gcc (Darrick Wong)
+       - debian build & packaging fixes (Darrick Wong)
+       - Merge libxfs from kernel 5.0
+
+xfsprogs-4.20.0 (22 Feb 2019)
+       - No further changes
+
+xfsprogs-4.20.0-rc1 (08 Feb 2019)
+       - 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
+
+xfsprogs-4.14.0-rc2 (20 Nov 2017)
+       - xfs_repair: fix deadlock on failed refcountbt checks (Darrick Wong)
+       - xfs_repair: fix cowextsize field checking and repairing (Darrick Wong)
+       - xfs_repair: clear DAX flag from non-file inodes (Darrick Wong)
+       - xfs_repair: fix bag memory overwrite problems (Darrick Wong)
+       - xfs_metadump: zap stale data in DIR2_LEAF1 dirs (Eric Sandeen)
+       - xfs_metadump: allow large directory extents by default (Darrick Wong)
+       - xfs_copy: don't hang if all targets hit write errors (Darrick Wong)
+       - xfs_io: stat: treat statfs.f_flags as optional (Jeff Mahoney)
+       - xfs_io: stat: fix typo in statfs->f_flags (Jeff Mahoney)
+       - xfs_io: Allow partial writes in pwrite (Goldwyn Rodrigues)
+       - xfs_io: Add support for pwritev2() (Goldwyn Rodrigues)
+       - xfs_io: Add RWF_NOWAIT to pwritev2() (Goldwyn Rodrigues))
+       - xfs_io: Disable pwrite -V if pwritev unavailable (Goldwyn Rodrigues)
+       - xfs_io: add new error injection knobs to inject command (Darrick Wong)
+       - xfs_io: report io errors from pwrite -W and -w (Liu Bo)
+
+xfsprogs-4.13.1 (26 Sep 2017)
+       - fix global array overrun in mkfs (Darrick Wong)
+
+xfsprogs-4.13.0 (26 Sep 2017)
+       - no changes from v4.13.0-rc2
+
+xfsprogs-4.13.0-rc2 (21 Sep 2017)
+       - mkfs.xfs: pass custom cowextsize to created filesystem (Darrick Wong)
+       - xfs_repair: handle missing extent states (Darrick Wong)
+       - xfs_db: version command misses RMAPBT feature string (Zirong Lang)
+
+xfsprogs-4.13.0-rc1 (15 Sep 2017)
+       - mkfs.xfs: document forgotten flags (Darrick Wong)
+       - mkfs.xfs: don't stagger AG on single disk (Donald Douwsma)
+       - xfs_repair: various threading fixes (Jeff Mahoney)
+       - xfs_repair: validate symlink target length (Darrick Wong)
+       - xfs_repair: fix error exit status with -v flag (Masatake YAMATO)
+       - xfs_fsr: Fix uninitalized varable use aftger timeout (Jeff Mahoney)
+       - xfs_io: fix fiemap -n documentation to match reality (Nikolay Borisov)
+       - xfs_io: Allow lsattr & lsproj on foreign filesystems (Ross Zwisler)
+       - xfs_io: Print filesystem statfs flags in statfs output (Carlos Maiolino)
+       - xfs_io: add seek consistency checks (Andreas Gruenbacher)
+       - xfs_db: Fix metadump redirection (Darrick Wong)
+       - xfs_db: Add fuzz command (Darrick Wong)
+       - xfsprogs: Fix multiple compiler warnings (Darrick Wong)
+
+xfsprogs-4.12.0 (20 Jul 2017)
+        - mkfs.xfs: allow specification of 0 stripe width & unit (Eric Sandeen)
+        - xfs_db: redirect printfs when metadumping to stdout (Darrick Wong)
+        - libxfs: propagate transaction block reservations (Darrick Wong)
+        - xfs_db: properly set inode type (Eric Sandeen)
+
+xfsprogs-4.12.0-rc2 (13 Jul 2017)
+       - mkfs.xfs: minimum log size calculation fixes (Darrick Wong)
+
+xfsprogs-4.12.0-rc1 (30 Jun 2017)
+       - xfs_spaceman: new space management tool (Dave Chinner, Darrick Wong)
+       - xfs_io: implement fsmap command (Darrick Wong)
+       - xfs_repair: fix 512 sector image repair on 4k sector host (Zorro Lang)
+       - xfs_growfs: ensure target is an active xfs mountpoint (Bill O'Donnell)
+       - xfs_metadump: warn about corruption if log is dirty (Jan Tulak)
+       - xfs_metadump: tag metadump with informational flags (Eric Sandeen)
+       - xfs_db: fix 'type' command for interesting geoms (Bill O'Donnell)
+       - xfs_db: add alignment filter to freesp command (Eric Sandeen)
+       - libxfs: use crc32c slice-by-8 variant by default (Darrick Wong)
+       - update Polish translation (Jakub Bogusz)
+
+xfsprogs-4.11.0 (5 May 2017)
+       - xfs_io: man page fixups (Zorro Lang)
+
+xfsprogs-4.11.0-rc2 (2 May 2017)
+       - xfs_db: add btree dumping command (Darrick Wong)
+       - mkfs.xfs: change bare -m rmapbt,reflink to enable (Eric Sandeen)
+       - xfs_io: document -d option, enable for dqblks & inodes (Darrick Wong)
+       - xfs_io: minor statx fixes, updates (Chandan Rajendra, Gwendal Grignou)
+
 xfsprogs-4.11.0-rc1 (4 Apr 2017)
        - xfs_io: add statx support (David Howells, Eric Sandeen)
        - xfs_io: fix "falloc -p" to pass KEEP_SIZE (Calvin Owens)
@@ -8,7 +522,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)