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
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
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
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
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
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
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
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.