Age | Commit message (Expand) | Author |
2023-07-26 | splice, net: Fix splice_to_socket() for O_NONBLOCK socket | Jan Stancek |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-16 | splice: simplify a conditional in copy_splice_read | Christoph Hellwig |
2023-06-16 | splice: don't call file_accessed in copy_splice_read | Christoph Hellwig |
2023-06-15 | splice, net: Fix splice_to_socket() to handle pipe bufs larger than a page | David Howells |
2023-06-08 | splice, net: Fix SPLICE_F_MORE signalling in splice_direct_to_actor() | David Howells |
2023-06-08 | splice, net: Add a splice_eof op to file-ops and socket-ops | David Howells |
2023-06-08 | splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage() | David Howells |
2023-05-24 | splice: kdoc for filemap_splice_read() and copy_splice_read() | David Howells |
2023-05-24 | splice: Remove generic_file_splice_read() | David Howells |
2023-05-24 | splice: Make splice from a DAX file use copy_splice_read() | David Howells |
2023-05-24 | splice: Make splice from an O_DIRECT fd use copy_splice_read() | David Howells |
2023-05-24 | splice: Check for zero count in vfs_splice_read() | David Howells |
2023-05-24 | splice: Make do_splice_to() generic and export it | David Howells |
2023-05-24 | splice: Clean up copy_splice_read() a bit | David Howells |
2023-05-24 | splice: Rename direct_splice_read() to copy_splice_read() | David Howells |
2023-05-06 | Merge tag 'pipe-nonblock-2023-05-06' of git://git.kernel.dk/linux | Linus Torvalds |
2023-04-25 | splice: clear FMODE_NOWAIT on file if splice/vmsplice is used | Jens Axboe |
2023-04-04 | splice: report related fsnotify events | Chung-Chiang Cheng |
2023-03-09 | splice: Remove redundant assignment to ret | Jiapeng Chong |
2023-02-22 | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds |
2023-02-20 | splice: Export filemap/direct_splice_read() | David Howells |
2023-02-20 | splice: Add a func to do a splice from an O_DIRECT file without ITER_PIPE | David Howells |
2023-02-03 | splice: use bvec_set_page to initialize a bvec | Christoph Hellwig |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-08-08 | iter_to_pipe(): switch to advancing variant of iov_iter_get_pages() | Al Viro |
2022-08-08 | splice: stop abusing iov_iter_advance() to flush a pipe | Al Viro |
2022-07-16 | fs: check FMODE_LSEEK to control internal pipe splicing | Jason A. Donenfeld |
2022-03-21 | mm: Convert remove_mapping() to take a folio | Matthew Wilcox (Oracle) |
2022-03-21 | splice: Use a folio in page_cache_pipe_buf_try_steal() | Matthew Wilcox (Oracle) |
2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-01-25 | teach sendfile(2) to handle send-to-pipe directly | Al Viro |
2021-01-25 | take the guts of file-to-pipe splice into a helper function | Al Viro |
2021-01-25 | do_splice_to(): move the logics for limiting the read length in | Al Viro |
2021-01-25 | splice: don't generate zero-len segement bvecs | Pavel Begunkov |
2020-10-24 | Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-10-22 | splice: change exported internal do_splice() helper to take kernel offset | Jens Axboe |
2020-10-22 | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-10-12 | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-10-06 | splice: teach splice pipe reading about empty pipe buffers | Linus Torvalds |
2020-10-03 | fs: remove compat_sys_vmsplice | Christoph Hellwig |
2020-10-03 | iov_iter: transparently handle compat iovecs in import_iovec | Christoph Hellwig |
2020-10-01 | pipe: remove pipe_wait() and fix wakeup race with splice | Linus Torvalds |
2020-09-08 | fs: don't allow splice read/write without explicit ops | Christoph Hellwig |
2020-06-13 | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-06-03 | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2020-06-02 | Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-05-20 | pipe: Fix pipe_full() test in opipe_prep(). | Tetsuo Handa |
2020-05-20 | fs: rename pipe_buf ->steal to ->try_steal | Christoph Hellwig |
2020-05-20 | fs: make the pipe_buf_operations ->confirm operation optional | Christoph Hellwig |