summaryrefslogtreecommitdiff
path: root/fs/iomap
AgeCommit message (Expand)Author
2019-10-21iomap: use a srcmap for a read-modify-write I/Oiomap-5.5-merge-5Goldwyn 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-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureiomap-5.4-merge-6Christoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski
2019-07-25iomap: fix Invalid License IDMasahiro Yamada
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 internal declarations into fs/iomap/iomap-5.3-merge-4Darrick J. Wong
2019-07-17iomap: move the main iteration code into a separate fileDarrick J. Wong
2019-07-17iomap: move the buffered IO code into a separate fileDarrick J. Wong
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong
2019-07-17iomap: move the SEEK_HOLE code into a separate fileDarrick J. Wong
2019-07-17iomap: move the file mapping reporting code into a separate fileDarrick J. Wong
2019-07-17iomap: move the swapfile code into a separate fileDarrick J. Wong
2019-07-15iomap: start moving code to fs/iomap/Darrick J. Wong