[f2fs-dev] [PATCH v2] f2fs: Do not check the FI_DIRTY_INODE flag when umounting a ro fs.

2024-08-28 Thread Julian Sun
Hi, all. Recently syzbot reported a bug as following: kernel BUG at fs/f2fs/inode.c:896! CPU: 1 UID: 0 PID: 5217 Comm: syz-executor605 Not tainted 6.11.0-rc4-syzkaller-00033-g872cf28b8df9 #0 RIP: 0010:f2fs_evict_inode+0x1598/0x15c0 fs/f2fs/inode.c:896 Call Trace: evict+0x532/0x950 fs/inode.c:

Re: [f2fs-dev] [PATCH] f2fs: Do not check the FI_DIRTY_INODE flag when umounting a ro fs.

2024-08-28 Thread Julian Sun
On Wed, 2024-08-28 at 15:26 +, Jaegeuk Kim wrote: > On 08/27, Julian Sun wrote: > > Hi, all. > > > > Recently syzbot reported a bug as following: > > > > kernel BUG at fs/f2fs/inode.c:896! > > CPU: 1 UID: 0 PID: 5217 Comm: syz-executor605 Not tainted 6.11.0- > > rc4-syzkaller-00033-g872cf28b8

Re: [f2fs-dev] [PATCH] f2fs: Do not check the FI_DIRTY_INODE flag when umounting a ro fs.

2024-08-28 Thread Jaegeuk Kim via Linux-f2fs-devel
On 08/27, Julian Sun wrote: > Hi, all. > > Recently syzbot reported a bug as following: > > kernel BUG at fs/f2fs/inode.c:896! > CPU: 1 UID: 0 PID: 5217 Comm: syz-executor605 Not tainted > 6.11.0-rc4-syzkaller-00033-g872cf28b8df9 #0 > RIP: 0010:f2fs_evict_inode+0x1598/0x15c0 fs/f2fs/inode.c:896

Re: [f2fs-dev] [PATCH v2 2/4] f2fs: atomic: fix to not allow GC to pollute atomic_file

2024-08-28 Thread Jaegeuk Kim via Linux-f2fs-devel
On 08/14, Chao Yu wrote: > SQLite AppGC Thread Shrinker > - f2fs_ioc_start_atomic_write > > - f2fs_ioc_commit_atomic_write > - f2fs_commit_atomic_write > - filemap_write_and_wait_range > : write atomic_file's data to cow_inode >

Re: [f2fs-dev] [PATCH -next 00/14] btrfs: Cleaned up folio->page conversion

2024-08-28 Thread Li Zetao via Linux-f2fs-devel
在 2024/8/26 22:08, Josef Bacik 写道: On Fri, Aug 23, 2024 at 05:15:22PM -0400, Josef Bacik wrote: On Fri, Aug 23, 2024 at 03:50:51PM -0400, Josef Bacik wrote: On Thu, Aug 22, 2024 at 09:37:00AM +0800, Li Zetao wrote: Hi all, In btrfs, because there are some interfaces that do not use folio, t