All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [RFC PATCH 0/2] f2fs: support uncached buffered I/O
@ 2026-08-06 15:07 ` Wenjie Qi
  0 siblings, 0 replies; 8+ messages in thread
From: Wenjie Qi @ 2026-08-06 15:07 UTC (permalink / raw)
  To: jaegeuk, chao; +Cc: qwjhust, qiwenjie, linux-kernel, linux-f2fs-devel

This RFC series enables buffered RWF_DONTCACHE on F2FS.

The first patch keeps dropbehind folios in dropbehind-only write bios and
defers their completion to task context when completion happens outside
in_task().

The second patch then exposes FOP_DONTCACHE and propagates
IOCB_DONTCACHE to write_begin folio allocation so buffered
RWF_DONTCACHE can reach the F2FS write path.

The split keeps the write-side semantics in place before enabling the
user-visible API.

Wenjie Qi (2):
  f2fs: keep dropbehind write bios task-context safe
  f2fs: enable buffered RWF_DONTCACHE

 fs/f2fs/data.c | 63 +++++++++++++++++++++++++++++++++++++++-----------
 fs/f2fs/file.c |  2 +-
 2 files changed, 51 insertions(+), 14 deletions(-)

-- 
2.43.0


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

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

end of thread, other threads:[~2026-08-17  9:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06 15:07 [f2fs-dev] [RFC PATCH 0/2] f2fs: support uncached buffered I/O Wenjie Qi
2026-08-06 15:07 ` Wenjie Qi
2026-08-06 15:07 ` [f2fs-dev] [RFC PATCH 1/2] f2fs: keep dropbehind write bios task-context safe Wenjie Qi
2026-08-06 15:07   ` Wenjie Qi
2026-08-06 15:07 ` [f2fs-dev] [RFC PATCH 2/2] f2fs: enable buffered RWF_DONTCACHE Wenjie Qi
2026-08-06 15:07   ` Wenjie Qi
2026-08-17  9:16 ` [f2fs-dev] [RFC PATCH 0/2] f2fs: support uncached buffered I/O Chao Yu via Linux-f2fs-devel
2026-08-17  9:16   ` Chao Yu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.