summaryrefslogtreecommitdiffstats
path: root/fs/splice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells2023-05-241-2/+19
* splice: Remove generic_file_splice_read()David Howells2023-05-241-43/+0
* splice: Make splice from a DAX file use copy_splice_read()David Howells2023-05-241-3/+3
* splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells2023-05-241-0/+6
* splice: Check for zero count in vfs_splice_read()David Howells2023-05-241-0/+2
* splice: Make do_splice_to() generic and export itDavid Howells2023-05-241-7/+20
* splice: Clean up copy_splice_read() a bitDavid Howells2023-05-241-12/+7
* splice: Rename direct_splice_read() to copy_splice_read()David Howells2023-05-241-6/+5
* Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds2023-05-061-4/+30
|\
| * splice: clear FMODE_NOWAIT on file if splice/vmsplice is usedJens Axboe2023-04-251-4/+30
* | splice: report related fsnotify eventsChung-Chiang Cheng2023-04-041-0/+8
|/
* splice: Remove redundant assignment to retJiapeng Chong2023-03-091-1/+0
* Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-231-0/+93
|\
| * splice: Export filemap/direct_splice_read()David Howells2023-02-211-0/+1
| * splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells2023-02-211-0/+92
* | splice: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-3/+2
|/
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-5/+5
* iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro2022-08-091-23/+24
* splice: stop abusing iov_iter_advance() to flush a pipeAl Viro2022-08-091-5/+2
* fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld2022-07-161-6/+4
* mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)2022-03-211-3/+2
* splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)2022-03-211-10/+11
* 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-261-1/+1
* | take the guts of file-to-pipe splice into a helper functionAl Viro2021-01-261-7/+18
* | do_splice_to(): move the logics for limiting the read length inAl Viro2021-01-261-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-091-116/+14
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-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-021-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-041-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-031-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