[f2fs-dev] Patchwork summary for: f2fs

2025-03-10 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Patch: [f2fs-dev] f2fs: control nat_bits feature via mount option Submitter: Chao Yu Committer: Jaegeuk Kim Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=941760

Re: [f2fs-dev] [PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG

2025-03-10 Thread Zorro Lang
On Mon, Mar 10, 2025 at 03:16:36PM +0800, Zorro Lang wrote: > On Fri, Mar 07, 2025 at 02:56:29PM +1100, David Disseldorp wrote: > > On Thu, 6 Mar 2025 16:18:06 +0800, Chao Yu wrote: > > > > > F2FS_IO_PROG was been exported twice, remove the redudant one. > > > > > > Cc: Jaegeuk Kim > > > Signed

Re: [f2fs-dev] [PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG

2025-03-10 Thread Zorro Lang
On Fri, Mar 07, 2025 at 02:56:29PM +1100, David Disseldorp wrote: > On Thu, 6 Mar 2025 16:18:06 +0800, Chao Yu wrote: > > > F2FS_IO_PROG was been exported twice, remove the redudant one. > > > > Cc: Jaegeuk Kim > > Signed-off-by: Chao Yu > > --- > > common/config | 1 - > > 1 file changed, 1

[f2fs-dev] [PATCH v2 2/4] common/config: export F2FS_INJECT_PROG

2025-03-10 Thread Chao Yu via Linux-f2fs-devel
export F2FS_INJECT_PROG w/ inject.f2fs, it can be used for fault injection. Cc: Jaegeuk Kim Signed-off-by: Chao Yu Reviewed-by: David Disseldorp --- v2: - no changes common/config | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config b/common/config index aa525825..7d017a05 100644

[f2fs-dev] [PATCH v2 3/4] common/rc: support f2fs in _repair_scratch_fs

2025-03-10 Thread Chao Yu via Linux-f2fs-devel
Support f2fs in _repair_scratch_fs(), and use -f to repair the image forcely. Cc: Jaegeuk Kim Signed-off-by: Chao Yu Reviewed-by: David Disseldorp --- v2: - no changes common/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/rc b/common/rc index ca755055..bf24da4e 100644 --- a/c

Re: [f2fs-dev] [PATCH v2 4/4] f2fs/009: detect and repair nlink corruption

2025-03-10 Thread Zorro Lang
On Mon, Mar 10, 2025 at 07:56:21PM +0800, Chao Yu wrote: > This is a regression test to check whether fsck can handle corrupted > nlinks correctly, it uses inject.f2fs to inject nlinks w/ wrong value, > and expects fsck.f2fs can detect such corruption and do the repair. > > Cc: Jaegeuk Kim > Sign

Re: [f2fs-dev] [PATCH 4/4] f2fs/009: detect and repair nlink corruption

2025-03-10 Thread Chao Yu via Linux-f2fs-devel
On 3/10/25 16:00, Zorro Lang wrote: > On Thu, Mar 06, 2025 at 04:18:09PM +0800, Chao Yu wrote: >> This is a regression test to check whether fsck can handle corrupted >> nlinks correctly, it uses inject.f2fs to inject nlinks w/ wrong value, >> and expects fsck.f2fs can detect such corruption and do

Re: [f2fs-dev] [PATCH 1/4] common/config: remove redundant export of F2FS_IO_PROG

2025-03-10 Thread Chao Yu via Linux-f2fs-devel
On 3/10/25 16:02, Zorro Lang wrote: > On Mon, Mar 10, 2025 at 03:16:36PM +0800, Zorro Lang wrote: >> On Fri, Mar 07, 2025 at 02:56:29PM +1100, David Disseldorp wrote: >>> On Thu, 6 Mar 2025 16:18:06 +0800, Chao Yu wrote: >>> F2FS_IO_PROG was been exported twice, remove the redudant one.