aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-07pipe: remove 'waiting_writers' merging logicLinus Torvalds1-17/+4
2019-12-06pipe: fix incorrect caching of pipe state over pipe_wait()Linus Torvalds1-4/+6
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-77/+120
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells1-13/+13
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells1-73/+117
2019-10-15splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong1-3/+11
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe1-4/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+2
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-2/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-2/+10
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-2/+10
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+4
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+1
2019-02-01pipe: stop using ->can_mergeJann Horn1-4/+0
2019-02-01splice: don't merge into linked buffersJann Horn1-0/+4
2018-12-04splice: don't read more than available pipe spaceDarrick J. Wong1-1/+6
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-4/+3
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-69/+75
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-3/+4
2018-06-11vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro1-69/+75
2018-04-02fs: add do_vmsplice() helper; remove in-kernel call to syscallDominik Brodowski1-3/+9
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-09-04fs: move kernel_write to fs/read_write.cChristoph Hellwig1-16/+0
2017-06-29fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig1-1/+1
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+11
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2017-02-20vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi1-1/+1
2017-02-16vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi1-0/+1
2016-12-26make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro1-4/+3
2016-12-26splice/tee/vmsplice: validate flagsAl Viro1-0/+8
2016-12-26remove spd_release_page()Al Viro1-5/+0
2016-12-21splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds1-2/+7
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-11-26fix default_file_splice_read()Al Viro1-1/+2
2016-11-10splice: remove detritus from generic_file_splice_read()Al Viro1-5/+0
2016-11-01mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig1-0/+1
2016-10-10fix ITER_PIPE interaction with direct_IOAl Viro1-9/+3
2016-10-05pipe: add pipe_buf_confirm() helperMiklos Szeredi1-2/+2
2016-10-05pipe: add pipe_buf_release() helperMiklos Szeredi1-12/+5
2016-10-05pipe: add pipe_buf_get() helperMiklos Szeredi1-2/+2
2016-10-05switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro1-71/+40
2016-10-05switch generic_file_splice_read() to use of ->read_iter()Al Viro1-216/+28
2016-10-05new iov_iter flavour: pipe-backedAl Viro1-1/+1
2016-10-03new helper: add_to_pipe()Al Viro1-44/+62
2016-10-03splice: lift pipe_lock out of splice_to_pipe()Al Viro1-71/+58
2016-10-03splice: switch get_iovec_page_array() to iov_iterAl Viro1-99/+36