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

2023-02-05 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Thu, 2 Feb 2023 17:02:39 -0800 you wrote: > From: Eric Biggers > > When writing a page from an encrypted file that is using > filesystem-layer encryption (not inline encryption), f2fs encrypts the > pagecache page into

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

2023-02-03 Thread Tejun Heo
On Thu, Feb 02, 2023 at 05:02:39PM -0800, Eric Biggers wrote: > From: Eric Biggers > > 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 p

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

2023-02-03 Thread Chao Yu
On 2023/2/3 9:02, Eric Biggers wrote: From: Eric Biggers 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 page to wbc_account

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

2023-02-02 Thread Eric Biggers
From: Eric Biggers 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 page to wbc_account_cgroup_owner(). That's incorrect, beca