Re: [PATCH v2 3/5] btrfs-progs: Record and report every file extent hole.

2015-03-24 Thread Qu Wenruo
Thanks, I'll investigate it soon. Thanks, Qu On 1/2/15 1:12 AM, Qu Wenruo wrote: Record every file extent discontinuous hole in inode_record using a rb_tree member. Before the patch, btrfsck will only record the first file extent hole by using first_extent_gap, that's good for detecting

Re: [PATCH v2 3/5] btrfs-progs: Record and report every file extent hole.

2015-03-24 Thread Eric Sandeen
On 1/2/15 1:12 AM, Qu Wenruo wrote: Record every file extent discontinuous hole in inode_record using a rb_tree member. Before the patch, btrfsck will only record the first file extent hole by using first_extent_gap, that's good for detecting error, but not suitable for fixing it. This

[PATCH v2 3/5] btrfs-progs: Record and report every file extent hole.

2015-01-01 Thread Qu Wenruo
Record every file extent discontinuous hole in inode_record using a rb_tree member. Before the patch, btrfsck will only record the first file extent hole by using first_extent_gap, that's good for detecting error, but not suitable for fixing it. This patch provides the ability to record every