Accepting request 235046 from home:mfasheh:branches:filesystems
- add quota group verify patches, sent to list near end of the week starting 5/4/2014 - updates btrfsck with the ability to verify quota groups - Update the changelog with some sad version of diffstat output to meet requirements. - Added patches: * 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch * 0201-btrfs-progs-import-ulist.patch * 0202-btrfs-progs-add-quota-group-verify-code.patch OBS-URL: https://build.opensuse.org/request/show/235046 OBS-URL: https://build.opensuse.org/package/show/filesystems/btrfsprogs?expand=0&rev=159
This commit is contained in:
parent
9d69a3f78d
commit
154cf4c193
@ -3,10 +3,11 @@ From: Mark Fasheh <mfasheh@suse.de>
|
|||||||
Date: Thu, 1 May 2014 22:35:15 -0700
|
Date: Thu, 1 May 2014 22:35:15 -0700
|
||||||
Subject: [PATCH 1/3] btrfs-progs: print qgroup excl as unsigned
|
Subject: [PATCH 1/3] btrfs-progs: print qgroup excl as unsigned
|
||||||
References: bnc#865621
|
References: bnc#865621
|
||||||
|
Upstream: submitted
|
||||||
|
|
||||||
It's unsigned in the structure definition.
|
It's unsigned in the structure definition.
|
||||||
|
|
||||||
Reviewed-by: Mark Fasheh <mfasheh@suse.de>
|
Signed-off-by: Mark Fasheh <mfasheh@suse.de>
|
||||||
---
|
---
|
||||||
print-tree.c | 12 ++++++------
|
print-tree.c | 12 ++++++------
|
||||||
qgroup.c | 4 ++--
|
qgroup.c | 4 ++--
|
||||||
|
@ -3,6 +3,7 @@ From: Mark Fasheh <mfasheh@suse.de>
|
|||||||
Date: Thu, 1 May 2014 14:34:30 -0700
|
Date: Thu, 1 May 2014 14:34:30 -0700
|
||||||
Subject: [PATCH 2/3] btrfs-progs: import ulist
|
Subject: [PATCH 2/3] btrfs-progs: import ulist
|
||||||
References: bnc#865621
|
References: bnc#865621
|
||||||
|
Upstream: submitted
|
||||||
|
|
||||||
qgroup-verify.c wants this for walking root refs.
|
qgroup-verify.c wants this for walking root refs.
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ From: Mark Fasheh <mfasheh@suse.de>
|
|||||||
Date: Thu, 1 May 2014 22:44:24 -0700
|
Date: Thu, 1 May 2014 22:44:24 -0700
|
||||||
Subject: [PATCH 3/3] btrfs-progs: add quota group verify code
|
Subject: [PATCH 3/3] btrfs-progs: add quota group verify code
|
||||||
References: bnc#865621
|
References: bnc#865621
|
||||||
|
Upstream: submitted
|
||||||
|
|
||||||
This patch adds functionality (in qgroup-verify.c) to compute bytecounts in
|
This patch adds functionality (in qgroup-verify.c) to compute bytecounts in
|
||||||
subvolume quota groups. The original groups are read in and stored in memory
|
subvolume quota groups. The original groups are read in and stored in memory
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 19:32:13 UTC 2014 - mfasheh@suse.com
|
||||||
|
|
||||||
|
- add quota group verify patches, sent to list near end of the week starting
|
||||||
|
5/4/2014
|
||||||
|
- updates btrfsck with the ability to verify quota groups
|
||||||
|
- Update the changelog with some sad version of diffstat output to meet
|
||||||
|
requirements.
|
||||||
|
- Added patches:
|
||||||
|
* 0200-btrfs-progs-print-qgroup-excl-as-unsigned.patch
|
||||||
|
* 0201-btrfs-progs-import-ulist.patch
|
||||||
|
* 0202-btrfs-progs-add-quota-group-verify-code.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 13 20:28:23 UTC 2014 - mfasheh@suse.com
|
Tue May 13 20:28:23 UTC 2014 - mfasheh@suse.com
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user