aboutsummaryrefslogtreecommitdiffstats
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)Author
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsJens Axboe
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-02-09iomap: support REQ_OP_ZONE_APPENDNaohiro Aota
2021-01-25bio: add a helper calculating nr segments to allocPavel Begunkov
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagChristoph Hellwig
2021-01-23iomap: pass a flags argument to iomap_dio_rwChristoph Hellwig
2021-01-23iomap: rename the flags variable in __iomap_dio_rwChristoph Hellwig
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Goldwyn Rodrigues
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemChristoph Hellwig
2020-09-10iomap: Fix direct I/O write consistency checkAndreas Gruenbacher
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersQian Cai
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-05iomap: Only invalidate page cache pages on direct IO writesDave Chinner
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