linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling
@ 2025-04-21 10:50 陈涛涛 Taotao Chen
  2025-04-21 10:50 ` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags 陈涛涛 Taotao Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: 陈涛涛 Taotao Chen @ 2025-04-21 10:50 UTC (permalink / raw)
  To: tytso@mit.edu, adilger.kernel@dilger.ca,
	akpm@linux-foundation.org, willy@infradead.org
  Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, linux-mm@kvack.org,
	陈涛涛 Taotao Chen

From: Taotao Chen <chentaotao@didiglobal.com>

This series implements proper handling of IOCB_DONTCACHE flag
in ext4 filesystem.

Taotao Chen (3):
  mm/filemap: initialize fsdata with iocb->ki_flags
  ext4: implement IOCB_DONTCACHE handling in write operations
  ext4: support FOP_DONTCACHE flag

 fs/ext4/file.c  |  2 +-
 fs/ext4/inode.c | 21 +++++++++++++++++----
 mm/filemap.c    |  6 +++++-
 3 files changed, 23 insertions(+), 6 deletions(-)

-- 
2.34.1

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

end of thread, other threads:[~2025-05-18 14:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21 10:50 [PATCH 0/3] ext4: Implement IOCB_DONTCACHE handling 陈涛涛 Taotao Chen
2025-04-21 10:50 ` [PATCH 1/3] mm/filemap: initialize fsdata with iocb->ki_flags 陈涛涛 Taotao Chen
2025-05-14  3:51   ` Theodore Ts'o
2025-05-14 13:38     ` Matthew Wilcox
2025-05-14 14:23       ` Theodore Ts'o
2025-05-14 15:06       ` Christoph Hellwig
2025-05-18 14:01         ` Taotao Chen
2025-04-21 10:50 ` [PATCH 2/3] ext4: implement IOCB_DONTCACHE handling in write operations 陈涛涛 Taotao Chen
2025-05-14 11:52   ` Theodore Ts'o
2025-04-21 10:50 ` [PATCH 3/3] ext4: support FOP_DONTCACHE flag 陈涛涛 Taotao Chen

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).