summaryrefslogtreecommitdiffstats
path: root/fs/iomap/direct-io.c
Commit message (Expand)AuthorAgeFilesLines
* iomap: fix comments in iomap_dio_rwyangerkun2020-03-181-2/+2
* iomap: remove unneeded variable in iomap_dio_rw()Johannes Thumshirn2019-11-261-4/+4
* iomap: Do not create fake iter in iomap_dio_bio_actor()Jan Kara2019-11-261-13/+18
* iomap: Fix pipe page leakage during splicingJan Kara2019-11-221-1/+8
* iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek2019-11-111-1/+3
* fs/iomap: remove redundant check in iomap_dio_rw()Joseph Qi2019-10-291-1/+1
* iomap: use a srcmap for a read-modify-write I/OGoldwyn Rodrigues2019-10-211-1/+1
* iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()Jan Kara2019-10-151-2/+5
* iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-11/+10
* iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-6/+3
* iomap: move the direct IO code into a separate fileDarrick J. Wong2019-07-171-0/+562