aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap/ioend.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-05iomap: teach iomap to read files with fsverityAndrey Albershteyn1-0/+1
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-03-10iomap: support T10 protection informationChristoph Hellwig1-2/+18
2026-03-10iomap: support ioends for buffered readsChristoph Hellwig1-4/+6
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton1-1/+1
2026-03-04iomap: reject delalloc mappings during writebackDarrick J. Wong1-6/+7
2026-02-19fserror: fix lockdep complaint when igrabbing inodeDarrick J. Wong1-0/+46
2026-02-09Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+8
2026-01-28iomap: support ioends for direct readsChristoph Hellwig1-0/+8
2026-01-13iomap: report file I/O errors to the VFSDarrick J. Wong1-0/+6
2025-11-12iomap: optimize pending async writeback accountingJoanne Koong1-2/+0
2025-07-14iomap: move all ioend handling to ioend.cChristoph Hellwig1-1/+219
2025-02-06iomap: add a io_private field to struct iomap_ioendChristoph Hellwig1-0/+1
2025-02-06iomap: optionally use ioends for direct I/OChristoph Hellwig1-0/+2
2025-02-06iomap: move common ioend code to ioend.cChristoph Hellwig1-0/+127
2025-02-06iomap: split bios to zone append limits in the submission handlersChristoph Hellwig1-0/+86