xfsprogs-6.17.0 (20 Oct 2025)
	xfs_scrub_fail: reduce security lockdowns to avoid postfix problems (Darrick J. Wong)
	mkfs: fix copy-paste error in calculate_rtgroup_geometry (Darrick J. Wong)
	xfs_scrub: fix strerror_r usage yet again (Darrick J. Wong)
	mkfs: fix libxfs_iget return value sign inversion (Darrick J. Wong)
	xfs_scrub: Use POSIX-conformant strerror_r (A. Wilcox)
	xfs_db: use file_setattr to copy attributes on special files with rdump (Andrey Albershteyn)
	xfs_io: make ls/chattr work with special files (Andrey Albershteyn)
	xfs_quota: utilize file_setattr to set prjid on special files (Andrey Albershteyn)
	configure: Base NEED_INTERNAL_STATX on libc headers first (Johannes Nixdorf)
	xfs_io: add FALLOC_FL_WRITE_ZEROES support (Zhang Yi)
	xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py (Christian Kujau)
	Improve information about logbsize valid values (Carlos Maiolino)
	proto: add ability to populate a filesystem from a directory (Luca Di Maio)

xfsprogs-6.16.0 (26 Aug 2025)
	Document current limitation of shrinking fs (Xavier Claude)
	mkfs: require reflink for max_atomic_write option (John Garry)
	xfs_scrub: remove EXPERIMENTAL warnings (Darrick J. Wong)
	mkfs: allow users to configure the desired maximum atomic write size (Darrick J. Wong)
	mkfs: try to align AG size based on atomic write capabilities (Darrick J. Wong)
	mkfs: autodetect log stripe unit for external log devices (Darrick J. Wong)
	mkfs: don't complain about overly large auto-detected log stripe units (Darrick J. Wong)
	xfs_io: dump new atomic_write_unit_max_opt statx field (Darrick J. Wong)
	xfs_db: create an untorn_max subcommand (Darrick J. Wong)

xfsprogs-6.15.0 (23 Jun 2025)
	xfs_mdrestore: don't allow restoring onto zoned block devices (Christoph Hellwig)
	man: adjust description of the statx manpage (Darrick J. Wong)
	xfs_protofile: fix permission octet when suid/guid is set (Luca Di Maio)
	xfs_repair: fix libxfs abstraction mess (Darrick J. Wong)
	xfs_growfs: support internal RT devices (Christoph Hellwig)
	xfs_mdrestore: support internal RT devices (Christoph Hellwig)
	xfs_scrub: support internal RT device (Christoph Hellwig)
	xfs_spaceman: handle internal RT devices (Christoph Hellwig)
	xfs_io: handle internal RT devices in fsmap output (Christoph Hellwig)
	xfs_io: don't re-query fs_path information in fsmap_f (Christoph Hellwig)
	xfs_io: correctly report RGs with internal rt dev in bmap output (Christoph Hellwig)
	man: document XFS_FSOP_GEOM_FLAGS_ZONED (Christoph Hellwig)
	xfs_mkfs: document the new zoned options in the man page (Christoph Hellwig)
	xfs_mkfs: reflink conflicts with zoned file systems for now (Christoph Hellwig)
	xfs_mkfs: default to rtinherit=1 for zoned file systems (Christoph Hellwig)
	xfs_mkfs: calculate zone overprovisioning when specifying size (Christoph Hellwig)
	xfs_mkfs: support creating file system with zoned RT devices (Christoph Hellwig)
	xfs_mkfs: factor out a validate_rtgroup_geometry helper (Christoph Hellwig)
	xfs_repair: validate rt groups vs reported hardware zones (Christoph Hellwig)
	xfs_repair: fix the RT device check in process_dinode_int (Christoph Hellwig)
	xfs_repair: support repairing zoned file systems (Christoph Hellwig)
	libfrog: report the zoned geometry (Christoph Hellwig)
	xfs_repair: phase6: scan longform entries before header check (Bill O'Donnell)
	xfs_repair: Bump link count if longform_dir2_rebuild yields shortform dir (Eric Sandeen)
	mkfs: fix the issue of maxpct set to 0 not taking effect (liuh)
	mkfs: fix blkid probe API violations causing weird output (Darrick J. Wong)
	xfs_io: make statx mask parsing more generally useful (Darrick J. Wong)
	xfs_io: redefine what statx -m all does (Darrick J. Wong)
	xfs_io: catch statx fields up to 6.15 (Darrick J. Wong)
	man: fix missing cachestat manpage (Darrick J. Wong)

xfsprogs-6.14.0 (08 Apr 2025)
	xfs_scrub_all: localize the strings in the program (Darrick J. Wong)
	xfs_protofile: add messages to localization catalog (Darrick J. Wong)
	Makefile: inject package name/version/bugreport into pot file (Darrick J. Wong)
	xfs_scrub_all: rename source code to .py.in (Darrick J. Wong)
	xfs_protofile: rename source code to .py.in (Darrick J. Wong)
	xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing (Bill O'Donnell)
	xfs_repair: fix stupid argument error in verify_inode_chunk (Darrick J. Wong)
	xfs_repair: fix infinite loop in longform_dir2_entry_check* (Darrick J. Wong)
	xfs_repair: fix crash in reset_rt_metadir_inodes (Darrick J. Wong)
	xfs_repair: don't recreate /quota metadir if there are no quota inodes (Darrick J. Wong)
	xfs_repair: fix wording of error message about leftover CoW blocks on the rt device (Darrick J. Wong)
	xfs_io: Add cachestat syscall support (Ritesh Harjani (IBM))
	xfs_io: Add RWF_DONTCACHE support to preadv2 (Ritesh Harjani (IBM))
	xfs_io: Add RWF_DONTCACHE support to pwritev2 (Ritesh Harjani (IBM))
	xfs_io: Add support for preadv2 (Ritesh Harjani (IBM))
	make: remove the .extradep file in libxfs on "make clean" (Theodore Ts'o)
	xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots (Darrick J. Wong)
	xfsprogs: Fix mismatched return type of filesize() (Pavel Reichl)
	xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support (Anthony Iliopoulos)
	configure: additionally get icu-uc from pkg-config (Alyssa Ross)
	xfs_scrub: use the display mountpoint for reporting file corruptions (Darrick J. Wong)
	xfs_scrub: don't warn about zero width joiner control characters (Darrick J. Wong)
	xfs_scrub: fix buffer overflow in string_escape (Darrick J. Wong)
	xfs_db: add command to copy directory trees out of filesystems (Darrick J. Wong)
	xfs_db: make listdir more generally useful (Darrick J. Wong)
	xfs_db: use an empty transaction to try to prevent livelocks in path_navigate (Darrick J. Wong)
	xfs_db: pass const pointers when we're not modifying them (Darrick J. Wong)
	mkfs: enable reflink on the realtime device (Darrick J. Wong)
	mkfs: validate CoW extent size hint when rtinherit is set (Darrick J. Wong)
	xfs_logprint: report realtime CUIs (Darrick J. Wong)
	xfs_repair: validate CoW extent size hint on rtinherit directories (Darrick J. Wong)
	xfs_repair: allow realtime files to have the reflink flag set (Darrick J. Wong)
	xfs_repair: rebuild the realtime refcount btree (Darrick J. Wong)
	xfs_repair: reject unwritten shared extents (Darrick J. Wong)
	xfs_repair: check existing realtime refcountbt entries against observed refcounts (Darrick J. Wong)
	xfs_repair: compute refcount data for the realtime groups (Darrick J. Wong)
	xfs_repair: find and mark the rtrefcountbt inode (Darrick J. Wong)
	xfs_repair: use realtime refcount btree data to check block types (Darrick J. Wong)
	xfs_repair: allow CoW staging extents in the realtime rmap records (Darrick J. Wong)
	xfs_spaceman: report health of the realtime refcount btree (Darrick J. Wong)
	xfs_db: add rtrefcount reservations to the rgresv command (Darrick J. Wong)
	xfs_db: copy the realtime refcount btree (Darrick J. Wong)
	xfs_db: support the realtime refcountbt (Darrick J. Wong)
	xfs_db: display the realtime refcount btree contents (Darrick J. Wong)
	man: document userspace API changes due to rt reflink (Darrick J. Wong)
	mkfs: create the realtime rmap inode (Darrick J. Wong)
	xfs_logprint: report realtime RUIs (Darrick J. Wong)
	xfs_repair: reserve per-AG space while rebuilding rt metadata (Darrick J. Wong)
	xfs_repair: rebuild the bmap btree for realtime files (Darrick J. Wong)
	xfs_repair: check for global free space concerns with default btree slack levels (Darrick J. Wong)
	xfs_repair: rebuild the realtime rmap btree (Darrick J. Wong)
	xfs_repair: always check realtime file mappings against incore info (Darrick J. Wong)
	xfs_repair: check existing realtime rmapbt entries against observed rmaps (Darrick J. Wong)
	xfs_repair: find and mark the rtrmapbt inodes (Darrick J. Wong)
	xfs_repair: refactor realtime inode check (Darrick J. Wong)
	xfs_repair: create a new set of incore rmap information for rt groups (Darrick J. Wong)
	xfs_repair: use realtime rmap btree data to check block types (Darrick J. Wong)
	xfs_repair: flag suspect long-format btree blocks (Darrick J. Wong)
	xfs_repair: tidy up rmap_diffkeys (Darrick J. Wong)
	xfs_spaceman: report health status of the realtime rmap btree (Darrick J. Wong)
	xfs_db: add an rgresv command (Darrick J. Wong)
	xfs_db: make fsmap query the realtime reverse mapping tree (Darrick J. Wong)
	xfs_db: copy the realtime rmap btree (Darrick J. Wong)
	xfs_db: support the realtime rmapbt (Darrick J. Wong)
	xfs_db: display the realtime rmap btree contents (Darrick J. Wong)
	xfs_db: don't abort when bmapping on a non-extents/bmbt fork (Darrick J. Wong)
	xfs_db: compute average btree height (Darrick J. Wong)
	man: document userspace API changes due to rt rmap (Darrick J. Wong)
	xfs_scrub: try harder to fill the bulkstat array with bulkstat() (Darrick J. Wong)
	xfs_scrub: ignore freed inodes when single-stepping during phase 3 (Darrick J. Wong)
	xfs_scrub: hoist the phase3 bulkstat single stepping code (Darrick J. Wong)
	xfs_scrub: don't blow away new inodes in bulkstat_single_step (Darrick J. Wong)
	xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data (Darrick J. Wong)
	xfs_scrub: don't complain if bulkstat fails (Darrick J. Wong)
	xfs_scrub: don't (re)set the bulkstat request icount incorrectly (Darrick J. Wong)
	xfs_scrub: don't double-scan inodes during phase 3 (Darrick J. Wong)
	xfs_scrub: actually iterate all the bulkstat records (Darrick J. Wong)
	xfs_scrub: selectively re-run bulkstat after re-running inumbers (Darrick J. Wong)
	xfs_scrub: remove flags argument from scrub_scan_all_inodes (Darrick J. Wong)
	xfs_scrub: call bulkstat directly if we're only scanning user files (Darrick J. Wong)
	xfs_scrub: don't report data loss in unlinked inodes twice (Darrick J. Wong)
	man: document new XFS_BULK_IREQ_METADIR flag to bulkstat (Darrick J. Wong)
	xfs_db: obfuscate rt superblock label when metadumping (Darrick J. Wong)
	mkfs,xfs_repair: don't pass a daddr as the flags argument (Darrick J. Wong)

xfsprogs-6.13.0 (13 Feb 2025)
	xfs_protofile: fix device number encoding (Darrick J. Wong)
	xfs_protofile: fix mode formatting error (Darrick J. Wong)
	mkfs: fix file size setting when interpreting a protofile (Darrick J. Wong)
	xfs_repair: require zeroed quota/rt inodes in metadir superblocks (Darrick J. Wong)
	mkfs: use a default sector size that is also suitable for the rtdev (Christoph Hellwig)
	xfs_scrub_all.timer: don't run if /var/lib/xfsprogs is readonly (Darrick J. Wong)
	xfs_logprint: Fix super block buffer interpretation issue (Chi Zhiling)
	mkfs: allow sizing realtime allocation groups for concurrency (Darrick J. Wong)
	build: initialize stack variables to zero by default (Darrick J. Wong)
	m4: fix statx override selection if /usr/include doesn't define it (Darrick J. Wong)
	mkfs: fix parsing of value-less -d/-l concurrency cli option (Darrick J. Wong)
	xfs_db: improve error message when unknown btree type given to btheight (Darrick J. Wong)
	xfs_repair: don't obliterate return codes (Darrick J. Wong)
	xfs_db: fix multiple dblock commands (Darrick J. Wong)
	xfs: don't return an error from xfs_update_last_rtgroup_size for !XFS_RT (Christoph Hellwig)
	xfs_io: add extsize command support (Ojaswin Mujoo)
	xfs_io: allow foreign FSes to show FS_IOC_FSGETXATTR details (Ojaswin Mujoo)
	mkfs: enable rt quota options (Darrick J. Wong)
	xfs_quota: report warning limits for realtime space quotas (Darrick J. Wong)
	mkfs: add quota flags when setting up filesystem (Darrick J. Wong)
	xfs_repair: try not to trash qflags on metadir filesystems (Darrick J. Wong)
	xfs_repair: support quota inodes in the metadata directory (Darrick J. Wong)
	xfs_db: support metadir quotas (Darrick J. Wong)
	libfrog: scrub quota file metapaths (Darrick J. Wong)
	mkfs: format realtime groups (Darrick J. Wong)
	mkfs: add headers to realtime bitmap blocks (Darrick J. Wong)
	xfs_scrub: use histograms to speed up phase 8 on the realtime volume (Darrick J. Wong)
	xfs_scrub: trim realtime volumes too (Darrick J. Wong)
	xfs_scrub: call GETFSMAP for each rt group in parallel (Darrick J. Wong)
	xfs_scrub: cleanup fsmap keys initialization (Christoph Hellwig)
	xfs_scrub: check rtgroup metadata directory connections (Darrick J. Wong)
	xfs_scrub: scrub realtime allocation group metadata (Darrick J. Wong)
	xfs_spaceman: report on realtime group health (Darrick J. Wong)
	xfs_mdrestore: restore rt group superblocks to realtime device (Darrick J. Wong)
	xfs_io: display rt group in verbose fsmap output (Darrick J. Wong)
	xfs_io: display rt group in verbose bmap output (Darrick J. Wong)
	xfs_io: add a command to display realtime group information (Darrick J. Wong)
	xfs_io: add a command to display allocation group information (Darrick J. Wong)
	xfs_io: support scrubbing rtgroup metadata paths (Darrick J. Wong)
	xfs_io: support scrubbing rtgroup metadata (Darrick J. Wong)
	xfs_db: report rt group and block number in the bmap command (Darrick J. Wong)
	xfs_db: dump rt summary blocks (Darrick J. Wong)
	xfs_db: dump rt bitmap blocks (Darrick J. Wong)
	xfs_db: metadump realtime devices (Darrick J. Wong)
	xfs_db: metadump metadir rt bitmap and summary files (Christoph Hellwig)
	xfs_db: enable conversion of rt space units (Darrick J. Wong)
	xfs_db: support changing the label and uuid of rt superblocks (Darrick J. Wong)
	xfs_db: support dumping realtime group data and superblocks (Darrick J. Wong)
	xfs_db: listify the definition of enum typnm (Darrick J. Wong)
	xfs_db: enable rtconvert to handle segmented rtblocks (Darrick J. Wong)
	xfs_db: enable the rtblock and rtextent commands for segmented rt block numbers (Darrick J. Wong)
	xfs_repair: repair rtbitmap and rtsummary block headers (Darrick J. Wong)
	xfs_repair: support realtime superblocks (Darrick J. Wong)
	xfs_repair: find and clobber rtgroup bitmap and summary files (Darrick J. Wong)
	xfs_repair: support realtime groups (Darrick J. Wong)
	xfs_repair: add a real per-AG bitmap abstraction (Christoph Hellwig)
	xfs_repair: simplify rt_lock handling (Christoph Hellwig)
	xfs_repair: improve rtbitmap discrepancy reporting (Darrick J. Wong)
	xfs_repair: refactor offsetof+sizeof to offsetofend (Darrick J. Wong)
	xfs_repair: refactor phase4 (Christoph Hellwig)
	xfs_repair: adjust rtbitmap/rtsummary word updates to handle big endian values (Darrick J. Wong)
	xfs_logprint: report realtime EFIs (Darrick J. Wong)
	libfrog: add bitmap_clear (Darrick J. Wong)
	libfrog: report rt groups in output (Darrick J. Wong)
	libfrog: support scrubbing rtgroup metadata paths (Darrick J. Wong)
	man: document rgextents geom field (Christoph Hellwig)
	man: document the rt group geometry ioctl (Darrick J. Wong)
	mkfs: add a utility to generate protofiles (Darrick J. Wong)
	mkfs: support copying in xattrs (Darrick J. Wong)
	mkfs: support copying in large or sparse files (Darrick J. Wong)
	mkfs.xfs: enable metadata directories (Darrick J. Wong)
	xfs_repair: do not count metadata directory files when doing quotacheck (Darrick J. Wong)
	xfs_repair: truncate and unmark orphaned metadata inodes (Darrick J. Wong)
	xfs_repair: drop all the metadata directory files during pass 4 (Darrick J. Wong)
	xfs_repair: metadata dirs are never plausible root dirs (Darrick J. Wong)
	xfs_repair: mark space used by metadata files (Darrick J. Wong)
	xfs_repair: update incore metadata state whenever we create new files (Darrick J. Wong)
	xfs_repair: don't let metadata and regular files mix (Darrick J. Wong)
	xfs_repair: rebuild the metadata directory (Darrick J. Wong)
	xfs_repair: check metadata inode flag (Darrick J. Wong)
	xfs_repair: dont check metadata directory dirent inumbers (Darrick J. Wong)
	xfs_repair: handle sb_metadirino correctly when zeroing supers (Darrick J. Wong)
	xfs_scrub: re-run metafile scrubbers during phase 5 (Darrick J. Wong)
	xfs_scrub: scan metadata directories during phase 3 (Darrick J. Wong)
	xfs_scrub: tread zero-length read verify as an IO error (Darrick J. Wong)
	xfs_spaceman: report health of metadir inodes too (Darrick J. Wong)
	xfs_io: support scrubbing metadata directory paths (Darrick J. Wong)
	xfs_io: support flag for limited bulkstat of the metadata directory (Darrick J. Wong)
	xfs_db: drop the metadata checking code from blockget (Darrick J. Wong)
	xfs_db: display di_metatype (Darrick J. Wong)
	xfs_db: show the metadata root directory when dumping superblocks (Darrick J. Wong)
	xfs_db: support metadata directories in the path command (Darrick J. Wong)
	xfs_db: don't obfuscate metadata directories and attributes (Darrick J. Wong)
	xfs_db: report metadir support for version command (Darrick J. Wong)
	xfs_db: disable xfs_check when metadir is enabled (Darrick J. Wong)
	xfs_io: support scrubbing metadata directory paths (Darrick J. Wong)
	libfrog: report metadata directories in the geometry report (Darrick J. Wong)
	man: update scrub ioctl documentation for metadir (Darrick J. Wong)
	man2: document metadata directory flag in fsgeom ioctl (Darrick J. Wong)
	man: document the -n parent mkfs option (Darrick J. Wong)
	man: fix ioctl_xfs_commit_range man page install (Jan Palus)
	xfs_repair: fix maximum file offset comparison (Darrick J. Wong)

xfsprogs-6.12.0 (02 Dec 2024)
	xfs_io: add support for atomic write statx fields (Catherine Hoang)
	xfs_repair: fix crasher in pf_queuing_worker (Darrick J. Wong)
	xfs: Reduce unnecessary searches when searching for the best extents (Chi Zhiling)
	xfs_spaceman: add dependency on libhandle target (Jan Palus)
	mkfs: add a config file for 6.12 LTS kernels (Darrick J. Wong)
	xfs_scrub_all: wait for services to start activating (Darrick J. Wong)
	xfs_repair: checking rt free space metadata must happen during phase 4 (Darrick J. Wong)
	xfs_db: allow setting current address to log blocks (Darrick J. Wong)
	xfs_db: convert rtsummary geometry (Darrick J. Wong)
	xfs_db: convert rtbitmap geometry (Darrick J. Wong)
	xfs_db: enable conversion of rt space units (Darrick J. Wong)
	xfs_db: access arbitrary realtime blocks and extents (Darrick J. Wong)
	xfs_db: access realtime file blocks (Darrick J. Wong)
	xfs_db: make the daddr command target the realtime device (Darrick J. Wong)
	xfs_db: report the realtime device when associated with each io cursor (Darrick J. Wong)
	xfs_db: support passing the realtime device to the debugger (Darrick J. Wong)
	xfs_io: add atomic file update commands to exercise file commit range (Darrick J. Wong)
	xfs_io: add a commitrange option to the exchangerange command (Darrick J. Wong)
	xfs_fsr: port to new file exchange library function (Darrick J. Wong)

xfsprogs-6.11.0 (19 Oct 2024)
	Cleanups and bugfixes in mkfs/xfs_db/repair/scrub/mdrestore (Darrick J. Wong)
	Drop libattr dependency (Darrick J. Wong)
	Debian and Ubuntu archive changes (Bastian Germann)

xfsprogs-6.10.1 (04 Sep 2024)
	fix C++ compilation errors in xfs_fs.h (Darrick J. Wong)

xfsprogs-6.10.0 (26 Aug 2024)
	debian: enable xfs_scrub_all systemd timer services by default (Darrick J. Wong)
	mkfs: set autofsck filesystem property (Darrick J. Wong)
	xfs_scrub: use the autofsck fsproperty to select mode (Darrick J. Wong)
	xfs_scrub: allow sysadmin to control background scrubs (Darrick J. Wong)
	xfs_property: add a new tool to administer fs properties (Darrick J. Wong)
	xfs_db: add a command to list xattrs (Darrick J. Wong)
	xfs_db: improve getting and setting extended attributes (Darrick J. Wong)
	xfs_io: edit filesystem properties (Darrick J. Wong)
	xfs_scrub: defer phase5 file scans if dirloop fails (Darrick J. Wong)
	xfs_repair: wipe ondisk parent pointers when there are none (Darrick J. Wong)
	xfs_scrub: detect and repair directory tree corruptions (Darrick J. Wong)
	xfs_repair: update ondisk parent pointer records (Darrick J. Wong)
	xfs_spaceman: report directory tree corruption in the health information (Darrick J. Wong)
	xfsprogs: support vectored scrub (Darrick J. Wong)
	man: document vectored scrub mode (Darrick J. Wong)
	man2: update ioctl_xfs_scrub_metadata.2 for parent pointers (Darrick J. Wong)
	mkfs: enable formatting with parent pointers (Allison Henderson)
	mkfs: Add parent pointers during protofile creation (Allison Henderson)
	xfs_repair: check parent pointers (Darrick J. Wong)
	xfs_db: compute hashes of parent pointers (Darrick J. Wong)
	xfs_db: add link and unlink expert commands (Darrick J. Wong)
	xfs_repair: build a parent pointer index (Darrick J. Wong)
	xfs_db: add a parents command to list the parents of a file (Darrick J. Wong)
	xfs_db: obfuscate dirent and parent pointer names consistently (Darrick J. Wong)
	xfs_db: report parent pointers embedded in xattrs (Darrick J. Wong)
	xfs_db: report parent bit on xattrs (Darrick J. Wong)
	xfs_db: report parent pointers in version command (Darrick J. Wong)
	xfs_scrub: use parent pointers to report lost file data (Darrick J. Wong)
	xfs_scrub: use parent pointers when possible to report file operations (Darrick J. Wong)
	xfs_logprint: decode parent pointers in ATTRI items fully (Allison Henderson)
	xfs_io: Add i, n and f flags to parent command (Allison Henderson)
	xfs_io: adapt parent command to new parent pointer ioctls (Darrick J. Wong)
	libfrog: report parent pointers to userspace (Darrick J. Wong)
	libfrog: add parent pointer support code (Darrick J. Wong)
	man: document the XFS_IOC_GETPARENTS ioctl (Darrick J. Wong)
	xfs_logprint: dump new attr log item fields (Darrick J. Wong)
	xfs_scrub_all: failure reporting for the xfs_scrub_all job (Darrick J. Wong)
	xfs_repair: check free space requirements before allowing upgrades (Darrick J. Wong)
	xfs_scrub_all: convert systemctl calls to dbus (Darrick J. Wong)
	xfs_scrub_all: trigger automatic media scans once per month (Darrick J. Wong)
	xfs_scrub: add an optimization-only mode (Darrick J. Wong)
	xfs_scrub_all: add CLI option for easier debugging (Darrick J. Wong)
	xfs_scrub_all: enable periodic file data scrubs automatically (Darrick J. Wong)
	xfs_scrub: automatic downgrades to dry-run mode in service mode (Darrick J. Wong)
	xfs_scrub_all: support metadata+media scans of all filesystems (Darrick J. Wong)
	xfs_scrub_all: fail fast on masked units (Darrick J. Wong)
	xfs_scrub_all: remove journalctl background process (Darrick J. Wong) 
	xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode (Darrick J. Wong)
	xfs_scrub: tune fstrim minlen parameter based on free space histograms (Darrick J. Wong)
	xfs_scrub: improve responsiveness while trimming the filesystem (Darrick J. Wong)
	xfs_scrub: tighten up the security on the background systemd service (Darrick J. Wong)
	xfs_scrub: don't call FITRIM after runtime errors (Darrick J. Wong)
	xfs_scrub: use dynamic users when running as a systemd service (Darrick J. Wong)
	xfs_scrub: report FITRIM errors properly (Darrick J. Wong)
	xfs_scrub.service: reduce background CPU usage to less than one core if possible (Darrick J. Wong)
	xfs_scrub: don't close stdout when closing the progress bar (Darrick J. Wong)
	xfs_scrub: fix the work estimation for phase 8 (Darrick J. Wong)
	libfrog: print cdf of free space buckets (Darrick J. Wong)
	libfrog: print wider columns for free space histogram (Darrick J. Wong)
	xfs_scrub: ignore phase 8 if the user disabled fstrim (Darrick J. Wong)
	xfs_scrub: move FITRIM to phase 8 (Darrick J. Wong)
	xfs_scrub: improve thread scheduling repair items during phase 4 (Darrick J. Wong)
	xfs_scrub: avoid potential UAF after freeing a duplicate name entry (Darrick J. Wong)
	xfs_scrub: enable users to bump information messages to warnings (Darrick J. Wong)
	xfs_scrub: retry incomplete repairs (Darrick J. Wong)
	xfs_scrub: warn about difficult repairs to rt and quota metadata (Darrick J. Wong)
	xfs_scrub: any inconsistency in metadata should trigger difficulty warnings (Darrick J. Wong)
	mkfs: add a formatting option for exchange-range (Darrick J. Wong)
	xfs_repair: add exchange-range to file systems (Darrick J. Wong)
	xfs_scrub: fix missing scrub coverage for broken inodes (Darrick J. Wong)
	xfs_scrub: log when a repair was unnecessary (Darrick J. Wong)
	libfrog: advertise exchange-range support (Darrick J. Wong)
	xfs_io: create exchangerange command to test file range exchange ioctl (Darrick J. Wong)
	xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations (Darrick J. Wong)
	xfs_fsr: convert to bulkstat v5 ioctls (Darrick J. Wong)
	xfs_logprint: support dumping exchmaps log items (Darrick J. Wong)
	xfs_db: advertise exchange-range in the version command (Darrick J. Wong)
	libfrog: add support for exchange range ioctl family (Darrick J. Wong)
	libhandle: add support for bulkstat v5 (Darrick J. Wong)
	man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE (Darrick J. Wong)
	man: document the exchange-range ioctl (Darrick J. Wong)
	xfs_repair: don't crash on -vv (Darrick J. Wong)
	xfsprogs: Remove support for split-/usr installs (Chris Hofstaedtler)
	libxfs: kernel sync (Darrick J. Wong)
xfsprogs-6.9.0 (22 Jul 2024)
	xfs_db: Fix uninicialized error variable (Pavel Reichl)
	mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c (Bill O'Donnell)
	xfs_io: fix mread with length 1 mod page size (Eric Biggers)
	xfs_repair: detect null buf passed to duration (Darrick J. Wong)
	xfs_io: fix gcc complaints about potentially uninitialized variables (Darrick J. Wong)
	xfs_scrub: upload clean bills of health (Darrick J. Wong)
	xfs_spaceman: report health of inode link counts (Darrick J. Wong)
	xfs_repair: reduce rmap bag memory usage when creating refcounts (Darrick J. Wong)
	xfs_repair: log when buffers fail CRC checks even if we just recompute it (Darrick J. Wong)
	xfs_scrub: use multiple threads to run scrubs that scan inodes (Darrick J. Wong)
	xfs_scrub: update health status if we get a clean bill of health (Darrick J. Wong)
	xfs_repair: verify on-disk rmap btrees with in-memory btree data (Darrick J. Wong)
	xfs_scrub: check file link counts (Darrick J. Wong)
	xfs_scrub: implement live quotacheck inode scan (Darrick J. Wong)
	libxfs: provide a kernel-compatible kasprintf (Christoph Hellwig)
	xfs_spaceman: report the health of quota counts (Darrick J. Wong)
	libxfs: partition memfd files to avoid using too many fds (Darrick J. Wong)
	libxfs: add xfile support (Darrick J. Wong)
	libxfs: teach buftargs to maintain their own buffer hashtable (Darrick J. Wong)
	libxfs: kernel sync (Darrick J. Wong)
xfsprogs-6.8.0 (17 May 2024)
	xfs_repair: Dump both inode details in Phase 6 duplicate file check (Srikanth C S)
	libxfs: print the device name if flush-on-close fails (Darrick J. Wong)
	xfs_db: fix leak in flist_find_ftyp() (Andrey Albershteyn)
	xfs_repair: support more than INT_MAX block maps (Darrick J. Wong)
	xfs_repair: constrain attr fork extent count (Darrick J. Wong)
	xfs_repair: support more than 2^32 owners per physical block (Darrick J. Wong)
	xfs_repair: support more than 2^32 rmapbt records per AG (Darrick J. Wong)
	xfs_db: add a bmbt inflation command (Darrick J. Wong)
	xfs_scrub: scan whole-fs metadata files in parallel (Darrick J. Wong)
	mkfs: allow sizing internal logs for concurrency (Darrick J. Wong)
	mkfs: allow sizing allocation groups for concurrency (Darrick J. Wong)
	mkfs: use a sensible log sector size default (Christoph Hellwig)
	xfs_io: add linux madvise advice codes (Darrick J. Wong)
	xfs_scrub: fix threadcount estimates for phase 6 (Darrick J. Wong)
	xfs_db: improve number extraction in getbitval (Darrick J. Wong)
	xfs_repair: adjust btree bulkloading slack computations to match online repair (Darrick J. Wong)
	xfs: make rextslog computation consistent with mkfs (Darrick J. Wong)
	mkfs: fix log sunit rounding when external logs are in use (Darrick J. Wong)
	debian: fix package configuration (Darrick J. Wong)
	libxfs: kernel sync (Darrick J. Wong)
xfsprogs-6.7.0 (17 Apr 2024)
	xfsprogs: Several configure script updates (Christoph Hellwig)
	xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition (Christoph Hellwig)
	xfsprogs: Remove platform_defs.h generation on build time (Christoph Hellwig)
	xfs_db: Fix metadata read error due hardcoded initialization of bb_count (Darrick J. Wong)
	debian: Increase build verbosity (Bastian Germann)
	xfsprogs: Request 64-bit time_t where possible (Sam James)
	xfsprogs: Remove use of LFS64 interfaces (Violet Purcell)

xfsprogs-6.6.0 (05 Feb 2024)
	xfsprogs: Several bug fixes (Darrick J. Wong)
	xfs_scrub: add missing license and copyright information (Darrick J. Wong)
	xfs_db: report the device associated with each io cursor (Darrick J. Wong)
	libxfs: Fix UAF in a requeued EFI (Darrick J. Wong)
	xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2 (Eric Biggers)
	xfs_db: Add upport to read from external log device (Chandan Babu R)
	metadump: New metadump format (Chandan Babu R)
	xfs_quota: fix missing mount point warning (Pavel Reichl)

xfsprogs-6.5.0 (12 Oct 2023)
	libxfs: fix atomic64_t detection on x86_32 (Darrick J. Wong)
	libxfs: use XFS_IGET_CREATE when creating new files (Darrick J. Wong)
	libfrog: fix overly sleep workqueues (Darrick J. Wong)
	xfs_db: use directio for device access (Darrick J. Wong)
	libxfs: make platform_set_blocksize optional with directio (Darrick J. Wong)
	mkfs: add a config file for 6.6 LTS kernels (Darrick J. Wong)
	mkfs: enable reverse mapping by default (Darrick J. Wong)
	mkfs: enable large extent counts by default (Darrick J. Wong)
	xfs_db: create unlinked inodes (Darrick J. Wong)
	xfs_db: dump unlinked buckets (Darrick J. Wong)
	xfsprogs: don't allow udisks to automount XFS filesystems with no prompt (Darrick J. Wong)
	xfs_repair: fix repair failure caused by dirty flag being abnormally set on buffer (Wu Guanghao)

xfsprogs-6.4.0 (19 Jul 2023)
	xfs_db: expose the flag in rmapbt keys (Darrick J. Wong)
	xfs_repair: warn about unwritten bits set in rmap btree keys (Darrick J. Wong)
	xfs_repair: check low keys of rmap btrees (Darrick J. Wong)
	xfs_repair: always perform extended xattr checks on uncertain inodes (Darrick J. Wong)
	xfs_repair: fix messaging when fixing imap due to sparse cluster (Darrick J. Wong)
	xfs_repair: fix messaging in longform_dir2_entry_check_data (Darrick J. Wong)
	xfs_repair: fix messaging when shortform_dir2_junk is called (Darrick J. Wong)
	xfs_repair: don't log inode problems without printing resolution (Darrick J. Wong)
	xfs_repair: don't spray correcting imap all by itself (Darrick J. Wong)
	libxcmd: Fix crash due to missing return value check on add_command() (Weifeng Su)
	xfs_db: make the hash command print the dirent hash (Darrick J. Wong)
	xfs_db: Add new cmd to create dirents and xattrs that induce dahash collisions (Darrick J. Wong)
	mkfs: deprecate the ascii-ci feature (Darrick J. Wong)
	xfs_db: fix metadump name obfuscation for ascii-ci filesystems (Darrick J. Wong)
	libxfs: kernel sync

xfsprogs-6.3.0 (22 May 2023)
	xfs_repair: Don't leak buffer when discarding directories (Darrick J. Wong)
	xfs_repair: estimate per-AG btree slack better (Darrick J. Wong)
	xfs_db: fix broken logic in error path (Darrick J. Wong)
	xfsprogs: nrext64 option is now in [inode] section of mkfs conf files (Eric Sandeen)

xfsprogs-6.2.0 (24 Mar 2023)
	xfs_repair: fix incorrect dabtree hashval comparison (Darrick J. Wong)
	mkfs: protofile can now create directories with spaces  in their names (Darrick J. Wong)
	mkfs: check dirent names when reading protofile (Darrick J. Wong)
	xfs_io: fix bmap command not detecting realtime files with xattrs (Darrick J. Wong)
	xfs_io: set fs_path when opening files on foreign filesystems (Darrick J. Wong)
	xfs_scrub: fix broken realtime free blocks unit conversions (Darrick J. Wong)
	xfs_spaceman: fix broken -g behavior in freesp command (Darrick J. Wong)
	xfs_admin: correctly parse IO_OPTS parameters (Catherine Hoang)
	Fix autoconf during debian package builds (Dave Chinner)
	xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems (Catherine Hoang)

xfsprogs-6.1.1 (13 Jan 2023)
	- scrub: fix warnings/errors due to missing include (Holger Hoffstatte)
	- debian: Add missing pkg version to the changelog (Carlos Maiolino)

xfsprogs-6.1.0 (23 Dec 2022)
	- libxfs: kernel sync
	- libxfs: consume the xfs_warn mountpoint argument (Darrick J. Wong)
	- misc: add static to various sourcefile-local functions (Darrick J. Wong)
	- misc: add missing includes (Darrick J. Wong)
	- xfs_{db,repair}: fix XFS_REFC_COW_START usage (Darrick J. Wong)
	- xfs_repair: don't crash on unknown inode parents in dry run mode (Darrick J. Wong)
	- xfs_repair: retain superblock buffer to avoid write hook deadlock (Darrick J. Wong)
	- xfs_repair: Attempt log replay during boot time repair (Srikanth C S)
	- xfs_repair: covscan fixes (Carlos Maiolino)
	- xfs_db: create separate struct and field definitions for finobts (Darrick J. Wong)
	- xfs_db: fix dir3 block magic check (Darrick J. Wong)
	- xfs_db: fix octal conversion logic (Darrick J. Wong)
	- xfs_db: fix printing of reverse mapping record blockcounts (Darrick J. Wong)
	- xfs_io: don't display stripe alignment flags for rt files (Darrick J. Wong)
	- xfs_db: fix dir3 block magic check (Darrick J. Wong)
	- mkfs.xfs: add mkfs config file for the 6.1 LTS kernel (Darrick J. Wong)

xfsprogs-6.0.0 (11 Nov 2022)
	- libxfs: kernel sync
	- xfs_db: use preferable macro to seek offset for local dir3 (Xiaole He)
	- xfs_quota: optimize -L/-U calls for dump/report (Andrey Albershteyn)

xfsprogs-5.19.0 (12 Aug 2022)
	- xfs_repair: fix printf format specifiers on 32-bit (Darrick J. Wong)

xfsprogs-5.19.0-rc1 (05 Aug 2022)
	- libxfs: last bit of kernel sync
	- libxfs: Fix MAP_SYNC build failure on MIPS/musl (Darrick J. Wong)
	- mkfs: stop allowing tiny filesystems (Darrick J. Wong)
	- mkfs: complain about impossible log size constraints (Darrick J. Wong)
	- mkfs: ignore stripe geometry for small filesystems (Darrick J. Wong)
	- mkfs: update manpage of bigtime and inobtcount (Zhang Boyang)
	- mkfs: document large extent count in --help screen (Darrick J. Wong)
	- mkfs: fix segfault with incorrect options (Darrick J. Wong)
	- xfs_repair: Support upgrade to large extent counters (Chandan Babu R)
	- xfs_repair: check geometry before upgrades (Darrick J. Wong)
	- xfs_repair: ignore empty xattr leaf blocks (Darrick J. Wong)
	- xfs_repair: check rt summary/bitmap vs observations (Darrick J. Wong)
	- xfs_repair: check free rt extent count (Darrick J. Wong)
	- xfs_repair: detect/fix changed fields w/ nrext64 (Darrick J. Wong)
	- xfs_repair: clear DIFLAG2_NREXT64 w/o fs support (Darrick J. Wong) 
	- xfs_repair: ignore log_incompat inconsistencies (Darrick J. Wong)s
	- xfs_repair: rewrite secondary supers w/ needsrepair (Darrick J. Wong)
	- xfs_db: id the minlogsize transaction reservation (Darrick J. Wong)

xfsprogs-5.19.0-rc0 (22 Jun 2022)
	- libxfs changes merged from kernels 5.18 and 5.19-rc
	- mkfs: option to create with large extent counters (Chandan Babu R)
	- xfs_info: Report NREXT64 feature status (Chandan Babu R)
	- xfs_logprint: Log item printing for ATTRI & ATTRD (Allison Henderson)

xfsprogs-5.18.0 (03 Jun 2022)
	- xfsprogs: more autoconf modernisation (Darrick J. Wong)

xfsprogs-5.18.0-rc1 (27 May 2022)
	- mkfs: Fix memory leak (Pavel Reichl)
	- mkfs: don't trample the gid set in the protofile (Darrick J. Wong)
	- mkfs: various post-log-size-increase fixes (Darrick J. Wong)
	- xfs_scrub: various enhancements and fixes (Darrick J. Wong)
	- xfs_scrub: move to mallinfo2 when available (Darrick J. Wong)
	- metadump: be careful zeroing corrupt inode forks (Dave Chinner)
	- metadump: handle corruption errors without aborting (Dave Chinner)
	- metadump: warn about suspicious finobt trees (Darrick J. Wong)
	- xfs_repair: check ftype of . and . directory entries (Darrick J. Wong)
	- xfs_repair: detect v5 feature mismatch in backup sb ((Darrick J. Wong)
	- xfs_repair: fix sizing of the incore rt space usage map calculation
	- xfs_repair: warn about bad btree levels in AG hdrs (Darrick J. Wong)
	- xfs_io: add a quiet option to bulkstat (Dave Chinner)
	- xfs_db: report maxlevels for each btree type (Darrick J. Wong)
	- xfs_db: support computing btheight for all cursors (Darrick J. Wong)
	- xfs_db: don't move cursor when switching types (Andrey Albershteyn)
	- docs: note the removal of XFS_IOC_FSSETDM (Darrick J. Wong)
	- xfsprogs: autoconf modernisation (Dave Chinner)
	- debian: support multiarch for libhandle (Darrick J. Wong)
	- debian: bump compat level to 11 (Darrick J. Wong)
	- debian: refactor common options (Darrick J. Wong)

xfsprogs-5.18.0-rc0 (06 May 2022)
	- libxfs changes merged from kernels 5.17 and 5.18

xfsprogs-5.16.0 (04 May 2022)
	- libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen)
	- debian: Generate .gitcensus instead of .census (Bastian Germann))

xfsprogs-5.16.0-rc0 (28 Apr 2022)
	- libxfs changes merged from kernel 5.16

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)
