xfsprogs: update to v6.8.0
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
This commit is contained in:
parent
d9878a9e8f
commit
e99d655e4c
@ -1,8 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iJUEABMJAB0WIQQMHYkcUKcy4GgPe2RGdaER5QtfpgUCZh+CuAAKCRBGdaER5Qtf
|
||||
pjUTAX4+Wp6KA1nS/HQoqgOHWbxwBFKMwl/gL9xIIV+p6gipSjj9NwRQbOJZGXa1
|
||||
5ISZJ1sBf0ZnaLoRTjAJGDWLEYGGSVsyAxFDmEBAg3yMOuKxr3sP/9yI7WaoeLG7
|
||||
ys/hShJE7A==
|
||||
=jSXq
|
||||
-----END PGP SIGNATURE-----
|
BIN
xfsprogs-6.7.0.tar.xz
(Stored with Git LFS)
BIN
xfsprogs-6.7.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
8
xfsprogs-6.8.0.tar.sign
Normal file
8
xfsprogs-6.8.0.tar.sign
Normal file
@ -0,0 +1,8 @@
|
||||
-----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)
Normal file
BIN
xfsprogs-6.8.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 17 15:34:53 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
- update to 6.8.0
|
||||
- xfs_repair: Dump both inode details in Phase 6 duplicate file check
|
||||
- libxfs: print the device name if flush-on-close fails
|
||||
- xfs_db: fix leak in flist_find_ftyp()
|
||||
- xfs_repair: support more than INT_MAX block maps
|
||||
- xfs_repair: constrain attr fork extent count
|
||||
- xfs_repair: support more than 2^32 owners per physical block
|
||||
- xfs_repair: support more than 2^32 rmapbt records per AG
|
||||
- xfs_db: add a bmbt inflation command
|
||||
- xfs_scrub: scan whole-fs metadata files in parallel
|
||||
- mkfs: allow sizing internal logs for concurrency
|
||||
- mkfs: allow sizing allocation groups for concurrency
|
||||
- mkfs: use a sensible log sector size default
|
||||
- xfs_io: add linux madvise advice codes
|
||||
- xfs_scrub: fix threadcount estimates for phase 6
|
||||
- xfs_db: improve number extraction in getbitval
|
||||
- xfs_repair: adjust btree bulkloading slack computations to match online repair
|
||||
- xfs: make rextslog computation consistent with mkfs
|
||||
- mkfs: fix log sunit rounding when external logs are in use
|
||||
- libxfs: kernel sync
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 19:13:22 UTC 2024 - Anthony Iliopoulos <ailiop@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%endif
|
||||
%define libname libhandle1
|
||||
Name: xfsprogs
|
||||
Version: 6.7.0
|
||||
Version: 6.8.0
|
||||
Release: 0
|
||||
Summary: Utilities for managing the XFS file system
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user