xfsprogs: update to v6.9.0 #12
@ -1,8 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iKUEABMJAC0WIQQMHYkcUKcy4GgPe2RGdaER5QtfpgUCZkdBiw8cY2VtQGtlcm5l
|
|
||||||
bC5vcmcACgkQRnWhEeULX6ayrAF+O8XGVpmAEraGdtc0SpVA05LlNE4A2xz5CS1h
|
|
||||||
T/jtWCR+D7FdS8ZzQbwUw5GqpfwgAYC0itOff+l8Z0aPLn3ufHcDrFcMaBTwGF8o
|
|
||||||
GWqP8BhBeNu+BY/I4frJQEDuSNgLIUA=
|
|
||||||
=cX/e
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
xfsprogs-6.8.0.tar.xz
(Stored with Git LFS)
BIN
xfsprogs-6.8.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
8
xfsprogs-6.9.0.tar.sign
Normal file
8
xfsprogs-6.9.0.tar.sign
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iKUEABMJAC0WIQQMHYkcUKcy4GgPe2RGdaER5QtfpgUCZp4i4w8cY2VtQGtlcm5l
|
||||||
|
bC5vcmcACgkQRnWhEeULX6bzlwF/fVD7T7m+RmHh0vkDo0FiXuj8M/pCDvIGC8c0
|
||||||
|
/MtoFriofWAdnqmV07V4x8230MtrAX9TI5Tlb5kgSI/7BrsFMTOaT+wkTVSyPSDA
|
||||||
|
1QXfoBM8L3bMTdy74mQRQSBIWliGM70=
|
||||||
|
=5W5B
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
xfsprogs-6.9.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
xfsprogs-6.9.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,29 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 10:54:50 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
|
||||||
|
- update to 6.9.0
|
||||||
|
- xfs_db: Fix uninicialized error variable
|
||||||
|
- mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c
|
||||||
|
- xfs_io: fix mread with length 1 mod page size
|
||||||
|
- xfs_repair: detect null buf passed to duration
|
||||||
|
- xfs_io: fix gcc complaints about potentially uninitialized variables
|
||||||
|
- xfs_scrub: upload clean bills of health
|
||||||
|
- xfs_spaceman: report health of inode link counts
|
||||||
|
- xfs_repair: reduce rmap bag memory usage when creating refcounts
|
||||||
|
- xfs_repair: log when buffers fail CRC checks even if we just recompute it
|
||||||
|
- xfs_scrub: use multiple threads to run scrubs that scan inodes
|
||||||
|
- xfs_scrub: update health status if we get a clean bill of health
|
||||||
|
- xfs_repair: verify on-disk rmap btrees with in-memory btree data
|
||||||
|
- xfs_scrub: check file link counts
|
||||||
|
- xfs_scrub: implement live quotacheck inode scan
|
||||||
|
- libxfs: provide a kernel-compatible kasprintf
|
||||||
|
- xfs_spaceman: report the health of quota counts
|
||||||
|
- libxfs: partition memfd files to avoid using too many fds
|
||||||
|
- libxfs: add xfile support
|
||||||
|
- libxfs: teach buftargs to maintain their own buffer hashtable
|
||||||
|
- libxfs: kernel sync
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
Fri May 17 15:34:53 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
Fri May 17 15:34:53 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||||
|
|
||||||
- update to 6.8.0
|
- update to 6.8.0
|
||||||
@ -2355,4 +2380,3 @@ Fri Jun 15 10:36:23 CEST 2001 - choeger@suse.de
|
|||||||
Mon May 21 14:30:40 CEST 2001 - choeger@suse.de
|
Mon May 21 14:30:40 CEST 2001 - choeger@suse.de
|
||||||
|
|
||||||
- first version
|
- first version
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%define libname libhandle1
|
%define libname libhandle1
|
||||||
Name: xfsprogs
|
Name: xfsprogs
|
||||||
Version: 6.8.0
|
Version: 6.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for managing the XFS file system
|
Summary: Utilities for managing the XFS file system
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user