[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251024080431.324236-1-hch@lst.de>
Date: Fri, 24 Oct 2025 10:04:11 +0200
From: Christoph Hellwig <hch@....de>
To: "Matthew Wilcox (Oracle)" <willy@...radead.org>,
Eric Van Hensbergen <ericvh@...nel.org>,
Latchesar Ionkov <lucho@...kov.net>,
Dominique Martinet <asmadeus@...ewreck.org>,
Christian Schoenebeck <linux_oss@...debyte.com>,
Chris Mason <clm@...com>,
David Sterba <dsterba@...e.com>,
Mark Fasheh <mark@...heh.com>,
Joel Becker <jlbec@...lplan.org>,
Joseph Qi <joseph.qi@...ux.alibaba.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>,
Josef Bacik <josef@...icpanda.com>,
Jan Kara <jack@...e.cz>,
linux-block@...r.kernel.org,
v9fs@...ts.linux.dev,
linux-btrfs@...r.kernel.org,
linux-ext4@...r.kernel.org,
linux-fsdevel@...r.kernel.org,
jfs-discussion@...ts.sourceforge.net,
ocfs2-devel@...ts.linux.dev,
linux-xfs@...r.kernel.org,
linux-mm@...ck.org
Subject: filemap_* writeback interface cleanups v2
Hi all,
while looking at the filemap writeback code, I think adding
filemap_fdatawrite_wbc ended up being a mistake, as all but the original
btrfs caller should be using better high level interfaces instead. This
series removes all these, switches btrfs to a more specific interfaces
and also cleans up another too low-level interface. With this the
writeback_control that is passed to the writeback code is only
initialized in three places, although there are a lot more places in
file system code that never reach the common writeback code.
Changes since v1:
- use LLONG_MAX instead of LONG_MAX in one place
- two commit message typo fixes
- keep the filemap_flush* naming
Diffstat:
fs/9p/vfs_file.c | 17 +------
fs/btrfs/inode.c | 46 ++++++--------------
fs/fs-writeback.c | 6 +-
fs/ocfs2/journal.c | 11 ----
fs/sync.c | 10 +---
include/linux/fs.h | 6 +-
include/linux/pagemap.h | 5 --
mm/fadvise.c | 3 -
mm/filemap.c | 109 +++++++++++++++++++-----------------------------
9 files changed, 76 insertions(+), 137 deletions(-)
Powered by blists - more mailing lists