summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-3/+6
|\
| * splice: don't generate zero-len segement bvecsPavel Begunkov2021-01-251-3/+6
* | teach sendfile(2) to handle send-to-pipe directlyAl Viro2021-01-251-1/+1
* | take the guts of file-to-pipe splice into a helper functionAl Viro2021-01-251-7/+18
* | do_splice_to(): move the logics for limiting the read length inAl Viro2021-01-251-14/+7
|/
* Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-241-13/+50
|\
| * splice: change exported internal do_splice() helper to take kernel offsetJens Axboe2020-10-221-13/+50
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-116/+14
|\ \ | |/ |/|
| * fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-081-116/+14
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-44/+13
|\ \
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-44/+13
| * | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-1/+1
| |/
* | splice: teach splice pipe reading about empty pipe buffersLinus Torvalds2020-10-061-0/+20
* | pipe: remove pipe_wait() and fix wakeup race with spliceLinus Torvalds2020-10-011-4/+4
|/
* Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-131-6/+6
|\
| * pipe: Add general notification queue supportDavid Howells2020-05-191-6/+6
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-52/+29
|\ \
| * | fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-20/+20
| * | fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-3/+0
| * | fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig2020-05-201-7/+0
| * | pipe: merge anon_pipe_buf*_opsChristoph Hellwig2020-05-201-7/+5
| * | fs: simplify do_splice_fromChristoph Hellwig2020-05-201-8/+2
| * | fs: simplify do_splice_toChristoph Hellwig2020-05-201-7/+2
* | | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+1
|\ \ \
| * | | splice: export do_tee()Pavel Begunkov2020-05-171-2/+1
| | |/ | |/|
* / | pipe: Fix pipe_full() test in opipe_prep().Tetsuo Handa2020-05-201-1/+1
|/ /
* / splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov2020-05-071-27/+18
|/
* splice: make do_splice publicPavel Begunkov2020-03-021-3/+3
* pipe: use exclusive waits when reading or writingLinus Torvalds2020-02-081-4/+4
* pipe: remove 'waiting_writers' merging logicLinus Torvalds2019-12-071-17/+4
* pipe: fix incorrect caching of pipe state over pipe_wait()Linus Torvalds2019-12-061-4/+6
* Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Linus Torvalds2019-11-301-77/+120
|\
| * pipe: Allow pipes to have kernel-reserved slotsDavid Howells2019-11-151-13/+13
| * pipe: Use head and tail pointers for the ring, not cursor and lengthDavid Howells2019-10-311-73/+117
* | splice: only read in as much information as there is pipe buffer spaceDarrick J. Wong2019-10-151-3/+11
|/
* uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-4/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-261-2/+2
|\
| * tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-2/+2
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-2/+10
|\ \ | |/ |/|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-2/+10
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-4/+4
|\ \
| * | pipe: stop using ->can_mergeJann Horn2019-02-011-4/+0
| * | splice: don't merge into linked buffersJann Horn2019-02-011-0/+4
| |/
* | fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev2019-03-041-0/+12
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
|/
* splice: don't read more than available pipe spaceDarrick J. Wong2018-12-041-1/+6
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+3
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-161-69/+75
|\
| * vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro2018-06-111-69/+75