aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)Author
2020-10-29iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
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-03-18iomap: fix comments in iomap_dio_rwyangerkun
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-11iomap: fix return value of iomap_dio_bio_actor on 32bit systemsJan Stancek
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-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
2019-07-17iomap: move the direct IO code into a separate fileDarrick J. Wong