summaryrefslogtreecommitdiffstats
path: root/fs/iomap
AgeCommit message (Expand)Author
2020-06-13Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-08iomap: Fix unsharing of an extent >2GB on a 32-bit machineMatthew Wilcox (Oracle)
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: handle FIEMAP_FLAG_SYNC in fiemap_prepChristoph Hellwig
2020-06-03fs: move fiemap range validation into the file systems instancesChristoph Hellwig
2020-06-03iomap: fix the iomap_fiemap prototypeChristoph Hellwig
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02iomap: use attach/detach_page_privateGuoqing Jiang
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle)
2020-05-25iomap: remove lockdep_assert_held()Goldwyn Rodrigues
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei
2020-04-30fibmap: Warn and return an error in case of block > INT_MAXRitesh Harjani
2020-04-08Merge tag 'iomap-5.7-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-04-08Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-02dax,iomap: Add helper dax_iomap_zero() to zero a rangeVivek Goyal
2020-04-02iomap: Handle memory allocation failure in readaheadMatthew Wilcox (Oracle)
2020-03-18iomap: fix comments in iomap_dio_rwyangerkun
2020-03-05iomap: Remove pgoff from tracepointsMatthew Wilcox (Oracle)
2020-01-06fs: Fix page_mkwrite off-by-one errorsAndreas Gruenbacher
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-26iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn
2019-11-26iomap: Do not create fake iter in iomap_dio_bio_actor()Jan Kara
2019-11-22iomap: Fix pipe page leakage during splicingJan Kara
2019-11-22iomap: trace iomap_appply resultsDarrick J. Wong
2019-11-11iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek
2019-11-08iomap: iomap_bmap should check iomap_apply return valueDarrick J. Wong
2019-11-07iomap: Fix overflow in iomap_page_mkwriteAndreas Gruenbacher
2019-10-29fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi
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-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 structureChristoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski