lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250508051520.4169795-1-hch@lst.de>
Date: Thu,  8 May 2025 07:14:26 +0200
From: Christoph Hellwig <hch@....de>
To: Jaegeuk Kim <jaegeuk@...nel.org>,
	Chao Yu <chao@...nel.org>
Cc: linux-f2fs-devel@...ts.sourceforge.net,
	linux-kernel@...r.kernel.org
Subject: cleanup AOP_WRITEPAGE_ACTIVATE use in f2fs v2

Hi all,

this almost entirely cleans up usage of AOP_WRITEPAGE_ACTIVATE in f2fs.

Changes since v1:
 - pick up the bug fix from Chao as patch 1
 - release the folio batch on early exit
 - remove the dead for_reclaim handling
 - keep the ability of the caller to exit early for the redity case

Diffstat:
 fs/f2fs/checkpoint.c        |   36 ++++++++----------------
 fs/f2fs/compress.c          |    3 --
 fs/f2fs/data.c              |   23 ++-------------
 fs/f2fs/file.c              |    1 
 fs/f2fs/node.c              |   65 ++++++++++++++++++--------------------------
 include/trace/events/f2fs.h |    5 ---
 6 files changed, 46 insertions(+), 87 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ