Re: [f2fs-dev] [PATCH 1/5] f2fs: check number of blocks in a current section

2024-02-28 Thread patchwork-bot+f2fs
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Fri, 23 Feb 2024 12:55:31 -0800 you wrote: > In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check > the number of blocks in a section instead of the segment. > > In addtion, let's check the

Re: [f2fs-dev] [PATCH 1/5] f2fs: check number of blocks in a current section

2024-02-26 Thread Daeho Jeong
On Sun, Feb 25, 2024 at 6:42 PM Chao Yu wrote: > > On 2024/2/24 4:55, Jaegeuk Kim wrote: > > In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check > > the number of blocks in a section instead of the segment. > > > > In addtion, let's check the entire node sections when

Re: [f2fs-dev] [PATCH 1/5] f2fs: check number of blocks in a current section

2024-02-25 Thread Chao Yu
On 2024/2/24 4:55, Jaegeuk Kim wrote: In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check the number of blocks in a section instead of the segment. In addtion, let's check the entire node sections when checking the avaiable node block space. It does not match one to one

[f2fs-dev] [PATCH 1/5] f2fs: check number of blocks in a current section

2024-02-23 Thread Jaegeuk Kim
In cfd66bb715fd ("f2fs: fix deadloop in foreground GC"), we needed to check the number of blocks in a section instead of the segment. In addtion, let's check the entire node sections when checking the avaiable node block space. It does not match one to one per temperature, but currently we don't