Re: [PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check

2019-01-14 Thread Qu Wenruo
On 2019/1/14 下午7:09, Filipe Manana wrote: > On Wed, Aug 1, 2018 at 3:39 AM Qu Wenruo wrote: >> >> This patch will introduce chunk <-> dev extent mapping check, to protect >> us against invalid dev extents or chunks. >> >> Since chunk mapping is the fundamental infrastructure of btrfs, extra >> c

Re: [PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check

2019-01-14 Thread Filipe Manana
On Wed, Aug 1, 2018 at 3:39 AM Qu Wenruo wrote: > > This patch will introduce chunk <-> dev extent mapping check, to protect > us against invalid dev extents or chunks. > > Since chunk mapping is the fundamental infrastructure of btrfs, extra > check at mount time could prevent a lot of unexpected

Re: [PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check

2018-07-31 Thread Su Yue
On 08/01/2018 10:37 AM, Qu Wenruo wrote: This patch will introduce chunk <-> dev extent mapping check, to protect us against invalid dev extents or chunks. Since chunk mapping is the fundamental infrastructure of btrfs, extra check at mount time could prevent a lot of unexpected behavior (BUG

[PATCH v2 4/6] btrfs: Introduce mount time chunk <-> dev extent mapping check

2018-07-31 Thread Qu Wenruo
This patch will introduce chunk <-> dev extent mapping check, to protect us against invalid dev extents or chunks. Since chunk mapping is the fundamental infrastructure of btrfs, extra check at mount time could prevent a lot of unexpected behavior (BUG_ON). Reported-by: Xu Wen Link: https://bugz