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-02-21
Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-01-25
teach sendfile(2) to handle send-to-pipe directly
Al Viro
2021-01-25
take the guts of file-to-pipe splice into a helper function
Al Viro
2021-01-25
do_splice_to(): move the logics for limiting the read length in
Al Viro
2021-01-25
splice: don't generate zero-len segement bvecs
Pavel Begunkov
2020-10-24
Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-22
splice: change exported internal do_splice() helper to take kernel offset
Jens Axboe
2020-10-22
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-06
splice: teach splice pipe reading about empty pipe buffers
Linus Torvalds
2020-10-03
fs: remove compat_sys_vmsplice
Christoph Hellwig
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-10-01
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
2020-09-08
fs: don't allow splice read/write without explicit ops
Christoph Hellwig
2020-06-13
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-06-02
Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-05-20
pipe: Fix pipe_full() test in opipe_prep().
Tetsuo Handa
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-05-20
fs: make the pipe_buf_operations ->steal operation optional
Christoph Hellwig
2020-05-20
pipe: merge anon_pipe_buf*_ops
Christoph Hellwig
2020-05-20
fs: simplify do_splice_from
Christoph Hellwig
2020-05-20
fs: simplify do_splice_to
Christoph Hellwig
2020-05-19
pipe: Add general notification queue support
David Howells
2020-05-17
splice: export do_tee()
Pavel Begunkov
2020-05-07
splice: move f_mode checks to do_{splice,tee}()
Pavel Begunkov
2020-03-02
splice: make do_splice public
Pavel Begunkov
2020-02-08
pipe: use exclusive waits when reading or writing
Linus Torvalds
2019-12-07
pipe: remove 'waiting_writers' merging logic
Linus Torvalds
2019-12-06
pipe: fix incorrect caching of pipe state over pipe_wait()
Linus Torvalds
2019-11-30
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2019-11-15
pipe: Allow pipes to have kernel-reserved slots
David Howells
2019-10-31
pipe: Use head and tail pointers for the ring, not cursor and length
David Howells
2019-10-15
splice: only read in as much information as there is pipe buffer space
Darrick J. Wong
2019-05-31
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-04-26
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2019-04-26
tracing: Fix buffer_ref pipe ops
Jann Horn
2019-04-14
Merge branch 'page-refs' (page ref overflow)
Linus Torvalds
2019-04-14
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-03-04
fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes
Slavomir Kaslev
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
2019-02-01
pipe: stop using ->can_merge
Jann Horn
2019-02-01
splice: don't merge into linked buffers
Jann Horn
2018-12-04
splice: don't read more than available pipe space
Darrick J. Wong
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-06-16
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-11
vmsplice(): lift importing iovec into vmsplice(2) and compat counterpart
Al Viro
2018-04-02
fs: add do_vmsplice() helper; remove in-kernel call to syscall
Dominik Brodowski
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-09-04
fs: move kernel_write to fs/read_write.c
Christoph Hellwig
2017-06-29
fs: implement vfs_iter_write using do_iter_write
Christoph Hellwig
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-02-20
vfs: use helpers for calling f_op->{read,write}_iter()
Miklos Szeredi
2017-02-16
vfs: fix uninitialized flags in splice_to_pipe()
Miklos Szeredi
2016-12-26
make nr_pages calculation in default_file_splice_read() a bit less ugly
Al Viro
2016-12-26
splice/tee/vmsplice: validate flags
Al Viro
2016-12-26
remove spd_release_page()
Al Viro
2016-12-21
splice: reinstate SIGPIPE/EPIPE handling
Linus Torvalds
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-11-26
fix default_file_splice_read()
Al Viro
2016-11-10
splice: remove detritus from generic_file_splice_read()
Al Viro
2016-11-01
mm: only include blk_types in swap.h if CONFIG_SWAP is enabled
Christoph Hellwig
2016-10-10
fix ITER_PIPE interaction with direct_IO
Al Viro
2016-10-05
pipe: add pipe_buf_confirm() helper
Miklos Szeredi
2016-10-05
pipe: add pipe_buf_release() helper
Miklos Szeredi
2016-10-05
pipe: add pipe_buf_get() helper
Miklos Szeredi
2016-10-05
switch default_file_splice_read() to use of pipe-backed iov_iter
Al Viro
2016-10-05
switch generic_file_splice_read() to use of ->read_iter()
Al Viro
2016-10-05
new iov_iter flavour: pipe-backed
Al Viro
2016-10-03
new helper: add_to_pipe()
Al Viro
2016-10-03
splice: lift pipe_lock out of splice_to_pipe()
Al Viro
2016-10-03
splice: switch get_iovec_page_array() to iov_iter
Al Viro
2016-10-03
splice_to_pipe(): don't open-code wakeup_pipe_readers()
Al Viro
2016-05-11
Merge branch 'ovl-fixes' into for-linus
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-03
do_splice_to(): cap the size before passing to ->splice_read()
Al Viro
2016-03-18
Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next
Al Viro
2016-03-18
splice: handle zero nr_pages in splice_to_pipe()
Rabin Vincent
2016-03-04
vfs: pass a flags argument to vfs_readv/vfs_writev
Christoph Hellwig
2016-01-09
fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE
Abhi Das
2015-11-23
vfs: Avoid softlockups with sendfile(2)
Jan Kara
2015-11-23
vfs: Make sendfile(2) killable even better
Jan Kara
2015-11-06
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
2015-06-24
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-06-24
mm: do not ignore mapping_gfp_mask in page cache allocation paths
Michal Hocko
2015-05-25
net: af_unix: implement splice for stream af_unix sockets
Hannes Frederic Sowa
2015-05-06
splice: sendfile() at once fails for big files
Christophe Leroy
2015-04-15
dax: unify ext2/4_{dax,}_file_operations
Boaz Harrosh
2015-04-11
vmsplice_to_user(): switch to import_iovec()
Al Viro
2015-03-25
fs: move struct kiocb to fs.h
Christoph Hellwig
2015-01-29
fs: add vfs_iter_{read,write} helpers
Christoph Hellwig
2015-01-29
new helper: iov_iter_bvec()
Al Viro
2014-10-24
vfs: export do_splice_direct() to modules
Miklos Szeredi
2014-06-12
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
Al Viro
2014-06-12
kill generic_file_splice_write()
Al Viro
2014-06-12
fs/splice.c: remove unneeded exports
Al Viro
2014-06-12
->splice_write() via ->write_iter()
Al Viro
2014-05-28
vfs: fix vmplice_to_user()
Miklos Szeredi
2014-05-06
start adding the tag to iov_iter
Al Viro
2014-04-01
switch vmsplice_to_user() to copy_page_to_iter()
Al Viro
2014-04-01
pipe: kill ->map() and ->unmap()
Al Viro
2014-01-22
fuse: fix pipe_buf_operations
Miklos Szeredi
2013-10-24
file->f_op is never NULL...
Al Viro
2013-07-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-06-29
splice: lift checks from do_splice_from() into callers
Al Viro
2013-06-29
lift file_*_write out of do_splice_direct()
Al Viro
2013-06-29
lift file_*_write out of do_splice_from()
Al Viro
2013-06-23
fs: fix new splice.c kernel-doc warning
Randy Dunlap
2013-06-20
splice: don't pass the address of ->f_pos to methods
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2013-04-09
get rid of alloc_pipe_info() argument
Al Viro
2013-04-09
get rid of pipe->inode
Al Viro
2013-04-09
lift sb_start_write out of ->splice_write()
Al Viro
2013-04-09
lift sb_start_write into default_file_splice_write()
Al Viro
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
2013-03-21
Don't bother with redoing rw_verify_area() from default_file_splice_from()
Al Viro
2013-03-03
convert vmsplice to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-26
export kernel_write(), convert open-coded instances
Al Viro
2013-02-22
new helper: file_inode(file)
Al Viro
2013-01-06
tcp: fix MSG_SENDPAGE_NOTLAST logic
Eric Dumazet
2012-12-11
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
Namjae Jeon
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-07-31
fs: Protect write paths by sb_start_write - sb_end_write
Jan Kara
2012-06-13
splice: fix racy pipe->buffers uses
Eric Dumazet
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2012-06-01
fs: introduce inode operation ->update_time
Josef Bacik
2012-05-01
Merge tag 'v3.4-rc5' into for-3.5/core
Jens Axboe
2012-04-20
vmsplice: relax alignement requirements for SPLICE_F_GIFT
Eric Dumazet
2012-04-05
tcp: tcp_sendpages() should call tcp_push() once
Eric Dumazet
2012-03-24
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
Linus Torvalds
2012-03-20
fs: remove the second argument of k[un]map_atomic()
Cong Wang
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-01-03
fs: move code out of buffer.c
Al Viro
2011-07-25
tmpfs: clone shmem_file_splice_read()
Hugh Dickins
2011-05-23
splice: add wakeup_pipe_readers()
Namhyung Kim
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2010-12-17
fs/splice: Pull buf->ops->confirm() from splice_from_pipe actors
Michał Mirosław
2010-11-28
Export 'get_pipe_info()' to other users
Linus Torvalds
2010-11-28
Rename 'pipe_info()' to 'get_pipe_info()'
Linus Torvalds
2010-08-07
splice: fix misuse of SPLICE_F_NONBLOCK
Miklos Szeredi
2010-08-07
gcc-4.6: fs: fix unused but set warnings
Andi Kleen
2010-06-30
splice: check f_mode for seekable file
Changli Gao
2010-06-30
splice: direct_splice_actor() should not use pos in sd
Changli Gao
2010-05-25
fs/splice.c: fix mapping_gfp_mask usage
Nick Piggin
2010-05-21
pipe: add support for shrinking and growing pipes
Jens Axboe
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2009-11-04
sendfile(): check f_op.splice_write() rather than f_op.sendpage()
Changli Gao
2009-09-14
Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-09-14
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
Jan Kara
2009-09-11
splice: update mtime and atime on files
Miklos Szeredi
2009-05-19
splice: fix kmaps in default_file_splice_write()
Miklos Szeredi
2009-05-14
splice: fix error return code
Andrew Morton
2009-05-13
splice: fix repeated kmap()'s in default_file_splice_read()
Jens Axboe
2009-05-11
splice: implement default splice_write method
Miklos Szeredi
2009-05-11
splice: implement default splice_read method
Miklos Szeredi
2009-05-11
splice: implement pipe to pipe splicing
Miklos Szeredi
2009-04-17
splice: fix new kernel-doc warnings
Randy Dunlap
2009-04-15
splice: add helpers for locking pipe inode
Miklos Szeredi
2009-04-15
splice: remove generic_file_splice_write_nolock()
Miklos Szeredi
2009-04-15
ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
Miklos Szeredi
2009-04-15
splice: fix i_mutex locking in generic_splice_write()
Miklos Szeredi
2009-04-15
splice: remove i_mutex locking in splice_from_pipe()
Miklos Szeredi
2009-04-15
splice: split up __splice_from_pipe()
Miklos Szeredi
2009-04-07
splice: fix deadlock in splicing to file
Miklos Szeredi
2009-04-03
FS-Cache: Recruit a page flags for cache management
David Howells
2009-01-14
[CVE-2009-0029] System call wrappers part 31
Heiko Carstens
2009-01-08
memcg: synchronized LRU
KAMEZAWA Hiroyuki
2008-10-30
fs: remove prepare_write/commit_write
Nick Piggin
2008-10-09
Don't allow splice() to files opened with O_APPEND
Linus Torvalds
2008-08-04
mm: rename page trylock
Nick Piggin
2008-07-26
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
Miklos Szeredi
2008-07-26
splice: use get_user_pages_fast
Nick Piggin
2008-07-04
splice: fix generic_file_splice_read() race with page invalidation
Miklos Szeredi
2008-05-28
splice: handle try_to_release_page() failure
Jens Axboe
2008-05-28
splice: fix sendfile() issue with relay
Tom Zanussi
2008-05-08
Revert "relay: fix splice problem"
Jens Axboe
2008-05-07
vfs: splice remove_suid() cleanup
Miklos Szeredi
2008-04-29
relay: fix splice problem
Tom Zanussi
2008-04-10
splice: fix infinite loop in generic_file_splice_read()
Jens Axboe
2008-04-03
splice: use mapping_gfp_mask
Hugh Dickins
2008-03-04
splice: only return -EAGAIN if there's hope of more data
Jens Axboe
2008-02-10
splice: fix user pointer access in get_iovec_page_array()
Bastian Blank
2008-02-08
splice: missing user pointer access verification
Jens Axboe
2008-02-01
splice: always updated atime in direct splice
Jens Axboe
2008-01-29
splice: fix problem with atime not being updated
Jens Axboe
2008-01-28
[SPLICE]: Don't assume regular pages in splice_to_pipe()
Jens Axboe
2008-01-25
security: call security_file_permission from rw_verify_area
James Morris
2007-10-17
Implement file posix capabilities
Serge E. Hallyn
2007-10-16
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
Linus Torvalds
2007-10-16
fs: introduce write_begin, write_end, and perform_write aops
Nick Piggin
2007-10-16
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
Fengguang Wu
2007-10-16
splice: fix double kunmap() in vmsplice copy path
Jens Axboe