summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* uio: make import_iovec()/compat_import_iovec() return bytes on successJens Axboe2019-05-311-4/+4
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-261-2/+2
|\
| * tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-2/+2
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-151-2/+10
|\ \ | |/ |/|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-2/+10
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-4/+4
|\ \
| * | pipe: stop using ->can_mergeJann Horn2019-02-011-4/+0Star
| * | splice: don't merge into linked buffersJann Horn2019-02-011-0/+4
| |/
* | fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev2019-03-051-0/+12
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
|/
* splice: don't read more than available pipe spaceDarrick J. Wong2018-12-041-1/+6
* iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-4/+3Star
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-161-69/+75
|\
| * vmsplice(): lift importing iovec into vmsplice(2) and compat counterpartAl Viro2018-06-111-69/+75
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-3/+4
|/
* fs: add do_vmsplice() helper; remove in-kernel call to syscallDominik Brodowski2018-04-021-3/+9
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* fs: move kernel_write to fs/read_write.cChristoph Hellwig2017-09-051-16/+0Star
* fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig2017-06-291-1/+1
* Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-9/+11
|\
| * make nr_pages calculation in default_file_splice_read() a bit less uglyAl Viro2016-12-271-4/+3Star
| * splice/tee/vmsplice: validate flagsAl Viro2016-12-271-0/+8
| * remove spd_release_page()Al Viro2016-12-271-5/+0Star
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\ \
| * | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* | | Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro2017-03-021-1/+1
|\ \ \ | |/ / |/| |
| * | vfs: use helpers for calling f_op->{read,write}_iter()Miklos Szeredi2017-02-201-1/+1
| |/
* / vfs: fix uninitialized flags in splice_to_pipe()Miklos Szeredi2017-02-161-0/+1
|/
* splice: reinstate SIGPIPE/EPIPE handlingLinus Torvalds2016-12-211-2/+7
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-0/+1
|\
| * mm: only include blk_types in swap.h if CONFIG_SWAP is enabledChristoph Hellwig2016-11-011-0/+1
* | fix default_file_splice_read()Al Viro2016-11-271-1/+2
* | splice: remove detritus from generic_file_splice_read()Al Viro2016-11-111-5/+0Star
|/
* fix ITER_PIPE interaction with direct_IOAl Viro2016-10-101-9/+3Star
* pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-061-2/+2
* pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-061-12/+5Star
* pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-061-2/+2
* switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro2016-10-061-71/+40Star
* switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-061-216/+28Star
* new iov_iter flavour: pipe-backedAl Viro2016-10-061-1/+1
* new helper: add_to_pipe()Al Viro2016-10-041-44/+62
* splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-041-71/+58Star
* splice: switch get_iovec_page_array() to iov_iterAl Viro2016-10-041-99/+36Star
* splice_to_pipe(): don't open-code wakeup_pipe_readers()Al Viro2016-10-041-4/+1Star
* Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-111-16/+16
|\
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-16/+16
* | do_splice_to(): cap the size before passing to ->splice_read()Al Viro2016-04-041-0/+3
|/
*-. Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-181-1/+4
|\ \
| | * vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-041-1/+1
| |/ |/|