Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-09 Thread Sahitya Tummala
On Wed, Jan 09, 2019 at 02:13:02PM +0800, Chao Yu wrote: > On 2019/1/9 12:38, Jaegeuk Kim wrote: > > On 01/07, Chao Yu wrote: > >> On 2019/1/5 4:33, Jaegeuk Kim wrote: > >>> On 01/04, Sahitya Tummala wrote: > On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: > > When there

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-08 Thread Chao Yu
On 2019/1/9 12:38, Jaegeuk Kim wrote: > On 01/07, Chao Yu wrote: >> On 2019/1/5 4:33, Jaegeuk Kim wrote: >>> On 01/04, Sahitya Tummala wrote: On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: > When there is a failure in f2fs_fill_super() after/during > the recovery of

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-08 Thread Jaegeuk Kim
On 01/07, Chao Yu wrote: > On 2019/1/5 4:33, Jaegeuk Kim wrote: > > On 01/04, Sahitya Tummala wrote: > >> On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: > >>> When there is a failure in f2fs_fill_super() after/during > >>> the recovery of fsync'd nodes, it frees the current sbi

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-06 Thread Chao Yu
On 2019/1/5 4:33, Jaegeuk Kim wrote: > On 01/04, Sahitya Tummala wrote: >> On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: >>> When there is a failure in f2fs_fill_super() after/during >>> the recovery of fsync'd nodes, it frees the current sbi and >>> retries again. This time the

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-04 Thread Jaegeuk Kim
On 01/04, Sahitya Tummala wrote: > On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: > > When there is a failure in f2fs_fill_super() after/during > > the recovery of fsync'd nodes, it frees the current sbi and > > retries again. This time the mount is successful, but the files > >

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2019-01-04 Thread Sahitya Tummala
On Mon, Nov 26, 2018 at 10:17:20AM +0530, Sahitya Tummala wrote: > When there is a failure in f2fs_fill_super() after/during > the recovery of fsync'd nodes, it frees the current sbi and > retries again. This time the mount is successful, but the files > that got recovered before retry, still

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-19 Thread Jaegeuk Kim
On 12/19, Chao Yu wrote: > On 2018/12/19 6:47, Jaegeuk Kim wrote: > > On 12/18, Chao Yu wrote: > >> On 2018/12/14 22:25, Jaegeuk Kim wrote: > >>> On 12/14, Sahitya Tummala wrote: > On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: > > On 2018/12/12 11:17, Sahitya Tummala wrote: >

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-18 Thread Chao Yu
On 2018/12/19 6:47, Jaegeuk Kim wrote: > On 12/18, Chao Yu wrote: >> On 2018/12/14 22:25, Jaegeuk Kim wrote: >>> On 12/14, Sahitya Tummala wrote: On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: > On 2018/12/12 11:17, Sahitya Tummala wrote: >> On Fri, Dec 07, 2018 at

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-18 Thread Jaegeuk Kim
On 12/18, Chao Yu wrote: > On 2018/12/14 22:25, Jaegeuk Kim wrote: > > On 12/14, Sahitya Tummala wrote: > >> On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: > >>> On 2018/12/12 11:17, Sahitya Tummala wrote: > On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: > > On

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-18 Thread Chao Yu
On 2018/12/14 22:25, Jaegeuk Kim wrote: > On 12/14, Sahitya Tummala wrote: >> On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: >>> On 2018/12/12 11:17, Sahitya Tummala wrote: On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: > On 2018/12/1 4:33, Jaegeuk Kim wrote: >> On

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-14 Thread Jaegeuk Kim
On 12/14, Sahitya Tummala wrote: > On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: > > On 2018/12/12 11:17, Sahitya Tummala wrote: > > > On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: > > >> On 2018/12/1 4:33, Jaegeuk Kim wrote: > > >>> On 11/29, Sahitya Tummala wrote: > >

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-13 Thread Sahitya Tummala
On Wed, Dec 12, 2018 at 11:36:08AM +0800, Chao Yu wrote: > On 2018/12/12 11:17, Sahitya Tummala wrote: > > On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: > >> On 2018/12/1 4:33, Jaegeuk Kim wrote: > >>> On 11/29, Sahitya Tummala wrote: > > On Tue, Nov 27, 2018 at 09:42:39AM

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-11 Thread Chao Yu
On 2018/12/12 11:17, Sahitya Tummala wrote: > On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: >> On 2018/12/1 4:33, Jaegeuk Kim wrote: >>> On 11/29, Sahitya Tummala wrote: On Tue, Nov 27, 2018 at 09:42:39AM +0800, Chao Yu wrote: > On 2018/11/27 8:30, Jaegeuk Kim wrote:

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-11 Thread Sahitya Tummala
On Fri, Dec 07, 2018 at 05:47:31PM +0800, Chao Yu wrote: > On 2018/12/1 4:33, Jaegeuk Kim wrote: > > On 11/29, Sahitya Tummala wrote: > >> > >> On Tue, Nov 27, 2018 at 09:42:39AM +0800, Chao Yu wrote: > >>> On 2018/11/27 8:30, Jaegeuk Kim wrote: > On 11/26, Sahitya Tummala wrote: > > When

Re: [PATCH v2] f2fs: fix sbi->extent_list corruption issue

2018-12-07 Thread Chao Yu
On 2018/12/1 4:33, Jaegeuk Kim wrote: > On 11/29, Sahitya Tummala wrote: >> >> On Tue, Nov 27, 2018 at 09:42:39AM +0800, Chao Yu wrote: >>> On 2018/11/27 8:30, Jaegeuk Kim wrote: On 11/26, Sahitya Tummala wrote: > When there is a failure in f2fs_fill_super() after/during > the