Accepting request 973765 from home:dirkmueller:Factory
- update to 5.17: * check: * repair wrong num_devices in superblock * recognize overly long xattr names * fix wrong total bytes check for seed device * auto-repair on read on RAID56 * property set: unify handling of empty value to mean default, changed meaning for property 'compression' to allow reset to default and to set NOCOMPRESS, since kernel 5.14 * fixes: * dump-tree: print fs-verity items * fix location of system chunk on zoned filesystem * do not allow setting seeding flag on a filesystem with dirty log * mkfs and subpage support: use sectorsize as nodesize fallback for mixed profiles * preparatory work for extent tree v2, global roots * experimental feature (unstable interface, not built by default, do not use for production): * btrfstune: option --csum to switch checksum algorithm * other: * cleanups, refactoring * update documentation build, remove asciidocs leftovers * update fssum to consider xattrs * add fsstress OBS-URL: https://build.opensuse.org/request/show/973765 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=364
This commit is contained in:
parent
b5381dcdfb
commit
15167e8036
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ed7bb0b461419f5d9eff6e0f397eadea7201aa5297792bfdfc7412d4eb5b27b1
|
|
||||||
size 2873260
|
|
Binary file not shown.
3
btrfs-progs-v5.17.tar.gz
Normal file
3
btrfs-progs-v5.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ed67a32f6763ff5a5bb3e5fdad61e907992d50f5f12e3af672219a5fc25645d9
|
||||||
|
size 2787461
|
BIN
btrfs-progs-v5.17.tar.sign
Normal file
BIN
btrfs-progs-v5.17.tar.sign
Normal file
Binary file not shown.
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 28 20:56:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 5.17:
|
||||||
|
* check:
|
||||||
|
* repair wrong num_devices in superblock
|
||||||
|
* recognize overly long xattr names
|
||||||
|
* fix wrong total bytes check for seed device
|
||||||
|
* auto-repair on read on RAID56
|
||||||
|
* property set: unify handling of empty value to mean default, changed meaning
|
||||||
|
for property 'compression' to allow reset to default and to set NOCOMPRESS,
|
||||||
|
since kernel 5.14
|
||||||
|
* fixes:
|
||||||
|
* dump-tree: print fs-verity items
|
||||||
|
* fix location of system chunk on zoned filesystem
|
||||||
|
* do not allow setting seeding flag on a filesystem with dirty log
|
||||||
|
* mkfs and subpage support: use sectorsize as nodesize fallback for mixed
|
||||||
|
profiles
|
||||||
|
* preparatory work for extent tree v2, global roots
|
||||||
|
* experimental feature (unstable interface, not built by default,
|
||||||
|
do not use for production):
|
||||||
|
* btrfstune: option --csum to switch checksum algorithm
|
||||||
|
* other:
|
||||||
|
* cleanups, refactoring
|
||||||
|
* update documentation build, remove asciidocs leftovers
|
||||||
|
* update fssum to consider xattrs
|
||||||
|
* add fsstress
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 27 11:10:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Wed Apr 27 11:10:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 5.16.2
|
Version: 5.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -57,7 +57,7 @@ Provides: btrfs-progs(%_arch) = %{version}-%{release}
|
|||||||
Patch1: mkfs-default-features.patch
|
Patch1: mkfs-default-features.patch
|
||||||
|
|
||||||
%if %build_docs
|
%if %build_docs
|
||||||
BuildRequires: asciidoc
|
BuildRequires: python3-Sphinx
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
Loading…
Reference in New Issue
Block a user