[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250626173023.2702554-1-frank.li@vivo.com>
Date: Thu, 26 Jun 2025 11:30:19 -0600
From: Yangtao Li <frank.li@...o.com>
To: axboe@...nel.dk,
aivazian.tigran@...il.com,
viro@...iv.linux.org.uk,
brauner@...nel.org,
jack@...e.cz,
linkinjeon@...nel.org,
sj1557.seo@...sung.com,
yuezhang.mo@...y.com,
slava@...eyko.com,
glaubitz@...sik.fu-berlin.de,
frank.li@...o.com,
shaggy@...nel.org,
konishi.ryusuke@...il.com,
almaz.alexandrovich@...agon-software.com,
me@...copeland.com,
willy@...radead.org,
josef@...icpanda.com,
kovalev@...linux.org,
dave@...olabs.net,
mhocko@...e.com,
chentaotao@...iglobal.com
Cc: linux-block@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org,
linux-ext4@...r.kernel.org,
jfs-discussion@...ts.sourceforge.net,
linux-nilfs@...r.kernel.org,
ntfs3@...ts.linux.dev,
linux-karma-devel@...ts.sourceforge.net,
bpf@...r.kernel.org
Subject: [PATCH 0/4] hfs/hfsplus: add uncached buffer io support
Hi,
This patchset based git [1], and w/ patchset [2].
[1]
kernel/git/torvalds/linux.git commit id=5e9388f7984a9cc7e659a105113f6ccf0aebedd0
(selftests/bpf: adapt one more case in test_lru_map to the new target_free)
[2]
https://lore.kernel.org/all/20250624121149.2927-1-chentaotao@didiglobal.com/
Yangtao Li (4):
block: Add struct kiocb pointer to block_write_begin()
fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin()
hfsplus: enable uncached buffer io support
hfs: enable uncached buffer io support
block/fops.c | 2 +-
fs/bfs/file.c | 2 +-
fs/buffer.c | 13 ++++++++-----
fs/exfat/inode.c | 3 +--
fs/ext2/inode.c | 2 +-
fs/hfs/inode.c | 1 +
fs/hfsplus/inode.c | 1 +
fs/jfs/inode.c | 2 +-
fs/minix/inode.c | 2 +-
fs/nilfs2/inode.c | 2 +-
fs/nilfs2/recovery.c | 2 +-
fs/ntfs3/inode.c | 2 +-
fs/omfs/file.c | 2 +-
fs/udf/inode.c | 2 +-
fs/ufs/inode.c | 2 +-
include/linux/buffer_head.h | 4 ++--
16 files changed, 24 insertions(+), 20 deletions(-)
--
2.48.1
Powered by blists - more mailing lists