aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)Author
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-25teach sendfile(2) to handle send-to-pipe directlyAl Viro
2021-01-25take the guts of file-to-pipe splice into a helper functionAl Viro
2021-01-25do_splice_to(): move the logics for limiting the read length inAl Viro
2021-01-25splice: don't generate zero-len segement bvecsPavel Begunkov
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetJens Axboe
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-10-06splice: teach splice pipe reading about empty pipe buffersLinus Torvalds
2020-10-03fs: remove compat_sys_vmspliceChristoph Hellwig
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds
2020-09-08fs: don't allow splice read/write without explicit opsChristoph Hellwig
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig
2020-05-20pipe: merge anon_pipe_buf*_opsChristoph Hellwig
2020-05-20fs: simplify do_splice_fromChristoph Hellwig
2020-05-20fs: simplify do_splice_toChristoph Hellwig
2020-05-19pipe: Add general notification queue supportDavid Howells
2020-05-17splice: export do_tee()Pavel Begunkov
2020-05-07splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov
2020-03-02splice: make do_splice publicPavel Begunkov
2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds
2019-12-07pipe: remove 'waiting_writers' merging logicLinus Torvalds
2019-12-06pipe: fix incorrect caching of pipe state over pipe_wait()Linus Torvalds
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds
2019-11-15pipe: Allow pipes to have kernel-reserved slotsDavid Howells
2019-10-31pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells
2019-10-15splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong
2019-05-31uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds
2019-02-01pipe: stop using ->can_mergeJann Horn
2019-02-01splice: don't merge into linked buffersJann Horn
2018-12-04splice: don't read more than available pipe spaceDarrick J. Wong
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook