Re: [f2fs-dev] [PATCH V3 7/7] f2fs: switch to the new mount api

2025-05-14 Thread Hongbo Li via Linux-f2fs-devel
On 2025/5/14 23:30, Jaegeuk Kim wrote: Hi, Hongbo, It seems we're getting more issues in the patch set. May I ask for some help sending the new patch series having all the fixes that I made as well as addressing the concerns? You can get the patches from [1]. Ok, thank you and Chao for revie

Re: [f2fs-dev] [PATCH V3 7/7] f2fs: switch to the new mount api

2025-05-14 Thread Eric Sandeen via Linux-f2fs-devel
On 5/14/25 10:30 AM, Jaegeuk Kim wrote: > Hi, Hongbo, > > It seems we're getting more issues in the patch set. May I ask for some > help sending the new patch series having all the fixes that I made as well > as addressing the concerns? You can get the patches from [1]. > > [1] > https://git.ker

Re: [f2fs-dev] [PATCH 1/2] f2fs: add f2fs_bug_on() to detect potential bug

2025-05-14 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 12 May 2025 19:54:41 +0800 you wrote: > Add f2fs_bug_on() to check whether memory preallocation will fail or > not after radix_tree_preload(GFP_NOFS | __GFP_NOFAIL). > > Signed-off-by: Chao Yu > --- > fs/f2fs/che

Re: [f2fs-dev] [PATCH 1/2] f2fs: use vmalloc instead of kvmalloc in .init_{, de}compress_ctx

2025-05-14 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 13 May 2025 13:57:20 +0800 you wrote: > .init_{,de}compress_ctx uses kvmalloc() to alloc memory, it will try > to allocate physically continuous page first, it may cause more memory > allocation pressure, let's use

[f2fs-dev] Patchwork summary for: f2fs

2025-05-14 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: don't over-report free space or inodes in statvfs Submitter: Chao Yu Committer: Jaegeuk Kim Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=9

Re: [f2fs-dev] [PATCH v5 1/2] f2fs: add a method for calculating the remaining blocks in the current segment in LFS mode.

2025-05-14 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 12 May 2025 16:36:09 +0900 you wrote: > In LFS mode, the previous segment cannot use invalid blocks, > so the remaining blocks from the next_blkoff of the current segment > to the end of the section are calculated.

Re: [f2fs-dev] [PATCH] f2fs: fix 32-bits hexademical number in fault injection doc

2025-05-14 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 12 May 2025 19:55:14 +0800 you wrote: > FAULT_KMALLOC0x1 > > There is one redundant '0' in 32-bits hexademical number of fault type, > remove it. > > Signed-off-by: Chao Yu > > [...]

Re: [f2fs-dev] [PATCH] f2fs: don't over-report free space or inodes in statvfs

2025-05-14 Thread patchwork-bot+f2fs--- via Linux-f2fs-devel
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 13 May 2025 19:25:38 +0800 you wrote: > This fixes an analogus bug that was fixed in modern filesystems: > a) xfs in commit 4b8d867ca6e2 ("xfs: don't over-report free space or > inodes in statvfs") > b) ext4 in commi

Re: [f2fs-dev] [PATCH V3 7/7] f2fs: switch to the new mount api

2025-05-14 Thread Jaegeuk Kim via Linux-f2fs-devel
Hi, Hongbo, It seems we're getting more issues in the patch set. May I ask for some help sending the new patch series having all the fixes that I made as well as addressing the concerns? You can get the patches from [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git/log/?h

[f2fs-dev] [PATCH 2/2] f2fs: fix to correct check conditions in f2fs_cross_rename

2025-05-14 Thread Zhiguo Niu
Should be "old_dir" here. Fixes: 5c57132eaf52 ("f2fs: support project quota") Signed-off-by: Zhiguo Niu --- fs/f2fs/namei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index bb22543..07e333e 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/name

[f2fs-dev] [PATCH 1/2] f2fs: use d_inode(dentry) cleanup dentry->d_inode

2025-05-14 Thread Zhiguo Niu
no logic changes. Signed-off-by: Zhiguo Niu --- fs/f2fs/namei.c | 8 fs/f2fs/super.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fs/f2fs/namei.c b/fs/f2fs/namei.c index 0b231bc..bb22543 100644 --- a/fs/f2fs/namei.c +++ b/fs/f2fs/namei.c @@ -414,7 +414,7 @@ s