linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] hfs/hfsplus: add uncached buffer io support
@ 2025-06-26 17:30 Yangtao Li
  2025-06-26 17:30 ` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin() Yangtao Li
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Yangtao Li @ 2025-06-26 17:30 UTC (permalink / raw)
  To: axboe, aivazian.tigran, viro, brauner, jack, linkinjeon,
	sj1557.seo, yuezhang.mo, slava, glaubitz, frank.li, shaggy,
	konishi.ryusuke, almaz.alexandrovich, me, willy, josef, kovalev,
	dave, mhocko, chentaotao
  Cc: linux-block, linux-kernel, linux-fsdevel, linux-ext4,
	jfs-discussion, linux-nilfs, ntfs3, linux-karma-devel, bpf

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-07-04 17:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-26 17:30 [PATCH 0/4] hfs/hfsplus: add uncached buffer io support Yangtao Li
2025-06-26 17:30 ` [PATCH 1/4] block: Add struct kiocb pointer to block_write_begin() Yangtao Li
2025-06-26 17:30 ` [PATCH 2/4] fs/buffer: parse IOCB_DONTCACHE flag in block_write_begin() Yangtao Li
2025-07-04 17:29   ` Viacheslav Dubeyko
2025-06-26 17:30 ` [PATCH 3/4] hfsplus: enable uncached buffer io support Yangtao Li
2025-07-04 17:45   ` Viacheslav Dubeyko
2025-06-26 17:30 ` [PATCH 4/4] hfs: " Yangtao Li
2025-07-04 17:37   ` Viacheslav Dubeyko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).