All of lore.kernel.org
 help / color / mirror / Atom feed
* [f2fs-dev] [PATCH v2 0/4] Reduce the time spent in interrupt context
@ 2026-06-10 19:34 Bart Van Assche via Linux-f2fs-devel
  2026-06-10 19:34 ` [f2fs-dev] [PATCH v2 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-06-10 19:34 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.

Changes compared to v1:
 - Added an entry for the new sysfs attribute in
   Documentation/ABI/testing/sysfs-fs-f2fs.

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

 Documentation/ABI/testing/sysfs-fs-f2fs |  9 ++++
 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 +
 6 files changed, 68 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-06-10 19:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10 19:34 [f2fs-dev] [PATCH v2 0/4] Reduce the time spent in interrupt context Bart Van Assche via Linux-f2fs-devel
2026-06-10 19:34 ` [f2fs-dev] [PATCH v2 1/4] f2fs: Prepare for supporting delayed bio completion Bart Van Assche via Linux-f2fs-devel
2026-06-10 19:34 ` [f2fs-dev] [PATCH v2 2/4] f2fs: Rename f2fs_post_read_wq into f2fs_wq Bart Van Assche via Linux-f2fs-devel
2026-06-10 19:34 ` [f2fs-dev] [PATCH v2 3/4] f2fs: Split f2fs_write_end_io() Bart Van Assche via Linux-f2fs-devel
2026-06-10 19:34 ` [f2fs-dev] [PATCH v2 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.