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-09
fs: direct-io: fix missing sdio->boundary
Jack Qiu
2021-02-28
Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-02-26
block: Add bio_max_segs
Matthew Wilcox (Oracle)
2021-02-24
fs: delete repeated words in comments
Randy Dunlap
2021-01-25
block/psi: remove PSI annotations from direct IO
Pavel Begunkov
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
2020-10-15
Merge tag 'dio_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
Linus Torvalds
2020-10-08
direct-io: defer alignment check until after the EOF check
Gabriel Krisman Bertazi
2020-10-08
direct-io: don't force writeback for reads beyond EOF
Gabriel Krisman Bertazi
2020-10-08
direct-io: clean up error paths of do_blockdev_direct_IO
Gabriel Krisman Bertazi
2020-10-07
fs: remove no longer used dio_end_io()
Goldwyn Rodrigues
2020-07-01
block: remove the bd_queue field from struct block_device
Christoph Hellwig
2020-06-14
Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
2020-06-09
Revert "fs: remove dio_end_io()"
David Sterba
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-28
fs: remove dio_end_io()
Goldwyn Rodrigues
2020-05-12
block: add blk_io_schedule() for avoiding task hung in sync dio
Ming Lei
2020-01-04
fs/direct-io.c: include fs/internal.h for missing prototype
Eric Biggers
2019-12-01
fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
Konstantin Khlebnikov
2019-10-14
fs/direct-io.c: fix kernel-doc warning
Randy Dunlap
2019-06-29
direct-io: use bio_release_pages in dio_bio_complete
Christoph Hellwig
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
2019-02-15
block: allow bio_for_each_segment_all() to iterate over multi-page bvec
Ming Lei
2019-01-22
direct-io: allow direct writes to empty inodes
Ernesto A. Fernández
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-11-30
fs: fix lost error code in dio_complete
Maximilian Heyne
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
2018-11-07
block: add REQ_HIPRI and inherit it from IOCB_HIPRI
Jens Axboe
2018-10-24
iov_iter: Use accessor function
David Howells
2018-05-14
block: consistently use GFP_NOIO instead of __GFP_NORECLAIM
Christoph Hellwig
2018-04-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-04-05
fs/direct-io.c: minor cleanups in do_blockdev_direct_IO
Nikolay Borisov
2018-03-12
direct-io: Remove unused DIO_SKIP_DIO_COUNT logic
Nikolay Borisov
2018-03-12
direct-io: Remove unused DIO_ASYNC_EXTEND flag
Nikolay Borisov
2018-02-26
direct-io: Fix sleep in atomic due to sync AIO
Jan Kara
2018-01-08
iomap: report collisions between directio and buffered writes to userspace
Darrick J. Wong
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-03
block: add a poll_fn callback to struct request_queue
Christoph Hellwig
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-10-18
Merge tag 'xfs-4.14-fixes-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-10-18
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-10-17
fs: Avoid invalidation in interrupt context in dio_complete()
Lukas Czerner
2017-10-16
fs: invalidate page cache after end_io() in dio completion
Eryu Guan
2017-10-10
direct-io: Prevent NULL pointer access in submit_page_section
Andreas Gruenbacher
2017-09-25
fs: Fix page cache inconsistency when mixing buffered and AIO DIO
Lukas Czerner
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-06-27
fs: add O_DIRECT and aio support for sending down write life time hints
Jens Axboe
2017-06-20
block: return on congested block device
Goldwyn Rodrigues
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
2017-06-09
fs: simplify dio_bio_complete
Christoph Hellwig
2017-06-09
fs: remove the unused error argument to dio_end_io()
Christoph Hellwig
2017-02-27
fs: add i_blocksize()
Fabian Frederick
2017-01-10
do_direct_IO: Use inode->i_blkbits to compute block count to be cleaned
Chandan Rajendra
2016-12-14
Merge tag 'xfs-for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
2016-12-14
Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-11-30
fs: make sb_init_dio_done_wq available outside of direct-io.c
Christoph Hellwig
2016-11-11
block: move poll code to blk-mq
Jens Axboe
2016-11-04
direct-io: Use clean_bdev_aliases() instead of handmade iteration
Jan Kara
2016-11-01
block,fs: use REQ_* flags directly
Christoph Hellwig
2016-10-03
consistent treatment of EFAULT on O_DIRECT read/write
Al Viro
2016-06-07
direct-io: use bio set/get op accessors
Mike Christie
2016-06-07
block/fs/drivers: remove rw argument from submit_bio
Mike Christie
2016-05-27
direct-io: fix direct write stale data exposure from concurrent buffered read
Eryu Guan
2016-05-01
fs: simplify the generic_write_sync prototype
Christoph Hellwig
2016-05-01
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
2016-05-01
direct-io: remove the offset argument to dio_complete
Christoph Hellwig
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-21
Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
Linus Torvalds
2016-03-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-03-04
direct-io: only use block polling if explicitly requested
Christoph Hellwig
2016-02-08
direct-io: always call ->end_io if non-NULL
Christoph Hellwig
2016-01-30
block: fix use-after-free in dio_bio_complete
Mike Krinkin
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-12-08
fix the regression from "direct-io: Fix negative return from dio read beyond eof"
Al Viro
2015-11-30
direct-io: Fix negative return from dio read beyond eof
Jan Kara
2015-11-10
Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-11-10
direct-io: be sure to assign dio->bio_bdev for both paths
Jens Axboe
2015-11-07
directio: add block polling support
Jens Axboe
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-09-23
fs: direct-io: don't dirtying pages for ITER_BVEC/ITER_KVEC direct read
Ming Lei
2015-08-13
block: remove bio_get_nr_vecs()
Kent Overstreet
2015-08-11
block: don't access bio->bi_error after bio_put()
Sasha Levin
2015-07-29
block: add a bi_error field to struct bio
Christoph Hellwig
2015-04-24
direct-io: only inc/dec inode->i_dio_count for file systems
Jens Axboe
2015-04-11
Remove rw from {,__,do_}blockdev_direct_IO()
Omar Sandoval
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
2014-09-26
fuse: honour max_read and max_write in direct_io mode
Miklos Szeredi
2014-08-07
switch iov_iter_get_pages() to passing maximal number of pages
Al Viro
2014-08-01
direct-io: fix AIO regression
Christoph Hellwig
2014-07-24
direct-io: fix uninitialized warning in do_direct_IO()
Boaz Harrosh
2014-05-06
new helper: iov_iter_npages()
Al Viro
2014-05-06
new helper: iov_iter_get_pages()
Al Viro
2014-05-06
dio: take updating ->result into do_direct_IO()
Al Viro
2014-05-06
new primitive: iov_iter_alignment()
Al Viro
2014-05-06
switch {__,}blockdev_direct_IO() to iov_iter
Al Viro
2014-04-04
Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
2014-04-03
fs/direct-io.c: remove redundant comparison
Gu Zheng
2014-02-10
direct-io: add flag to allow aio writes beyond i_size
Christoph Hellwig
2013-11-23
block: Abstract out bvec iterator
Kent Overstreet
2013-09-09
direct-io: Use return from cmpxchg to decide of assignment happened
Olof Johansson
2013-09-04
direct-io: Handle O_(D)SYNC AIO
Christoph Hellwig
2013-09-04
direct-io: Implement generic deferred AIO completions
Christoph Hellwig
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
2013-04-29
direct-io: submit bio after boundary buffer is added to it
Jan Kara
2013-04-29
direct-io: fix boundary block handling
Jan Kara
2013-03-23
block: Convert some code to bio_for_each_segment_all()
Kent Overstreet
2013-02-22
fs: Fix possible use-after-free with AIO
Jan Kara
2012-11-29
direct-io: don't read inode->i_blkbits multiple times
Linus Torvalds
2012-08-09
block: move down direct IO plugging
Fengguang Wu
2012-07-14
fs/direct-io.c: adjust suspicious bit operation
Julia Lawall
2012-05-31
NFS: Ensure that setattr and getattr wait for O_DIRECT write completion
Trond Myklebust
2012-02-23
Restore direct_io / truncate locking API
Anton Altaparmakov
2012-01-12
dio: optimize cache misses in the submission path
Andi Kleen
2012-01-12
fs/direct-io.c: calculate fs_count correctly in get_more_blocks()
Tao Ma
2011-10-28
direct-io: merge direct_io_walker into __blockdev_direct_IO
Andi Kleen
2011-10-28
direct-io: inline the complete submission path
Andi Kleen
2011-10-28
direct-io: separate map_bh from dio
Andi Kleen
2011-10-28
direct-io: use a slab cache for struct dio
Andi Kleen
2011-10-28
direct-io: rearrange fields in dio/dio_submit to avoid holes
Andi Kleen
2011-10-28
direct-io: fix a wrong comment
Andi Kleen
2011-10-28
direct-io: separate fields only used in the submission path from struct dio
Andi Kleen
2011-07-26
atomic: use
Arun Sharma
2011-07-20
fs: move inode_dio_done to the end_io handler
Christoph Hellwig
2011-07-20
fs: always maintain i_dio_count
Christoph Hellwig
2011-07-20
fs: kill i_alloc_sem
Christoph Hellwig
2011-07-20
fs: simplify handling of zero sized reads in __blockdev_direct_IO
Christoph Hellwig
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-02-15
Merge branch 'master' into for-next
Jiri Kosina
2011-01-20
fs/direct-io.c: don't try to allocate more than BIO_MAX_PAGES in a bio
David Dillow
2011-01-19
dio: fix typos in comments
Namhyung Kim
2010-10-26
fs/direct-io.c: fix truncation error in dio_complete() return
Edward Shishkin
2010-09-09
O_DIRECT: fix the splitting up of contiguous I/O
Jeff Moyer
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
2010-07-26
direct-io: move aio_complete into ->end_io
Christoph Hellwig
2010-05-27
fs: introduce new truncate sequence
npiggin@suse.de
2010-05-25
direct-io: do not merge logically non-contiguous requests
Josef Bacik
2010-05-25
direct-io: add a hook for the fs to provide its own submit_bio function
Josef Bacik
2009-12-17
dio: fix use-after-free
Al Viro
2009-12-16
direct-io: cleanup blockdev_direct_IO locking
Christoph Hellwig
2009-12-16
dio: don't zero out the pages array inside struct dio
Jeff Moyer
2009-11-26
Fix regression in direct writes performance due to WRITE_ODIRECT flag removal
Vivek Goyal
2009-10-28
aio: implement request batching
Jeff Moyer
2009-10-28
block: get rid of the WRITE_ODIRECT flag
Jeff Moyer
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-04-15
dio: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
2009-04-06
block: Add flag for telling the IO schedulers NOT to anticipate more IO
Jens Axboe
2009-01-06
fs: truncate blocks outside i_size after O_DIRECT write error
Dmitri Monakhov
2008-10-16
Remove Andrew Morton's old email accounts
Francois Cami
2008-07-26
dio: use get_user_pages_fast
Nick Piggin
2008-02-05
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
Christoph Lameter
2007-10-16
remove ZERO_PAGE
Nick Piggin
2007-10-10
Drop 'size' argument from bio_endio and bi_end_io
NeilBrown
2007-08-20
dio: zero struct dio with kzalloc instead of manually
Zach Brown
2007-08-11
direct-io: fix error-path crashes
Badari Pulavarty
2007-07-03
dio: remove bogus refcounting BUG_ON
Zach Brown
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2007-05-09
fs: convert core functions to zero_user_page
Nate Diller
2007-05-09
Fix misspellings collected by members of KJ list.
Robert P. J. Day
2006-12-10
[PATCH] dio: lock refcount operations
Zach Brown
2006-12-10
[PATCH] dio: only call aio_complete() after returning -EIOCBQUEUED
Zach Brown
2006-12-10
[PATCH] dio: remove duplicate bio wait code
Zach Brown
2006-12-10
[PATCH] dio: formalize bio counters as a dio reference count
Zach Brown
2006-12-10
[PATCH] dio: call blk_run_address_space() once per op
Zach Brown
2006-12-10
[PATCH] dio: centralize completion in dio_complete()
Zach Brown
2006-12-10
[PATCH] io-accounting: direct-io
Andrew Morton
2006-07-03
[PATCH] lockdep: annotate direct io
Ingo Molnar
2006-06-23
[PATCH] Kill PF_SYNCWRITE flag
Jens Axboe
2006-04-01
BUG_ON() Conversion in fs/direct-io.c
Eric Sesterhenn
2006-03-29
Fixes a regression from the recent "remove ->get_blocks() support" change. inode->i_blkbits should be used when making a get_block_t request of a filesystem instead of dio->blkbits, as that does not indicate the filesystem block size all the time (depends on request alignment - see start of __blockdev_direct_IO).
Nathan Scott
2006-03-26
[PATCH] remove ->get_blocks() support
Badari Pulavarty
2006-03-25
[PATCH] direct-io: bug fix in dio handling write error
Chen, Kenneth W
2006-03-15
Fix a direct I/O locking issue revealed by the new mutex code. Affects only XFS (i.e. DIO_OWN_LOCKING case) - currently it is not possible to get i_mutex locking correct when using DIO_OWN direct I/O locking in a filesystem due to indeterminism in the possible return code/lock/unlock combinations. This can cause a direct read to attempt a double i_mutex unlock inside XFS.
Nathan Scott
2006-02-03
[PATCH] fix O_DIRECT read of last block in a sparse file
Jeff Moyer
2006-01-09
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2005-10-29
[PATCH] core remove PageReserved
Nick Piggin
2005-06-24
[PATCH] pass iocb to dio_iodone_t
Christoph Hellwig
2005-04-16
[PATCH] Direct IO async short read fix
Daniel McNeil
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds