diff options
author | Christoph Hellwig <hch@lst.de> | 2025-02-06 07:40:02 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-02-06 13:02:14 +0100 |
commit | 5fcbd555d48390a8c819ba7fdf55fbfcabe05c80 (patch) | |
tree | 7d7994ea0cf0890308fb104b28a60058a0b59d75 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 034c29fb3e7c119c42e650986e280f025a1bec7b (diff) |
iomap: split bios to zone append limits in the submission handlers
Provide helpers for file systems to split bios in the direct I/O and
writeback I/O submission handlers. The split ioends are chained to
the parent ioend so that only the parent ioend originally generated
by the iomap layer will be processed after all the chained off children
have completed. This is based on the block layer bio chaining that has
supported a similar mechanism for a long time.
This Follows btrfs' lead and don't try to build bios to hardware limits
for zone append commands, but instead build them as normal unconstrained
bios and split them to the hardware limits in the I/O submission handler.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20250206064035.2323428-5-hch@lst.de
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions