VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-04-30
iomap: use filemap_range_needs_writeback() for O_DIRECT reads
Jens Axboe
2021-03-11
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-21
Merge tag 'iomap-5.12-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-02-09
iomap: support REQ_OP_ZONE_APPEND
Naohiro Aota
2021-01-25
bio: add a helper calculating nr segments to alloc
Pavel Begunkov
2021-01-23
iomap: add a IOMAP_DIO_OVERWRITE_ONLY flag
Christoph Hellwig
2021-01-23
iomap: pass a flags argument to iomap_dio_rw
Christoph Hellwig
2021-01-23
iomap: rename the flags variable in __iomap_dio_rw
Christoph Hellwig
2020-09-28
iomap: Call inode_dio_end() before generic_write_sync()
Goldwyn Rodrigues
2020-09-28
iomap: Allow filesystem to call iomap_dio_complete without i_rwsem
Christoph Hellwig
2020-09-10
iomap: Fix direct I/O write consistency check
Andreas Gruenbacher
2020-09-10
iomap: fix WARN_ON_ONCE() from unprivileged users
Qian Cai
2020-08-05
iomap: fall back to buffered writes for invalidation failures
Christoph Hellwig
2020-08-05
iomap: Only invalidate page cache pages on direct IO writes
Dave Chinner
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2020-05-25
iomap: remove lockdep_assert_held()
Goldwyn Rodrigues
2020-05-25
iomap: add a filesystem hook for direct I/O bio submission
Goldwyn Rodrigues
2020-05-12
block: add blk_io_schedule() for avoiding task hung in sync dio
Ming Lei
2020-03-18
iomap: fix comments in iomap_dio_rw
yangerkun
2019-11-26
iomap: remove unneeded variable in iomap_dio_rw()
Johannes Thumshirn
2019-11-26
iomap: Do not create fake iter in iomap_dio_bio_actor()
Jan Kara
2019-11-22
iomap: Fix pipe page leakage during splicing
Jan Kara
2019-11-11
iomap: fix return value of iomap_dio_bio_actor on 32bit systems
Jan Stancek
2019-10-29
fs/iomap: remove redundant check in iomap_dio_rw()
Joseph Qi
2019-10-21
iomap: use a srcmap for a read-modify-write I/O
Goldwyn Rodrigues
2019-10-15
iomap: Allow forcing of waiting for running DIO in iomap_dio_rw()
Jan Kara
2019-09-19
iomap: move the iomap_dio_rw ->end_io callback into a structure
Christoph Hellwig
2019-09-19
iomap: split size and error for iomap_dio_rw ->end_io
Matthew Bobrowski
2019-07-17
iomap: move the direct IO code into a separate file
Darrick J. Wong