summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* fs: use splice_copy_file_range() inline helperAmir Goldstein2023-12-121-3/+4
* splice: return type ssize_t from all helpersAmir Goldstein2023-12-121-51/+53
* fs: move file_start_write() into direct_splice_actor()Amir Goldstein2023-12-011-3/+16
* fs: fork splice_file_range() from do_splice_direct()Amir Goldstein2023-12-011-20/+51
* splice: remove permission hook from iter_file_splice_write()Amir Goldstein2023-11-241-3/+10
* splice: move permission hook out of splice_file_to_pipe()Amir Goldstein2023-11-241-1/+5
* splice: move permission hook out of splice_direct_to_actor()Amir Goldstein2023-11-241-23/+35
* splice: remove permission hook from do_splice_direct()Amir Goldstein2023-11-241-4/+1
* Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-2/+1
|\
| * mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells2023-08-181-2/+1
* | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-29/+35
|\ \ | |/ |/|
| * splice: Convert page_cache_pipe_buf_confirm() to use a folioMatthew Wilcox (Oracle)2023-08-211-11/+9
| * splice: fsnotify_access(in), fsnotify_modify(out) on success in teeAhelenia Ziemiańska2023-07-101-0/+5
| * splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmspliceAhelenia Ziemiańska2023-07-101-1/+6
| * splice: always fsnotify_access(in), fsnotify_modify(out) on successAhelenia Ziemiańska2023-07-101-17/+15
* | splice, net: Fix splice_to_socket() for O_NONBLOCK socketJan Stancek2023-07-261-0/+2
|/
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-40/+165
|\
| * splice, net: Fix splice_to_socket() to handle pipe bufs larger than a pageDavid Howells2023-06-151-4/+2
| * splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor()David Howells2023-06-081-8/+10
| * splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-1/+30
| * splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-31/+127
* | splice: simplify a conditional in copy_splice_readChristoph Hellwig2023-06-161-7/+7
* | splice: don't call file_accessed in copy_splice_readChristoph Hellwig2023-06-161-1/+0
* | 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-221-0/+93
|\
| * splice: Export filemap/direct_splice_read()David Howells2023-02-201-0/+1
| * splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPEDavid Howells2023-02-201-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-081-23/+24
* splice: stop abusing iov_iter_advance() to flush a pipeAl Viro2022-08-081-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-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
|/