summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* 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-041-16/+0
* 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-261-4/+3
| * splice/tee/vmsplice: validate flagsAl Viro2016-12-261-0/+8
| * remove spd_release_page()Al Viro2016-12-261-5/+0
* | 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-261-1/+2
* | splice: remove detritus from generic_file_splice_read()Al Viro2016-11-101-5/+0
|/
* fix ITER_PIPE interaction with direct_IOAl Viro2016-10-101-9/+3
* pipe: add pipe_buf_confirm() helperMiklos Szeredi2016-10-051-2/+2
* pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-051-12/+5
* pipe: add pipe_buf_get() helperMiklos Szeredi2016-10-051-2/+2
* switch default_file_splice_read() to use of pipe-backed iov_iterAl Viro2016-10-051-71/+40
* switch generic_file_splice_read() to use of ->read_iter()Al Viro2016-10-051-216/+28
* new iov_iter flavour: pipe-backedAl Viro2016-10-051-1/+1
* new helper: add_to_pipe()Al Viro2016-10-031-44/+62
* splice: lift pipe_lock out of splice_to_pipe()Al Viro2016-10-031-71/+58
* splice: switch get_iovec_page_array() to iov_iterAl Viro2016-10-031-99/+36
* splice_to_pipe(): don't open-code wakeup_pipe_readers()Al Viro2016-10-031-4/+1
* 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-031-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
| |/ |/|
| * splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-03-181-0/+3
|/
* fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGEAbhi Das2016-01-091-5/+3
* vfs: Avoid softlockups with sendfile(2)Jan Kara2015-11-231-0/+1
* vfs: Make sendfile(2) killable even betterJan Kara2015-11-231-0/+7
* mm, fs: introduce mapping_gfp_constraint()Michal Hocko2015-11-061-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-241-1/+1
|\
| * mm: do not ignore mapping_gfp_mask in page cache allocation pathsMichal Hocko2015-06-241-1/+1
* | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-251-0/+1
|/
* splice: sendfile() at once fails for big filesChristophe Leroy2015-05-061-1/+11
* dax: unify ext2/4_{dax,}_file_operationsBoaz Harrosh2015-04-151-0/+3
* vmsplice_to_user(): switch to import_iovec()Al Viro2015-04-111-16/+11
* fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
* fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-291-14/+2
* new helper: iov_iter_bvec()Al Viro2015-01-291-5/+2
* vfs: export do_splice_direct() to modulesMiklos Szeredi2014-10-241-0/+1
* Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-121-2/+4
|\
| * vfs: fix vmplice_to_user()Miklos Szeredi2014-05-281-2/+4
OpenPOWER on IntegriCloud