Re: [f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-03-13 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 16 Feb 2023 16:44:27 +0900 you wrote: > When f2fs skipped a gc round during victim migration, there was a bug which > would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem > was not initialized.

Re: [f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-03-12 Thread Chao Yu
On 2023/3/7 5:51, Jaegeuk Kim wrote: Applied with the below fix. Fixes: 6f8d4455060d ("f2fs: avoid fi->i_gc_rwsem[WRITE] lock in f2fs_gc" ')' was missed. Signed-off-by: Yonggil Song Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailin

Re: [f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-03-06 Thread Jaegeuk Kim
On 02/16, Yonggil Song wrote: > When f2fs skipped a gc round during victim migration, there was a bug which > would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem > was not initialized. It fixes the bug by correctly initializing the > skipped_gc_rwsem inside the gc loop. > >

Re: [f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread gre...@linuxfoundation.org
On Thu, Feb 16, 2023 at 04:44:27PM +0900, Yonggil Song wrote: > When f2fs skipped a gc round during victim migration, there was a bug which > would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem > was not initialized. It fixes the bug by correctly initializing the > skipped_gc

[f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread Yonggil Song
When f2fs skipped a gc round during victim migration, there was a bug which would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem was not initialized. It fixes the bug by correctly initializing the skipped_gc_rwsem inside the gc loop. Fixes: 3db1de0e582c ("f2fs: change the cur

[f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread Yonggil Song
When f2fs skipped a gc round during victim migration, there was a bug which would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem was not initialized. It fixes the bug by correctly initializing the skipped_gc_rwsem inside the gc loop. Fixes: 3db1de0e582c ("f2fs: change the cur

[f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread Yonggil Song
When f2fs skipped a gc round during victim migration, there was a bug which would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem was not initialized. It fixes the bug by correctly initializing the skipped_gc_rwsem inside the gc loop. Fixes: 3db1de0e582c ("f2fs: change the cur

Re: [f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread Miko Larsson
On Thu, 2023-02-16 at 11:57 +0900, Yonggil Song wrote: > When f2fs skipped a gc round during victim migration, there was a bug > which > would skip all upcoming gc rounds unconditionally because > skipped_gc_rwsem > was not initialized. It fixes the bug by correctly initializing the > skipped_gc_rw

[f2fs-dev] [PATCH v2] f2fs: fix uninitialized skipped_gc_rwsem

2023-02-15 Thread Yonggil Song
When f2fs skipped a gc round during victim migration, there was a bug which would skip all upcoming gc rounds unconditionally because skipped_gc_rwsem was not initialized. It fixes the bug by correctly initializing the skipped_gc_rwsem inside the gc loop. Fixes: 3db1de0e582c ("f2fs: change the cur