aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-15splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageGravatar David Howells 1-4/+2
2023-06-08splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()Gravatar David Howells 1-8/+10
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsGravatar David Howells 1-1/+30
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()Gravatar David Howells 1-31/+127
2023-05-06Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-4/+30
2023-04-25splice: clear FMODE_NOWAIT on file if splice/vmsplice is usedGravatar Jens Axboe 1-4/+30
2023-04-04splice: report related fsnotify eventsGravatar Chung-Chiang Cheng 1-0/+8
2023-03-09splice: Remove redundant assignment to retGravatar Jiapeng Chong 1-1/+0
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-0/+93
2023-02-20splice: Export filemap/direct_splice_read()Gravatar David Howells 1-0/+1
2023-02-20splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEGravatar David Howells 1-0/+92
2023-02-03splice: use bvec_set_page to initialize a bvecGravatar Christoph Hellwig 1-3/+2
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-5/+5
2022-08-08iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Gravatar Al Viro 1-23/+24
2022-08-08splice: stop abusing iov_iter_advance() to flush a pipeGravatar Al Viro 1-5/+2
2022-07-16fs: check FMODE_LSEEK to control internal pipe splicingGravatar Jason A. Donenfeld 1-6/+4
2022-03-21mm: Convert remove_mapping() to take a folioGravatar Matthew Wilcox (Oracle) 1-3/+2
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Gravatar Matthew Wilcox (Oracle) 1-10/+11
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+6
2021-01-25teach sendfile(2) to handle send-to-pipe directlyGravatar Al Viro 1-1/+1
2021-01-25take the guts of file-to-pipe splice into a helper functionGravatar Al Viro 1-7/+18
2021-01-25do_splice_to(): move the logics for limiting the read length inGravatar Al Viro 1-14/+7
2021-01-25splice: don't generate zero-len segement bvecsGravatar Pavel Begunkov 1-3/+6
2020-10-24Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-13/+50
2020-10-22splice: change exported internal do_splice() helper to take kernel offsetGravatar Jens Axboe 1-13/+50
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-116/+14
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-44/+13
2020-10-06splice: teach splice pipe reading about empty pipe buffersGravatar Linus Torvalds 1-0/+20
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-44/+13
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-1/+1
2020-10-01pipe: remove pipe_wait() and fix wakeup race with spliceGravatar Linus Torvalds 1-4/+4
2020-09-08fs: don't allow splice read/write without explicit opsGravatar Christoph Hellwig 1-116/+14
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+6
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-52/+29
2020-06-02Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2020-05-20pipe: Fix pipe_full() test in opipe_prep().Gravatar Tetsuo Handa 1-1/+1
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-20/+20
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalGravatar Christoph Hellwig 1-3/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalGravatar Christoph Hellwig 1-7/+0
2020-05-20pipe: merge anon_pipe_buf*_opsGravatar Christoph Hellwig 1-7/+5
2020-05-20fs: simplify do_splice_fromGravatar Christoph Hellwig 1-8/+2
2020-05-20fs: simplify do_splice_toGravatar Christoph Hellwig 1-7/+2
2020-05-19pipe: Add general notification queue supportGravatar David Howells 1-6/+6
2020-05-17splice: export do_tee()Gravatar Pavel Begunkov 1-2/+1
2020-05-07splice: move f_mode checks to do_{splice,tee}()Gravatar Pavel Begunkov 1-27/+18
2020-03-02splice: make do_splice publicGravatar Pavel Begunkov 1-3/+3
2020-02-08pipe: use exclusive waits when reading or writingGravatar Linus Torvalds 1-4/+4
2019-12-07pipe: remove 'waiting_writers' merging logicGravatar Linus Torvalds 1-17/+4
2019-12-06pipe: fix incorrect caching of pipe state over pipe_wait()Gravatar Linus Torvalds 1-4/+6
2019-11-30Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-77/+120