summaryrefslogtreecommitdiff
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-17iomap: switch __iomap_dio_rw to use iomap_iterChristoph Hellwig1-83/+81
2021-08-03iomap: support reading inline data from non-zero posGao Xiang1-4/+6
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe1-8/+16
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-2/+2
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+4
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-10/+16
2021-02-09iomap: support REQ_OP_ZONE_APPENDNaohiro Aota1-6/+37
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov1-5/+4
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig1-0/+7
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig1-6/+5
2021-01-23iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig1-4/+4
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig1-9/+26
2020-09-10iomap: Fix direct I/O write consistency checkAndreas Gruenbacher1-1/+1
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai1-0/+10
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-03Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus 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-13block: 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-20iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig1-11/+10
2019-09-20iomap: 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