- Update from version 6.17.0 to 6.18.0
- Update of rootfile
- Changelog
    6.18.0
        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)

Signed-off-by: Adolf Belka <[email protected]>
---
 config/rootfiles/common/xfsprogs | 1 +
 lfs/xfsprogs                     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/rootfiles/common/xfsprogs b/config/rootfiles/common/xfsprogs
index 81f443fbd..91570a500 100644
--- a/config/rootfiles/common/xfsprogs
+++ b/config/rootfiles/common/xfsprogs
@@ -120,6 +120,7 @@ usr/sbin/xfs_spaceman
 #usr/share/xfsprogs/mkfs/lts_5.4.conf
 #usr/share/xfsprogs/mkfs/lts_6.1.conf
 #usr/share/xfsprogs/mkfs/lts_6.12.conf
+#usr/share/xfsprogs/mkfs/lts_6.18.conf
 #usr/share/xfsprogs/mkfs/lts_6.6.conf
 #usr/share/xfsprogs/xfs_scrub_all.cron
 var/lib/xfsprogs
diff --git a/lfs/xfsprogs b/lfs/xfsprogs
index 224f6441e..df5f63fe0 100644
--- a/lfs/xfsprogs
+++ b/lfs/xfsprogs
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2025  IPFire Team  <[email protected]>                     #
+# Copyright (C) 2007-2026  IPFire Team  <[email protected]>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 6.17.0
+VER        = 6.18.0
 #          https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
 
 THISAPP    = xfsprogs-$(VER)
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
e841526add6c17d036a709c1fafe879a50ba7d568008865eac8d166182be5514d8abc94b8facbe113aa6106ac394ea01049b6a555ebd280ee1cd5d64fff1b5da
+$(DL_FILE)_BLAKE2 = 
225cb49a39a2539e48513985d72602c0c067f73597e3fe1d9d4062989ed98c3a0b2c85bb9d465c60acefce3243a7e2320808727e6ce527fbc35216bde235144e
 
 install : $(TARGET)
 
-- 
2.52.0


Reply via email to