VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
iomap
/
direct-io.c
Date
Commit Message
Rev
Author
2021-04-30
iomap: use filemap_range_needs_writeback() for O_DIRECT reads
985b71db
Jens Axboe
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
a8affc03
Christoph Hellwig
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
582cd91f
Linus Torvalds
2021-02-21
Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
4f016a31
Linus Torvalds
2021-02-09
iomap: support REQ_OP_ZONE_APPEND
c3b0e880
Naohiro Aota
2021-01-25
bio: add a helper calculating nr segments to alloc
3e1a88ec
Pavel Begunkov
2021-01-23
iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
213f6271
Christoph Hellwig
2021-01-23
iomap: pass a flags argument to iomap_dio_rw
2f632965
Christoph Hellwig
2021-01-23
iomap: rename the flags variable in __iomap_dio_rw
5724be5d
Christoph Hellwig
2020-09-28
iomap: Call inode_dio_end() before generic_write_sync()
1a31182e
Goldwyn Rodrigues
2020-09-28
iomap: Allow filesystem to call iomap_dio_complete without i_rwsem
c3d4ed1a
Christoph Hellwig
2020-09-10
iomap: Fix direct I/O write consistency check
c114bbc6
Andreas Gruenbacher
2020-09-10
iomap: fix WARN_ON_ONCE() from unprivileged users
a805c111
Qian Cai
2020-08-05
iomap: fall back to buffered writes for invalidation failures
60263d58
Christoph Hellwig
2020-08-05
iomap: Only invalidate page cache pages on direct IO writes
54752de9
Dave Chinner
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
f3cdc8ae
Linus Torvalds
2020-05-25
iomap: remove lockdep_assert_held()
3ad99bec
Goldwyn Rodrigues
2020-05-25
iomap: add a filesystem hook for direct I/O bio submission
8cecd0ba
Goldwyn Rodrigues
2020-05-12
block: add blk_io_schedule() for avoiding task hung in sync dio
e6249cdd
Ming Lei
2020-03-18
iomap: fix comments in iomap_dio_rw
d9973ce2
yangerkun
2019-11-26
iomap: remove unneeded variable in iomap_dio_rw()
88cfd30e
Johannes Thumshirn
2019-11-26
iomap: Do not create fake iter in iomap_dio_bio_actor()
f550ee9b
Jan Kara
2019-11-22
iomap: Fix pipe page leakage during splicing
419e9c38
Jan Kara
2019-11-11
iomap: fix return value of iomap_dio_bio_actor on 32bit systems
e9f930ac
Jan Stancek
2019-10-29
fs/iomap: remove redundant check in iomap_dio_rw()
a9010042
Joseph Qi
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
c039b997
Goldwyn Rodrigues
2019-10-15
iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
13ef9544
Jan Kara
2019-09-19
iomap: move the iomap_dio_rw ->end_io callback into a structure
838c4f3d
Christoph Hellwig
2019-09-19
iomap: split size and error for iomap_dio_rw ->end_io
6fe7b990
Matthew Bobrowski
2019-07-17
iomap: move the direct IO code into a separate file
db074436
Darrick J. Wong