aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/splice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-12fs: use splice_copy_file_range() inline helperAmir Goldstein1-3/+4
2023-12-12splice: return type ssize_t from all helpersAmir Goldstein1-51/+53
2023-12-01fs: move file_start_write() into direct_splice_actor()Amir Goldstein1-3/+16
2023-12-01fs: fork splice_file_range() from do_splice_direct()Amir Goldstein1-20/+51
2023-11-24splice: remove permission hook from iter_file_splice_write()Amir Goldstein1-3/+10
2023-11-24splice: move permission hook out of splice_file_to_pipe()Amir Goldstein1-1/+5
2023-11-24splice: move permission hook out of splice_direct_to_actor()Amir Goldstein1-23/+35
2023-11-24splice: remove permission hook from do_splice_direct()Amir Goldstein1-4/+1
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+1
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-29/+35
2023-08-21splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)1-11/+9
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells1-2/+1
2023-07-26splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek1-0/+2
2023-07-10splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska1-0/+5
2023-07-10splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska1-1/+6
2023-07-10splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska1-17/+15
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-40/+165
2023-06-16splice: simplify a conditional in copy_splice_readChristoph Hellwig1-7/+7
2023-06-16splice: don't call file_accessed in copy_splice_readChristoph Hellwig1-1/+0
2023-06-15splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells1-4/+2
2023-06-08splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells1-8/+10
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-1/+30
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells1-31/+127
2023-05-24splice: kdoc for filemap_splice_read() and copy_splice_read()David Howells1-2/+19
2023-05-24splice: Remove generic_file_splice_read()David Howells1-43/+0
2023-05-24splice: Make splice from a DAX file use copy_splice_read()David Howells1-3/+3
2023-05-24splice: Make splice from an O_DIRECT fd use copy_splice_read()David Howells1-0/+6
2023-05-24splice: Check for zero count in vfs_splice_read()David Howells1-0/+2
2023-05-24splice: Make do_splice_to() generic and export itDavid Howells1-7/+20
2023-05-24splice: Clean up copy_splice_read() a bitDavid Howells1-12/+7
2023-05-24splice: Rename direct_splice_read() to copy_splice_read()David Howells1-6/+5
2023-05-06Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linuxLinus Torvalds1-4/+30
2023-04-25splice: clear FMODE_NOWAIT on file if splice/vmsplice is usedJens Axboe1-4/+30
2023-04-04splice: report related fsnotify eventsChung-Chiang Cheng1-0/+8
2023-03-09splice: Remove redundant assignment to retJiapeng Chong1-1/+0
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+93
2023-02-20splice: Export filemap/direct_splice_read()David Howells1-0/+1
2023-02-20splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells1-0/+92
2023-02-03splice: use bvec_set_page to initialize a bvecChristoph Hellwig1-3/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-5/+5
2022-08-08iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro1-23/+24
2022-08-08splice: stop abusing iov_iter_advance() to flush a pipeAl Viro1-5/+2
2022-07-16fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld1-6/+4
2022-03-21mm: Convert remove_mapping() to take a folioMatthew Wilcox (Oracle)1-3/+2
2022-03-21splice: Use a folio in page_cache_pipe_buf_try_steal()Matthew Wilcox (Oracle)1-10/+11
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