aboutsummaryrefslogtreecommitdiff
path: root/fs/iomap/direct-io.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+10
2022-07-14fs/iomap: Use the new blk_opf_t typeGravatar Bart Van Assche 1-4/+4
2022-06-27iomap: add support for dma aligned direct-ioGravatar Keith Busch 1-2/+2
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCGravatar Al Viro 1-2/+1
2022-06-10teach iomap_dio_rw() to suppress dsyncGravatar Al Viro 1-9/+11
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-7/+18
2022-05-16iomap: add per-iomap_iter private dataGravatar Christoph Hellwig 1-3/+5
2022-05-16iomap: allow the file system to provide a bio_set for direct I/OGravatar Christoph Hellwig 1-4/+13
2022-05-02block: ignore RWF_HIPRI hint for sync dioGravatar Ming Lei 1-4/+3
2022-04-17block: add a bdev_fua helperGravatar Christoph Hellwig 1-2/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptGravatar Linus Torvalds 1-0/+6
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-1/+0
2022-02-08iomap: support direct I/O with fscrypt using blk-cryptoGravatar Eric Biggers 1-0/+6
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-6/+2
2021-12-03mm: move filemap_range_needs_writeback() into headerGravatar Jens Axboe 1-0/+1
2021-11-02Merge tag 'gfs2-v5.15-rc5-mmap-fault' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+26
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentGravatar Jens Axboe 1-1/+1
2021-10-24iomap: Add done_before argument to iomap_dio_rwGravatar Andreas Gruenbacher 1-3/+16
2021-10-24iomap: Support partial direct I/O on user copy failuresGravatar Andreas Gruenbacher 1-0/+6
2021-10-24iomap: Fix iomap_dio_rw return value for user copiesGravatar Andreas Gruenbacher 1-0/+4
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Gravatar Jens Axboe 1-1/+1
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-24/+12
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentGravatar Christoph Hellwig 1-3/+3
2021-10-18iomap: don't try to poll multi-bio I/Os in __iomap_dio_rwGravatar Christoph Hellwig 1-1/+20
2021-08-16iomap: switch __iomap_dio_rw to use iomap_iterGravatar Christoph Hellwig 1-83/+81
2021-08-03iomap: support reading inline data from non-zero posGravatar Gao Xiang 1-4/+6
2021-04-30iomap: use filemap_range_needs_writeback() for O_DIRECT readsGravatar Jens Axboe 1-8/+16
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSGravatar Christoph Hellwig 1-2/+2
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+4
2021-02-21Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-10/+16
2021-02-09iomap: support REQ_OP_ZONE_APPENDGravatar Naohiro Aota 1-6/+37
2021-01-25bio: add a helper calculating nr segments to allocGravatar Pavel Begunkov 1-5/+4
2021-01-23iomap: add a IOMAP_DIO_OVERWRITE_ONLY flagGravatar Christoph Hellwig 1-0/+7
2021-01-23iomap: pass a flags argument to iomap_dio_rwGravatar Christoph Hellwig 1-6/+5
2021-01-23iomap: rename the flags variable in __iomap_dio_rwGravatar Christoph Hellwig 1-4/+4
2020-09-28iomap: Call inode_dio_end() before generic_write_sync()Gravatar Goldwyn Rodrigues 1-1/+1
2020-09-28iomap: Allow filesystem to call iomap_dio_complete without i_rwsemGravatar Christoph Hellwig 1-9/+26
2020-09-10iomap: Fix direct I/O write consistency checkGravatar Andreas Gruenbacher 1-1/+1
2020-09-10iomap: fix WARN_ON_ONCE() from unprivileged usersGravatar Qian Cai 1-0/+10
2020-08-05iomap: fall back to buffered writes for invalidation failuresGravatar Christoph Hellwig 1-5/+11
2020-08-05iomap: Only invalidate page cache pages on direct IO writesGravatar Dave Chinner 1-16/+15
2020-06-02Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-7/+10
2020-05-25iomap: remove lockdep_assert_held()Gravatar Goldwyn Rodrigues 1-2/+0
2020-05-25iomap: add a filesystem hook for direct I/O bio submissionGravatar Goldwyn Rodrigues 1-5/+10
2020-05-12block: add blk_io_schedule() for avoiding task hung in sync dioGravatar Ming Lei 1-1/+1
2020-03-18iomap: fix comments in iomap_dio_rwGravatar yangerkun 1-2/+2
2019-11-26iomap: remove unneeded variable in iomap_dio_rw()Gravatar Johannes Thumshirn 1-4/+4
2019-11-26iomap: Do not create fake iter in iomap_dio_bio_actor()Gravatar Jan Kara 1-13/+18
2019-11-22iomap: Fix pipe page leakage during splicingGravatar Jan Kara 1-1/+8