[f2fs-dev] [Bug 215902] kernel BUG at fs/inode.c:611!

2023-03-07 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=215902 Monthero Ronald (rhmcrui...@gmail.com) changed: What|Removed |Added CC|

[f2fs-dev] [PATCH 4.19] f2fs: fix cgroup writeback accounting with fs-layer encryption

2023-03-07 Thread Eric Biggers
From: Eric Biggers commit 844545c51a5b2a524b22a2fe9d0b353b827d24b4 upstream. When writing a page from an encrypted file that is using filesystem-layer encryption (not inline encryption), f2fs encrypts the pagecache page into a bounce page, then writes the bounce page. It also passes the bounce

Re: [f2fs-dev] [PATCH] f2fs: fix unaligned field offset in 32-bits platform

2023-03-07 Thread Chao Yu
On 2023/3/8 1:26, Jaegeuk Kim wrote: Cc'ed stable. Thanks. Oh, thanks for adding the missed tag! Jaegeuk. Thanks, On 03/07, Chao Yu wrote: F2FS-fs (dm-x): inconsistent rbtree, cur(3470333575168) next(3320009719808) [ cut here ] kernel BUG at fs/f2fs/gc.c:602!

Re: [f2fs-dev] kernel BUG at fs/f2fs/extent_cache.c:730 and subsequent warning (6.2-rc8)

2023-03-07 Thread Ondřej Jirman
Hello, On Tue, Mar 07, 2023 at 09:27:45AM -0800, Jaegeuk Kim wrote: > Hi, > > I think this should fix the issue. By any chance, could you give it a try? > > https://patchwork.kernel.org/project/f2fs/patch/20230307151408.58490-1-c...@kernel.org/ That seems to fix the issue. Thank you,

[f2fs-dev] Patchwork summary for: f2fs

2023-03-07 Thread patchwork-bot+f2fs
Hello: The following patches were marked "accepted", because they were applied to jaegeuk/f2fs.git (dev): Patch: [f2fs-dev,-next] f2fs: make f2fs_sync_inode_meta() static Submitter: Li Zetao Committer: Jaegeuk Kim Patchwork: https://patchwork.kernel.org/project/f2fs/list/?series=724214

Re: [f2fs-dev] [PATCH v2, RESEND] f2fs: export compress_percent and compress_watermark entries

2023-03-07 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 16 Feb 2023 22:09:35 +0800 you wrote: > This patch export below sysfs entries for better control cached > compress page count. > > /sys/fs/f2fs//compress_watermark > /sys/fs/f2fs//compress_percent > >

Re: [f2fs-dev] [PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event

2023-03-07 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Mon, 6 Mar 2023 12:25:49 + you wrote: > From: Douglas Raillard > > Fix the nid_t field so that its size is correctly reported in the text > format embedded in trace.dat files. As it stands, it is reported as >

Re: [f2fs-dev] [PATCH] f2fs: fix unaligned field offset in 32-bits platform

2023-03-07 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 7 Mar 2023 23:14:08 +0800 you wrote: > F2FS-fs (dm-x): inconsistent rbtree, cur(3470333575168) next(3320009719808) > [ cut here ] > kernel BUG at fs/f2fs/gc.c:602! > Internal error: Oops -

Re: [f2fs-dev] [PATCH -next] f2fs: make f2fs_sync_inode_meta() static

2023-03-07 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 23 Feb 2023 01:25:13 + you wrote: > After commit 26b5a079197c ("f2fs: cleanup dirty pages if recover failed"), > f2fs_sync_inode_meta() is only used in checkpoint.c, so > f2fs_sync_inode_meta() should only be

Re: [f2fs-dev] kernel BUG at fs/f2fs/extent_cache.c:730 and subsequent warning (6.2-rc8)

2023-03-07 Thread Jaegeuk Kim
Hi, I think this should fix the issue. By any chance, could you give it a try? https://patchwork.kernel.org/project/f2fs/patch/20230307151408.58490-1-c...@kernel.org/ Thanks, On 02/14, Ondřej Jirman wrote: > On Tue, Feb 14, 2023 at 10:07:23PM +0100, megi xff wrote: > > Hello, > > > > I'm

Re: [f2fs-dev] [PATCH] f2fs: fix unaligned field offset in 32-bits platform

2023-03-07 Thread Jaegeuk Kim
Cc'ed stable. Thanks. On 03/07, Chao Yu wrote: > F2FS-fs (dm-x): inconsistent rbtree, cur(3470333575168) next(3320009719808) > [ cut here ] > kernel BUG at fs/f2fs/gc.c:602! > Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM > PC is at get_victim_by_default+0x13c0/0x1498

Re: [f2fs-dev] [PATCH] f2fs: convert to use bitmap API

2023-03-07 Thread Chao Yu
On 2023/2/16 21:53, Yangtao Li wrote: Let's use BIT() and GENMASK() instead of open it. Signed-off-by: Yangtao Li Reviewed-by: Chao Yu Thanks, ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net

Re: [f2fs-dev] [PATCH v2, RESEND] f2fs: export compress_percent and compress_watermark entries

2023-03-07 Thread Chao Yu
On 2023/2/16 22:09, Yangtao Li wrote: This patch export below sysfs entries for better control cached compress page count. /sys/fs/f2fs//compress_watermark /sys/fs/f2fs//compress_percent Signed-off-by: Yangtao Li Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [PATCH] f2fs: fix unaligned field offset in 32-bits platform

2023-03-07 Thread Chao Yu
F2FS-fs (dm-x): inconsistent rbtree, cur(3470333575168) next(3320009719808) [ cut here ] kernel BUG at fs/f2fs/gc.c:602! Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM PC is at get_victim_by_default+0x13c0/0x1498 LR is at f2fs_check_rb_tree_consistence+0xc4/0xd4 []