Accepting request 1126680 from home:dsterba:branches:filesystems
- update to 6.6.2 OBS-URL: https://build.opensuse.org/request/show/1126680 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=410
This commit is contained in:
parent
ea70ba3277
commit
d37195f5d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8673612c32baeb98500791d3df0563ab6917fa5f92e5e9d3fe00d1916974cde5
|
||||
size 3157750
|
Binary file not shown.
3
btrfs-progs-v6.6.2.tar.gz
Normal file
3
btrfs-progs-v6.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fd1a98930f0c8115c7e835b8bb91d1a6b3a80b7738c0958b1a6d7d7d3ffed64
|
||||
size 3169600
|
BIN
btrfs-progs-v6.6.2.tar.sign
Normal file
BIN
btrfs-progs-v6.6.2.tar.sign
Normal file
Binary file not shown.
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 00:00:00 CET 2023 - dsterba@suse.cz
|
||||
|
||||
- update to 6.6.2
|
||||
* squota: change key number of EXTENT_OWNER_REF_KEY, sync with kernel 6.7-rc1
|
||||
* property set/get: completely skip char devices, trying to set properties
|
||||
and open /dev/watchdog* causes a reboot
|
||||
* other: build warnings, test updates, documentation updates
|
||||
- update to 6.6.1
|
||||
* fix device scanning ioctl definition, accidental change to the 'forget' ioctl
|
||||
that breaks mounting multi-device filesystems
|
||||
- update to 6.6
|
||||
* new global option --dry-run, now implemented for 'subvolume delete'
|
||||
* fi defrag: new option --step to defragment files in steps, report progress
|
||||
* balance: removed support for obsolete short syntax 'btrfs balance /path'
|
||||
* mkfs: print zone count for each device in the overview
|
||||
* check:
|
||||
* verify inline ref ordering
|
||||
* deprecate --clear-space-cache, moved to the 'rescue' group
|
||||
* rescue clear-space-cache: new command moved from 'btrfs check' implementing
|
||||
the same as option --clear-space-cache (to be deprecated and removed in the
|
||||
future)
|
||||
* dump-tree: output sequence number for inline refs
|
||||
* fixes:
|
||||
* fi resize: fallback to lowest devid when 1 does not exist, previously the
|
||||
command would fail with "No such device"
|
||||
* fi usage: fix "devices 0 != 1" message and broken output on multi-device
|
||||
filesystem
|
||||
* open files in non-blocking mode when reading fsid, this could hang when
|
||||
trying to open fifo files or some special character devices, was observed
|
||||
with 'prop set/get'
|
||||
* experimental:
|
||||
* mkfs: parametric zone size for emulated zoned mode
|
||||
* other:
|
||||
* cleanups refactoring
|
||||
* new and updated tests
|
||||
* CI updates
|
||||
* documentation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 00:00:00 CEST 2023 - dsterba@suse.cz
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
%define _dracutmodulesdir %(pkg-config --variable dracutmodulesdir dracut)
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 6.5.3
|
||||
Version: 6.6.2
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
x
Reference in New Issue
Block a user