xfsprogs: update to v6.18.0 #2

Open
ailiopoulos wants to merge 3 commits from ailiopoulos/xfsprogs:factory into factory
6 changed files with 76 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSuGyqVYnIab8QwfB9Gp+oYrDPhCAUCaFlBUAAKCRBGp+oYrDPh
CLrPAQDiLTa+hRGuWHFtTwu4Mrs0M014Wz9XfFJeG+qbYSq86AD+O+lNJBAM8IaC
mIL4PLuZ0LJ5M0mDlSmseGNV4SrQZAo=
=fknC
-----END PGP SIGNATURE-----

Binary file not shown.

7
xfsprogs-6.18.0.tar.sign Normal file
View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSuGyqVYnIab8QwfB9Gp+oYrDPhCAUCaVQI0QAKCRBGp+oYrDPh
CAxmAQDqDhtXyTi8LuhCvvGjc2Mxe+5v/RX9pI+BL/JeDs1kpQD/eVVtTSQz+iy4
0g+KO9NYnJf+mfuKjV0udf+CnwOBdg0=
=19sN
-----END PGP SIGNATURE-----

BIN
xfsprogs-6.18.0.tar.xz LFS Normal file

Binary file not shown.

View File

@@ -1,4 +1,69 @@
-------------------------------------------------------------------
Wed Dec 31 11:19:48 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
- update to 6.18.0
- mkfs: adjust_nr_zones for zoned file system on conventional devices
- xfs_logprint: fix pointer bug
- mdrestore: fix restore_v2() superblock length check
- mkfs: add 2025 LTS config file
- mkfs: enable new features by default
- libfrog: fix incorrect FS_IOC_FSSETXATTR argument to ioctl()
- xfs: prevent gc from picking the same zone twice
- xfs: improve default maximum number of open zones
- xfs: fix log CRC mismatches between i386 and other architectures
- xfs: remove deprecated sysctl knobs
- xfs: remove deprecated mount options
- man2: fix getparents ioctl manpage
- xfs_db: document the rtsb command
- libxfs: fix build warnings
- xfs_scrub: fix null pointer crash in scrub_render_ino_descr
- metadump: catch used extent array overflow
- mkfs: fix zone capacity check for sequential zones
- libxfs: support reproducible filesystems using deterministic time/seed
- Fix alloc/free of cache item
- xfs_io: use the XFS_ERRTAG macro to generate injection targets
- repair/prefetch.c: Create one workqueue with multiple workers
- libfrog: Prevent unnecessary waking of worker thread when using bounded workqueues
- proto: fix file descriptor leak
- mkfs: split zone reset from discard
- mkfs: move clearing LIBXFS_DIRECT into check_device_type
- mkfs: improve the error message in adjust_nr_zones
- mkfs: improve the error message from check_device_type
- xfs_copy: improve the error message when mkfs is in progress
-------------------------------------------------------------------
Tue Oct 21 13:51:21 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
- update to 6.17.0
- xfs_scrub_fail: reduce security lockdowns to avoid postfix problems
- mkfs: fix copy-paste error in calculate_rtgroup_geometry
- xfs_scrub: fix strerror_r usage yet again
- mkfs: fix libxfs_iget return value sign inversion
- xfs_scrub: Use POSIX-conformant strerror_r
- xfs_db: use file_setattr to copy attributes on special files with rdump
- xfs_io: make ls/chattr work with special files
- xfs_quota: utilize file_setattr to set prjid on special files
- configure: Base NEED_INTERNAL_STATX on libc headers first
- xfs_io: add FALLOC_FL_WRITE_ZEROES support
- xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py
- Improve information about logbsize valid values
- proto: add ability to populate a filesystem from a directory
-------------------------------------------------------------------
Wed Aug 27 01:34:52 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
- update to 6.16.0
- Document current limitation of shrinking fs
- mkfs: require reflink for max_atomic_write option
- xfs_scrub: remove EXPERIMENTAL warnings
- mkfs: allow users to configure the desired maximum atomic write size
- mkfs: try to align AG size based on atomic write capabilities
- mkfs: autodetect log stripe unit for external log devices
- mkfs: don't complain about overly large auto-detected log stripe units
- xfs_io: dump new atomic_write_unit_max_opt statx field
- xfs_db: create an untorn_max subcommand
-------------------------------------------------------------------
Wed Jun 25 09:37:08 UTC 2025 - Anthony Iliopoulos <ailiop@suse.com>
- update to 6.15.0

View File

@@ -25,7 +25,7 @@
%endif
%define libname libhandle1
Name: xfsprogs
Version: 6.15.0
Version: 6.18.0
Release: 0
Summary: Utilities for managing the XFS file system
License: GPL-2.0-or-later