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