]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.18.0 for-next master v6.18.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Wed, 24 Dec 2025 15:34:39 +0000 (16:34 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 24 Dec 2025 15:34:39 +0000 (16:34 +0100)
Update all the necessary files for a v6.18.0 release.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index cbad6ac04fa9efca4f44769a531a13724a339b75..ed008854f5adb6194c112d60b0e71aaa4c5b96be 100644 (file)
--- 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
index 1f6c11e5e78ebbbab38a70793a3064d4f55a5cc7..a8b8f7d5066fb6c42c898801e705a8b619943ff6 100644 (file)
@@ -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])
index de07e60b7d0aecd21eb2583b48c71962d8a2d99d..d1d06cf4f3d38402d245c0960538fbc1cde40fe8 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.18.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 24 Dec 2025 16:34:32 +0100
+
 xfsprogs (6.17.0-1) unstable; urgency=low
 
   * New upstream release
index 66d459647d52dbbf75df51833b05ba2b5b6d07c8..1bceeacd16473358dd2b3254d3129675b6d330db 100644 (file)
@@ -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)