summaryrefslogtreecommitdiff
path: root/fs/iomap/buffered-io.c
AgeCommit message (Expand)Author
2019-12-05iomap: stop using ioend after it's been freed in iomap_finish_ioend()Zorro Lang
2019-12-04iomap: fix sub-page uptodate handlingChristoph Hellwig
2019-11-07iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues
2019-10-21iomap: use write_begin to read pages to unshareChristoph Hellwig
2019-10-21iomap: move the zeroing case out of iomap_read_page_syncChristoph Hellwig
2019-10-21iomap: ignore non-shared or non-data blocks in xfs_file_dirtyChristoph Hellwig
2019-10-21iomap: always use AOP_FLAG_NOFS in iomap_write_beginChristoph Hellwig
2019-10-21iomap: remove the unused iomap argument to __iomap_write_endChristoph Hellwig
2019-10-21iomap: enhance writeback error messageDarrick J. Wong
2019-10-21iomap: pass a struct page to iomap_finish_page_writebackChristoph Hellwig
2019-10-21iomap: cleanup iomap_ioend_compareChristoph Hellwig
2019-10-21iomap: move struct iomap_page out of iomap.hChristoph Hellwig
2019-10-21iomap: warn on inline maps in iomap_writepage_mapChristoph Hellwig
2019-10-21iomap: lift the xfs writeback code to iomapChristoph Hellwig
2019-10-21iomap: lift common tracing code from xfs to iomapChristoph Hellwig
2019-10-21iomap: zero newly allocated mapped blocksChristoph Hellwig
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong