Re: [PATCH 0/7] btrfs-progs: qgroup related enhance.

2015-07-27 Thread David Sterba
On Tue, Mar 24, 2015 at 08:36:33AM +0800, Qu Wenruo wrote: All of the above merged. btrfs-progs: Schedule quota rescan if qgroup assign caused inconsistence. The rescan can be a long running operation and touches a lot of metadata, so I'd rather avoid starting the rescan

Re: [PATCH 0/7] btrfs-progs: qgroup related enhance.

2015-07-27 Thread Qu Wenruo
David Sterba wrote on 2015/07/27 16:35 +0200: On Tue, Mar 24, 2015 at 08:36:33AM +0800, Qu Wenruo wrote: All of the above merged. btrfs-progs: Schedule quota rescan if qgroup assign caused inconsistence. The rescan can be a long running operation and touches a lot of metadata,

Re: [PATCH 0/7] btrfs-progs: qgroup related enhance.

2015-03-23 Thread Qu Wenruo
Original Message Subject: Re: [PATCH 0/7] btrfs-progs: qgroup related enhance. From: David Sterba dste...@suse.cz To: Qu Wenruo quwen...@cn.fujitsu.com Date: 2015年03月24日 07:38 On Fri, Feb 27, 2015 at 04:26:32PM +0800, Qu Wenruo wrote: Qu Wenruo (7): btrfs-progs: Update

Re: [PATCH 0/7] btrfs-progs: qgroup related enhance.

2015-03-23 Thread David Sterba
On Fri, Feb 27, 2015 at 04:26:32PM +0800, Qu Wenruo wrote: Qu Wenruo (7): btrfs-progs: Update qgroup status flags and replace qgroup level/subvid calculation with inline function. btrfs-progs: Allow btrfs-debug-tree to print human readable qgroup status flag.

[PATCH 0/7] btrfs-progs: qgroup related enhance.

2015-02-27 Thread Qu Wenruo
The patchset include the following bugfix: 1) Update qgroup status flags to keep consistent with kernel And the following enhancement: 1) debug-tree: Add human readable qgroup status flag. 2) qgroup show: Check status and print warning before if INCONSISTENT or RESCANNING(*1) 3) parse_qgroup: