Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-12-05 Thread Qu Wenruo
At 11/02/2016 11:21 PM, David Sterba wrote: On Wed, Sep 21, 2016 at 11:15:52AM +0800, Qu Wenruo wrote: From: Lu Fengqi Introduce a new function find_dir_item() to find DIR_ITEM for the given key, and check it with the specified INODE_REF/INODE_EXTREF match.

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-30 Thread Qu Wenruo
At 12/01/2016 12:34 AM, David Sterba wrote: On Wed, Nov 16, 2016 at 10:27:59AM +0800, Qu Wenruo wrote: Yes please. Third namespace for existing error bits is not a good option. Move the I_ERR bits to start from 32 and use them in the low-mem code that's been merged to devel. I didn't see

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-30 Thread David Sterba
On Wed, Nov 16, 2016 at 10:27:59AM +0800, Qu Wenruo wrote: > > Yes please. Third namespace for existing error bits is not a good > > option. Move the I_ERR bits to start from 32 and use them in the low-mem > > code that's been merged to devel. > > I didn't see such fix in devel branch. Well,

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-30 Thread David Sterba
On Tue, Nov 08, 2016 at 09:45:54AM +0800, Qu Wenruo wrote: > > Yes please. Third namespace for existing error bits is not a good > > option. Move the I_ERR bits to start from 32 and use them in the low-mem > > code that's been merged to devel. > > > Should I submit a separate fix or replace the

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-15 Thread Qu Wenruo
At 11/08/2016 01:05 AM, David Sterba wrote: On Thu, Nov 03, 2016 at 09:58:21AM +0800, Qu Wenruo wrote: At 11/02/2016 11:21 PM, David Sterba wrote: On Wed, Sep 21, 2016 at 11:15:52AM +0800, Qu Wenruo wrote: From: Lu Fengqi Introduce a new function

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-07 Thread David Sterba
On Thu, Nov 03, 2016 at 09:58:21AM +0800, Qu Wenruo wrote: > > > At 11/02/2016 11:21 PM, David Sterba wrote: > > On Wed, Sep 21, 2016 at 11:15:52AM +0800, Qu Wenruo wrote: > >> From: Lu Fengqi > >> > >> Introduce a new function find_dir_item() to find DIR_ITEM for the

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-02 Thread Qu Wenruo
At 11/02/2016 11:21 PM, David Sterba wrote: On Wed, Sep 21, 2016 at 11:15:52AM +0800, Qu Wenruo wrote: From: Lu Fengqi Introduce a new function find_dir_item() to find DIR_ITEM for the given key, and check it with the specified INODE_REF/INODE_EXTREF match.

Re: [PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-11-02 Thread David Sterba
On Wed, Sep 21, 2016 at 11:15:52AM +0800, Qu Wenruo wrote: > From: Lu Fengqi > > Introduce a new function find_dir_item() to find DIR_ITEM for the given > key, and check it with the specified INODE_REF/INODE_EXTREF match. > > Signed-off-by: Lu Fengqi

[PATCH v2 02/14] btrfs-progs: check: introduce function to find dir_item

2016-09-20 Thread Qu Wenruo
From: Lu Fengqi Introduce a new function find_dir_item() to find DIR_ITEM for the given key, and check it with the specified INODE_REF/INODE_EXTREF match. Signed-off-by: Lu Fengqi Signed-off-by: Qu Wenruo ---