aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap/direct-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-5/+11
2020-08-05iomap: Only invalidate page cache pages on direct IO writesDave Chinner1-16/+15
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-7/+10
2020-05-25iomap: remove lockdep_assert_held()Goldwyn Rodrigues1-2/+0
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGoldwyn Rodrigues1-5/+10
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioMing Lei1-1/+1
2020-03-18iomap: fix comments in iomap_dio_rwyangerkun1-2/+2
2019-11-26iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn1-4/+4
2019-11-26iomap: Do not create fake iter in iomap_dio_bio_actor()Jan Kara1-13/+18
2019-11-22iomap: Fix pipe page leakage during splicingJan Kara1-1/+8
2019-11-11iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek1-1/+3
2019-10-29fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi1-1/+1
2019-10-21iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues1-1/+1
2019-10-15iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara1-2/+5
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig1-11/+10
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski1-6/+3
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong1-0/+562