summaryrefslogtreecommitdiff
path: root/fs/splice.c
Commit message (Expand)AuthorAge
* 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
| |/ |/|
| * splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-03-18
|/
* fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das2016-01-09
* vfs: Avoid softlockups with sendfile(2)Jan Kara2015-11-23
* vfs: Make sendfile(2) killable even betterJan Kara2015-11-23
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-06
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-24
|\
| * mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-24
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-25
|/
* splice: sendfile() at once fails for big filesChristophe Leroy2015-05-06
* dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-15
* vmsplice_to_user(): switch to import_iovec()Al Viro2015-04-11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-25
* fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-29
* new helper: iov_iter_bvec()Al Viro2015-01-29
* vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-24
* Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-12
|\