mbox series

[0/2] Introduce iomap interface to work with regions beyond EOF

Message ID 20241229133640.1193578-1-aalbersh@kernel.org (mailing list archive)
Headers show
Series Introduce iomap interface to work with regions beyond EOF | expand

Message

Andrey Albershteyn Dec. 29, 2024, 1:36 p.m. UTC
iomap_read/write interface without EOF bound.

--
Andrey

Andrey Albershteyn (2):
  iomap: add iomap_writepages_unbound() to write beyond EOF
  iomap: introduce iomap_read/write_region interface

 fs/iomap/buffered-io.c | 158 +++++++++++++++++++++++++++++++++++++----
 include/linux/iomap.h  |  17 +++++
 2 files changed, 161 insertions(+), 14 deletions(-)