Accepting request 315878 from home:dsterba:branches:filesystems
- version 4.1.1 OBS-URL: https://build.opensuse.org/request/show/315878 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=203
This commit is contained in:
parent
9d8d78e64c
commit
942411f2e2
3
btrfs-progs-v4.1.1.tar.gz
Normal file
3
btrfs-progs-v4.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdd29526589c109cf92516933e4ccbd7df97f63682dbe01f03247812fbee9f09
|
||||||
|
size 1362859
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aad633d978c21b123bf903be75d9afd3ba6723e1e5ce3169c6394949629d69d2
|
|
||||||
size 1356575
|
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 10 00:00:00 CEST 2015 - dsterba@suse.com
|
||||||
|
|
||||||
|
- version 4.1.1
|
||||||
|
* bugfixes
|
||||||
|
- defrag: threshold overflow fix
|
||||||
|
- fsck:
|
||||||
|
- check if items fit into the leaf space
|
||||||
|
- fix wrong nbytes
|
||||||
|
- mkfs:
|
||||||
|
- create only desired block groups for single device
|
||||||
|
- preparatory work for fix on multiple devices
|
||||||
|
* enhancements
|
||||||
|
- new alias for 'device delete': 'device remove'
|
||||||
|
* other
|
||||||
|
- fix compilation on old gcc (4.3)
|
||||||
|
- documentation updates
|
||||||
|
- debug-tree: print nbytes
|
||||||
|
- test: image for corrupted nbytes
|
||||||
|
- corupt-block: let it kill nbytes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 24 00:00:00 CEST 2015 - dsterba@suse.cz
|
Wed Jun 24 00:00:00 CEST 2015 - dsterba@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: btrfsprogs
|
Name: btrfsprogs
|
||||||
Version: 4.1
|
Version: 4.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for the Btrfs filesystem
|
Summary: Utilities for the Btrfs filesystem
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh
|
|||||||
# Copyright 2008, Oracle
|
# Copyright 2008, Oracle
|
||||||
# Released under the GNU GPLv2
|
# Released under the GNU GPLv2
|
||||||
|
|
||||||
-v="v4.1"
|
-v="v4.1.1"
|
||||||
+v="v4.1+20150622"
|
+v="v4.1+20150710"
|
||||||
|
|
||||||
opt=$1
|
opt=$1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user