aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2021-01-25teach sendfile(2) to handle send-to-pipe directlyAl Viro1-1/+1
2021-01-25take the guts of file-to-pipe splice into a helper functionAl Viro1-7/+18
2021-01-25do_splice_to(): move the logics for limiting the read length inAl Viro1-14/+7
2021-01-25splice: don't generate zero-len segement bvecsPavel Begunkov1-3/+6
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+50
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetJens Axboe1-13/+50
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-116/+14
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-44/+13
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds1-0/+20
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig1-44/+13
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig1-1/+1
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds1-4/+4
2020-09-08fs: don't allow splice read/write without explicit opsChristoph Hellwig1-116/+14
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-6/+6
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-52/+29
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa1-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-20/+20
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-3/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-7/+0
2020-05-20pipe: merge anon_pipe_buf*_opsChristoph Hellwig1-7/+5
2020-05-20fs: simplify do_splice_fromChristoph Hellwig1-8/+2
2020-05-20fs: simplify do_splice_toChristoph Hellwig1-7/+2
2020-05-19pipe: Add general notification queue supportDavid Howells1-6/+6
2020-05-17splice: export do_tee()Pavel Begunkov1-2/+1
2020-05-07splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov1-27/+18
2020-03-02splice: make do_splice publicPavel Begunkov1-3/+3
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds1-4/+4
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