Opened 10 months ago
Closed 10 months ago
#21446 closed enhancement (fixed)
xfsprogs-6.14.0
| Reported by: | Bruce Dubbs | Owned by: | thomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.4 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Note:
See TracTickets
for help on using tickets.

Looks like the two seds (icu, off_t/i686) are no longer required.
https://fossies.org/linux/xfsprogs/doc/CHANGES
1 xfsprogs-6.14.0 (08 Apr 2025) 2 xfs_scrub_all: localize the strings in the program (Darrick J. Wong) 3 xfs_protofile: add messages to localization catalog (Darrick J. Wong) 4 Makefile: inject package name/version/bugreport into pot file (Darrick J. Wong) 5 xfs_scrub_all: rename source code to .py.in (Darrick J. Wong) 6 xfs_protofile: rename source code to .py.in (Darrick J. Wong) 7 xfs_repair: handling a block with bad crc, bad uuid, and bad magic number needs fixing (Bill O'Donnell) 8 xfs_repair: fix stupid argument error in verify_inode_chunk (Darrick J. Wong) 9 xfs_repair: fix infinite loop in longform_dir2_entry_check* (Darrick J. Wong) 10 xfs_repair: fix crash in reset_rt_metadir_inodes (Darrick J. Wong) 11 xfs_repair: don't recreate /quota metadir if there are no quota inodes (Darrick J. Wong) 12 xfs_repair: fix wording of error message about leftover CoW blocks on the rt device (Darrick J. Wong) 13 xfs_io: Add cachestat syscall support (Ritesh Harjani (IBM)) 14 xfs_io: Add RWF_DONTCACHE support to preadv2 (Ritesh Harjani (IBM)) 15 xfs_io: Add RWF_DONTCACHE support to pwritev2 (Ritesh Harjani (IBM)) 16 xfs_io: Add support for preadv2 (Ritesh Harjani (IBM)) 17 make: remove the .extradep file in libxfs on "make clean" (Theodore Ts'o) 18 xfs_{admin,repair},man5: tell the user to mount with nouuid for snapshots (Darrick J. Wong) 19 xfsprogs: Fix mismatched return type of filesize() (Pavel Reichl) 20 xfs_io: don't fail FS_IOC_FSGETXATTR on filesystems that lack support (Anthony Iliopoulos) 21 configure: additionally get icu-uc from pkg-config (Alyssa Ross) 22 xfs_scrub: use the display mountpoint for reporting file corruptions (Darrick J. Wong) 23 xfs_scrub: don't warn about zero width joiner control characters (Darrick J. Wong) 24 xfs_scrub: fix buffer overflow in string_escape (Darrick J. Wong) 25 xfs_db: add command to copy directory trees out of filesystems (Darrick J. Wong) 26 xfs_db: make listdir more generally useful (Darrick J. Wong) 27 xfs_db: use an empty transaction to try to prevent livelocks in path_navigate (Darrick J. Wong) 28 xfs_db: pass const pointers when we're not modifying them (Darrick J. Wong) 29 mkfs: enable reflink on the realtime device (Darrick J. Wong) 30 mkfs: validate CoW extent size hint when rtinherit is set (Darrick J. Wong) 31 xfs_logprint: report realtime CUIs (Darrick J. Wong) 32 xfs_repair: validate CoW extent size hint on rtinherit directories (Darrick J. Wong) 33 xfs_repair: allow realtime files to have the reflink flag set (Darrick J. Wong) 34 xfs_repair: rebuild the realtime refcount btree (Darrick J. Wong) 35 xfs_repair: reject unwritten shared extents (Darrick J. Wong) 36 xfs_repair: check existing realtime refcountbt entries against observed refcounts (Darrick J. Wong) 37 xfs_repair: compute refcount data for the realtime groups (Darrick J. Wong) 38 xfs_repair: find and mark the rtrefcountbt inode (Darrick J. Wong) 39 xfs_repair: use realtime refcount btree data to check block types (Darrick J. Wong) 40 xfs_repair: allow CoW staging extents in the realtime rmap records (Darrick J. Wong) 41 xfs_spaceman: report health of the realtime refcount btree (Darrick J. Wong) 42 xfs_db: add rtrefcount reservations to the rgresv command (Darrick J. Wong) 43 xfs_db: copy the realtime refcount btree (Darrick J. Wong) 44 xfs_db: support the realtime refcountbt (Darrick J. Wong) 45 xfs_db: display the realtime refcount btree contents (Darrick J. Wong) 46 man: document userspace API changes due to rt reflink (Darrick J. Wong) 47 mkfs: create the realtime rmap inode (Darrick J. Wong) 48 xfs_logprint: report realtime RUIs (Darrick J. Wong) 49 xfs_repair: reserve per-AG space while rebuilding rt metadata (Darrick J. Wong) 50 xfs_repair: rebuild the bmap btree for realtime files (Darrick J. Wong) 51 xfs_repair: check for global free space concerns with default btree slack levels (Darrick J. Wong) 52 xfs_repair: rebuild the realtime rmap btree (Darrick J. Wong) 53 xfs_repair: always check realtime file mappings against incore info (Darrick J. Wong) 54 xfs_repair: check existing realtime rmapbt entries against observed rmaps (Darrick J. Wong) 55 xfs_repair: find and mark the rtrmapbt inodes (Darrick J. Wong) 56 xfs_repair: refactor realtime inode check (Darrick J. Wong) 57 xfs_repair: create a new set of incore rmap information for rt groups (Darrick J. Wong) 58 xfs_repair: use realtime rmap btree data to check block types (Darrick J. Wong) 59 xfs_repair: flag suspect long-format btree blocks (Darrick J. Wong) 60 xfs_repair: tidy up rmap_diffkeys (Darrick J. Wong) 61 xfs_spaceman: report health status of the realtime rmap btree (Darrick J. Wong) 62 xfs_db: add an rgresv command (Darrick J. Wong) 63 xfs_db: make fsmap query the realtime reverse mapping tree (Darrick J. Wong) 64 xfs_db: copy the realtime rmap btree (Darrick J. Wong) 65 xfs_db: support the realtime rmapbt (Darrick J. Wong) 66 xfs_db: display the realtime rmap btree contents (Darrick J. Wong) 67 xfs_db: don't abort when bmapping on a non-extents/bmbt fork (Darrick J. Wong) 68 xfs_db: compute average btree height (Darrick J. Wong) 69 man: document userspace API changes due to rt rmap (Darrick J. Wong) 70 xfs_scrub: try harder to fill the bulkstat array with bulkstat() (Darrick J. Wong) 71 xfs_scrub: ignore freed inodes when single-stepping during phase 3 (Darrick J. Wong) 72 xfs_scrub: hoist the phase3 bulkstat single stepping code (Darrick J. Wong) 73 xfs_scrub: don't blow away new inodes in bulkstat_single_step (Darrick J. Wong) 74 xfs_scrub: return early from bulkstat_for_inumbers if no bulkstat data (Darrick J. Wong) 75 xfs_scrub: don't complain if bulkstat fails (Darrick J. Wong) 76 xfs_scrub: don't (re)set the bulkstat request icount incorrectly (Darrick J. Wong) 77 xfs_scrub: don't double-scan inodes during phase 3 (Darrick J. Wong) 78 xfs_scrub: actually iterate all the bulkstat records (Darrick J. Wong) 79 xfs_scrub: selectively re-run bulkstat after re-running inumbers (Darrick J. Wong) 80 xfs_scrub: remove flags argument from scrub_scan_all_inodes (Darrick J. Wong) 81 xfs_scrub: call bulkstat directly if we're only scanning user files (Darrick J. Wong) 82 xfs_scrub: don't report data loss in unlinked inodes twice (Darrick J. Wong) 83 man: document new XFS_BULK_IREQ_METADIR flag to bulkstat (Darrick J. Wong) 84 xfs_db: obfuscate rt superblock label when metadumping (Darrick J. Wong) 85 mkfs,xfs_repair: don't pass a daddr as the flags argument (Darrick J. Wong)