All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH 0/4] Reduce the time spent in interrupt context
@ 2026-05-28 21:20 Bart Van Assche via Linux-f2fs-devel
  2026-05-28 21:20 ` [f2fs-dev] [PATCH 1/4] f2fs: Prepare for supporting delayed bio completion Bart Van Assche via Linux-f2fs-devel
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bart Van Assche via Linux-f2fs-devel @ 2026-05-28 21:20 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: Bart Van Assche, linux-f2fs-devel

Hi Jaegeuk,

This patch series reduces the amount of time spent in interrupt context for
completing write bios. Please consider this patch series for the next merge
window.

Thanks,

Bart.

Bart Van Assche (4):
  f2fs: Prepare for supporting delayed bio completion
  f2fs: Rename f2fs_post_read_wq into f2fs_wq
  f2fs: Split f2fs_write_end_io()
  f2fs: Run f2fs_write_end_io() asynchronously

 fs/f2fs/compress.c |  2 +-
 fs/f2fs/data.c     | 62 +++++++++++++++++++++++++++++++---------------
 fs/f2fs/f2fs.h     |  8 +++---
 fs/f2fs/super.c    | 13 +++++++---
 fs/f2fs/sysfs.c    |  2 ++
 5 files changed, 59 insertions(+), 28 deletions(-)



_______________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2026-05-28 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-28 21:20 [f2fs-dev] [PATCH 0/4] Reduce the time spent in interrupt context Bart Van Assche via Linux-f2fs-devel
2026-05-28 21:20 ` [f2fs-dev] [PATCH 1/4] f2fs: Prepare for supporting delayed bio completion Bart Van Assche via Linux-f2fs-devel
2026-05-28 21:20 ` [f2fs-dev] [PATCH 2/4] f2fs: Rename f2fs_post_read_wq into f2fs_wq Bart Van Assche via Linux-f2fs-devel
2026-05-28 21:20 ` [f2fs-dev] [PATCH 3/4] f2fs: Split f2fs_write_end_io() Bart Van Assche via Linux-f2fs-devel
2026-05-28 21:20 ` [f2fs-dev] [PATCH 4/4] f2fs: Run f2fs_write_end_io() asynchronously Bart Van Assche via Linux-f2fs-devel

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.