From 8b892adad226bb9fef4009c4cba4dbc25b70b011 Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Wed, 24 Dec 2025 16:34:39 +0100 Subject: [PATCH] xfsprogs: Release v6.18.0 Update all the necessary files for a v6.18.0 release. Signed-off-by: Andrey Albershteyn --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 30 ++++++++++++++++++++++++++++++ 4 files changed, 38 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cbad6ac0..ed008854 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=17 +PKG_MINOR=18 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 1f6c11e5..a8b8f7d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.17.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.18.0],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index de07e60b..d1d06cf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.18.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Wed, 24 Dec 2025 16:34:32 +0100 + xfsprogs (6.17.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 66d45964..1bceeacd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,33 @@ +xfsprogs-6.18.0 (24 Dec 2025) + mkfs: adjust_nr_zones for zoned file system on conventional devices (Christoph Hellwig) + xfs_logprint: fix pointer bug (Darrick J. Wong) + mdrestore: fix restore_v2() superblock length check (Pavel Reichl) + mkfs: add 2025 LTS config file (Darrick J. Wong) + mkfs: enable new features by default (Darrick J. Wong) + libfrog: fix incorrect FS_IOC_FSSETXATTR argument to ioctl() (Arkadiusz Miskiewicz) + xfs: prevent gc from picking the same zone twice (Christoph Hellwig) + xfs: improve default maximum number of open zones (Damien Le Moal) + xfs: fix log CRC mismatches between i386 and other architectures (Christoph Hellwig) + xfs: remove deprecated sysctl knobs (Darrick J. Wong) + xfs: remove deprecated mount options (Darrick J. Wong) + man2: fix getparents ioctl manpage (Darrick J. Wong) + xfs_db: document the rtsb command (Darrick J. Wong) + libxfs: fix build warnings (Darrick J. Wong) + xfs_scrub: fix null pointer crash in scrub_render_ino_descr (Darrick J. Wong) + metadump: catch used extent array overflow (Carlos Maiolino) + mkfs: fix zone capacity check for sequential zones (Carlos Maiolino) + libxfs: support reproducible filesystems using deterministic time/seed (Luca Di Maio) + Fix alloc/free of cache item (Torsten Rupp) + xfs_io: use the XFS_ERRTAG macro to generate injection targets (Christoph Hellwig) + repair/prefetch.c: Create one workqueue with multiple workers (Chandan Babu R) + libfrog: Prevent unnecessary waking of worker thread when using bounded workqueues (Chandan Babu R) + proto: fix file descriptor leak (Luca Di Maio) + mkfs: split zone reset from discard (Christoph Hellwig) + mkfs: move clearing LIBXFS_DIRECT into check_device_type (Christoph Hellwig) + mkfs: improve the error message in adjust_nr_zones (Christoph Hellwig) + mkfs: improve the error message from check_device_type (Christoph Hellwig) + xfs_copy: improve the error message when mkfs is in progress (Christoph Hellwig) + 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) -- 2.47.3