Accepting request 486378 from filesystems
update to v4.10.2 OBS-URL: https://build.opensuse.org/request/show/486378 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/btrfsprogs?expand=0&rev=82
This commit is contained in:
parent
b6c235df48
commit
299fce371f
3
btrfs-progs-v4.10.2.tar.gz
Normal file
3
btrfs-progs-v4.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be89105767008e6f3e92a34bb9135e827b11cf6256bff9846f4f5ab195e9b0c4
|
||||
size 1819566
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3c7edc995ab38bba45081ce38fdbe29916ac02a7f56684e755af60d8202db2a
|
||||
size 1780377
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 00:00:00 CEST 2017 - dsterba@suse.cz
|
||||
|
||||
- update to 4.10.2
|
||||
* check: lowmem mode fix for false alert about lost backrefs
|
||||
* convert: minor bugfix
|
||||
* library: fix build, misisng symbols, added tests
|
||||
- update to 4.10.1
|
||||
* receive: handle subvolume in path clone
|
||||
* convert: rollback fixed (rewrite was needed to address previous design issues)
|
||||
* build: fix build of 3rd party tools, missing <linux/sizes.h>
|
||||
* dump-tree: print log trees
|
||||
* other: new and updated tests
|
||||
- update to 4.10
|
||||
* send: dump output fixes: missing newlies
|
||||
* check: several fixes for the lowmem mode, improved error reporting
|
||||
* build
|
||||
* removed some library deps for binaries that not use them
|
||||
* ctags, cscope
|
||||
* split Makefile to the autotool generated part and the rest, not needed
|
||||
to autogen.sh after adding a file
|
||||
* shared code: sync easy parts with kernel sources
|
||||
* other
|
||||
* lots of cleanups
|
||||
* source file reorganization: convert, mkfs, utils
|
||||
* lots of spelling fixes in docs, other updates
|
||||
* more tests
|
||||
- update to 4.9.1
|
||||
* check:
|
||||
* use correct inode number for lost+found files
|
||||
* lowmem mode: fix false alert on dropped leaf
|
||||
* size reports: negative numbers might appear in size reports during device
|
||||
deletes (previously in EiB units)
|
||||
* mkfs: print device being trimmed
|
||||
* defrag: v1 ioctl support dropped
|
||||
* quota: print message before starting to wait for rescan
|
||||
* qgroup show: new option to sync before printing the stats
|
||||
* other:
|
||||
* corrupt-block enhancements
|
||||
* backtrace and co. cleanups
|
||||
* doc fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 00:00:00 CET 2017 - dsterba@suse.cz
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%endif
|
||||
|
||||
Name: btrfsprogs
|
||||
Version: 4.9
|
||||
Version: 4.10.2
|
||||
Release: 0
|
||||
Summary: Utilities for the Btrfs filesystem
|
||||
License: GPL-2.0
|
||||
|
@ -6,8 +6,8 @@ Index: btrfs-progs-v4.1/version.sh
|
||||
# Copyright 2008, Oracle
|
||||
# Released under the GNU GPLv2
|
||||
|
||||
-v="v4.9"
|
||||
+v="v4.9+20170104"
|
||||
-v="v4.10.2"
|
||||
+v="v4.10.2+20170406"
|
||||
|
||||
opt=$1
|
||||
|
||||
|
@ -11,14 +11,16 @@ Signed-off-by: Jeff Mahoney <jeffm@suse.com>
|
||||
utils.h | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
--- a/utils.h
|
||||
+++ b/utils.h
|
||||
@@ -28,10 +28,14 @@
|
||||
Index: btrfs-progs-v4.10.2/fsfeatures.h
|
||||
===================================================================
|
||||
--- btrfs-progs-v4.10.2.orig/fsfeatures.h
|
||||
+++ btrfs-progs-v4.10.2/fsfeatures.h
|
||||
@@ -19,10 +19,14 @@
|
||||
|
||||
#include "kerncompat.h"
|
||||
|
||||
#define BTRFS_MKFS_SYSTEM_GROUP_SIZE (4 * 1024 * 1024)
|
||||
#define BTRFS_MKFS_SMALL_VOLUME_SIZE (1024 * 1024 * 1024)
|
||||
+#ifndef BTRFS_MKFS_DEFAULT_NODE_SIZE
|
||||
#define BTRFS_MKFS_DEFAULT_NODE_SIZE 16384
|
||||
#define BTRFS_MKFS_DEFAULT_NODE_SIZE SZ_16K
|
||||
+#endif
|
||||
+#ifndef BTRFS_MKFS_DEFAULT_FEATURES
|
||||
#define BTRFS_MKFS_DEFAULT_FEATURES \
|
||||
|
Loading…
Reference in New Issue
Block a user