[f2fs-dev] [PATCH] f2fs: allow F2FS_IPU_NOCACHE for pinned file

2024-09-14 Thread Jaegeuk Kim via Linux-f2fs-devel
This patch allows f2fs to submit bios of in-place writes on pinned file. Signed-off-by: Jaegeuk Kim --- fs/f2fs/sysfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fs/f2fs/sysfs.c b/fs/f2fs/sysfs.c index d18931b7b094..c56e8c873935 100644 --- a/fs/f2fs/sysfs.c +++ b/fs/f

[f2fs-dev] [syzbot] [net?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (7)

2024-09-14 Thread syzbot
Hello, syzbot found the following issue on: HEAD commit:5f5673607153 Merge branch 'for-next/core' into for-kernelci git tree: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git for-kernelci console output: https://syzkaller.appspot.com/x/log.txt?x=141567c798 kernel confi

Re: [f2fs-dev] [PATCH v2 00/13] f2fs: introduce inline tail

2024-09-14 Thread Wu Bo via Linux-f2fs-devel
On Fri, Sep 13, 2024 at 08:41:12PM -0600, Wu Bo via Linux-f2fs-devel wrote: > On Thu, Sep 12, 2024 at 03:14:24PM +0800, Chao Yu via Linux-f2fs-devel wrote: > > On 2024/9/11 11:57, Wu Bo wrote: > > > The inode in F2FS occupies an entire 4k block. For many small files, this > > > means > > > they co