]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.10.0 v6.10.0
authorCarlos Maiolino <cem@kernel.org>
Mon, 26 Aug 2024 09:24:43 +0000 (11:24 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 26 Aug 2024 09:48:43 +0000 (11:48 +0200)
Update all the necessary files for a v6.10.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index fbc9f829ba5dcdbb9947d088f8fd749d1b0f05cc..fe572eee84b4bf3cdf5e42fb073ca38bf526d55b 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=9
+PKG_MINOR=10
 PKG_REVISION=0
 PKG_BUILD=1
index b84234b50e0eb8cae3aac04e08fab8a1ccdec9c3..5640635b667920390101c0ee4930d31627256401 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.9.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.10.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 1ccb0921c30072b037845034a3fb1992cc0e82d0..e736d1777260136a0900e097265e6ced4f07204f 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.10.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 26 Aug 2024 14:00:00 +0100
+
 xfsprogs (6.9.0-1) unstable; urgency=low
 
   * New upstream release
index 38bee8388993e4baf5048422c8419fe83a1dc6f0..6bc3a46d94d3b852fa6cd6fcce84b2e7e68769b9 100644 (file)
@@ -1,3 +1,88 @@
+xfsprogs-6.10.0 (26 Aug 2024)
+       debian: enable xfs_scrub_all systemd timer services by default (Darrick J. Wong)
+       mkfs: set autofsck filesystem property (Darrick J. Wong)
+       xfs_scrub: use the autofsck fsproperty to select mode (Darrick J. Wong)
+       xfs_scrub: allow sysadmin to control background scrubs (Darrick J. Wong)
+       xfs_property: add a new tool to administer fs properties (Darrick J. Wong)
+       xfs_db: add a command to list xattrs (Darrick J. Wong)
+       xfs_db: improve getting and setting extended attributes (Darrick J. Wong)
+       xfs_io: edit filesystem properties (Darrick J. Wong)
+       xfs_scrub: defer phase5 file scans if dirloop fails (Darrick J. Wong)
+       xfs_repair: wipe ondisk parent pointers when there are none (Darrick J. Wong)
+       xfs_scrub: detect and repair directory tree corruptions (Darrick J. Wong)
+       xfs_repair: update ondisk parent pointer records (Darrick J. Wong)
+       xfs_spaceman: report directory tree corruption in the health information (Darrick J. Wong)
+       xfsprogs: support vectored scrub (Darrick J. Wong)
+       man: document vectored scrub mode (Darrick J. Wong)
+       man2: update ioctl_xfs_scrub_metadata.2 for parent pointers (Darrick J. Wong)
+       mkfs: enable formatting with parent pointers (Allison Henderson)
+       mkfs: Add parent pointers during protofile creation (Allison Henderson)
+       xfs_repair: check parent pointers (Darrick J. Wong)
+       xfs_db: compute hashes of parent pointers (Darrick J. Wong)
+       xfs_db: add link and unlink expert commands (Darrick J. Wong)
+       xfs_repair: build a parent pointer index (Darrick J. Wong)
+       xfs_db: add a parents command to list the parents of a file (Darrick J. Wong)
+       xfs_db: obfuscate dirent and parent pointer names consistently (Darrick J. Wong)
+       xfs_db: report parent pointers embedded in xattrs (Darrick J. Wong)
+       xfs_db: report parent bit on xattrs (Darrick J. Wong)
+       xfs_db: report parent pointers in version command (Darrick J. Wong)
+       xfs_scrub: use parent pointers to report lost file data (Darrick J. Wong)
+       xfs_scrub: use parent pointers when possible to report file operations (Darrick J. Wong)
+       xfs_logprint: decode parent pointers in ATTRI items fully (Allison Henderson)
+       xfs_io: Add i, n and f flags to parent command (Allison Henderson)
+       xfs_io: adapt parent command to new parent pointer ioctls (Darrick J. Wong)
+       libfrog: report parent pointers to userspace (Darrick J. Wong)
+       libfrog: add parent pointer support code (Darrick J. Wong)
+       man: document the XFS_IOC_GETPARENTS ioctl (Darrick J. Wong)
+       xfs_logprint: dump new attr log item fields (Darrick J. Wong)
+       xfs_scrub_all: failure reporting for the xfs_scrub_all job (Darrick J. Wong)
+       xfs_repair: check free space requirements before allowing upgrades (Darrick J. Wong)
+       xfs_scrub_all: convert systemctl calls to dbus (Darrick J. Wong)
+       xfs_scrub_all: trigger automatic media scans once per month (Darrick J. Wong)
+       xfs_scrub: add an optimization-only mode (Darrick J. Wong)
+       xfs_scrub_all: add CLI option for easier debugging (Darrick J. Wong)
+       xfs_scrub_all: enable periodic file data scrubs automatically (Darrick J. Wong)
+       xfs_scrub: automatic downgrades to dry-run mode in service mode (Darrick J. Wong)
+       xfs_scrub_all: support metadata+media scans of all filesystems (Darrick J. Wong)
+       xfs_scrub_all: fail fast on masked units (Darrick J. Wong)
+       xfs_scrub_all: remove journalctl background process (Darrick J. Wong) 
+       xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode (Darrick J. Wong)
+       xfs_scrub: tune fstrim minlen parameter based on free space histograms (Darrick J. Wong)
+       xfs_scrub: improve responsiveness while trimming the filesystem (Darrick J. Wong)
+       xfs_scrub: tighten up the security on the background systemd service (Darrick J. Wong)
+       xfs_scrub: don't call FITRIM after runtime errors (Darrick J. Wong)
+       xfs_scrub: use dynamic users when running as a systemd service (Darrick J. Wong)
+       xfs_scrub: report FITRIM errors properly (Darrick J. Wong)
+       xfs_scrub.service: reduce background CPU usage to less than one core if possible (Darrick J. Wong)
+       xfs_scrub: don't close stdout when closing the progress bar (Darrick J. Wong)
+       xfs_scrub: fix the work estimation for phase 8 (Darrick J. Wong)
+       libfrog: print cdf of free space buckets (Darrick J. Wong)
+       libfrog: print wider columns for free space histogram (Darrick J. Wong)
+       xfs_scrub: ignore phase 8 if the user disabled fstrim (Darrick J. Wong)
+       xfs_scrub: move FITRIM to phase 8 (Darrick J. Wong)
+       xfs_scrub: improve thread scheduling repair items during phase 4 (Darrick J. Wong)
+       xfs_scrub: avoid potential UAF after freeing a duplicate name entry (Darrick J. Wong)
+       xfs_scrub: enable users to bump information messages to warnings (Darrick J. Wong)
+       xfs_scrub: retry incomplete repairs (Darrick J. Wong)
+       xfs_scrub: warn about difficult repairs to rt and quota metadata (Darrick J. Wong)
+       xfs_scrub: any inconsistency in metadata should trigger difficulty warnings (Darrick J. Wong)
+       mkfs: add a formatting option for exchange-range (Darrick J. Wong)
+       xfs_repair: add exchange-range to file systems (Darrick J. Wong)
+       xfs_scrub: fix missing scrub coverage for broken inodes (Darrick J. Wong)
+       xfs_scrub: log when a repair was unnecessary (Darrick J. Wong)
+       libfrog: advertise exchange-range support (Darrick J. Wong)
+       xfs_io: create exchangerange command to test file range exchange ioctl (Darrick J. Wong)
+       xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations (Darrick J. Wong)
+       xfs_fsr: convert to bulkstat v5 ioctls (Darrick J. Wong)
+       xfs_logprint: support dumping exchmaps log items (Darrick J. Wong)
+       xfs_db: advertise exchange-range in the version command (Darrick J. Wong)
+       libfrog: add support for exchange range ioctl family (Darrick J. Wong)
+       libhandle: add support for bulkstat v5 (Darrick J. Wong)
+       man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE (Darrick J. Wong)
+       man: document the exchange-range ioctl (Darrick J. Wong)
+       xfs_repair: don't crash on -vv (Darrick J. Wong)
+       xfsprogs: Remove support for split-/usr installs (Chris Hofstaedtler)
+       libxfs: kernel sync (Darrick J. Wong)
 xfsprogs-6.9.0 (22 Jul 2024)
        xfs_db: Fix uninicialized error variable (Pavel Reichl)
        mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c (Bill O'Donnell)