aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-06tcp: fix MSG_SENDPAGE_NOTLAST logicEric Dumazet1-1/+3
2012-12-11writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()Namjae Jeon1-4/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-37/+32
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara1-0/+3
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-15/+20
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+4
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik1-2/+4
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe1-1/+4
2012-04-20vmsplice: relax alignement requirements for SPLICE_F_GIFTEric Dumazet1-2/+2
2012-04-05tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+4
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2012-03-20fs: remove the second argument of k[un]map_atomic()Cong Wang1-5/+2
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins1-2/+2
2011-05-23splice: add wakeup_pipe_readers()Namhyung Kim1-18/+15
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-29/+14
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław1-29/+14
2010-11-28Export 'get_pipe_info()' to other usersLinus Torvalds1-11/+0
2010-11-28Rename 'pipe_info()' to 'get_pipe_info()'Linus Torvalds1-10/+9
2010-08-07splice: fix misuse of SPLICE_F_NONBLOCKMiklos Szeredi1-11/+1
2010-08-07gcc-4.6: fs: fix unused but set warningsAndi Kleen1-2/+0
2010-06-30splice: check f_mode for seekable fileChangli Gao1-4/+2
2010-06-30splice: direct_splice_actor() should not use pos in sdChangli Gao1-1/+2
2010-05-25fs/splice.c: fix mapping_gfp_mask usageNick Piggin1-1/+1
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-46/+105
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-04sendfile(): check f_op.splice_write() rather than f_op.sendpage()Changli Gao1-9/+15
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+6
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-16/+6
2009-09-11splice: update mtime and atime on filesMiklos Szeredi1-2/+6
2009-05-19splice: fix kmaps in default_file_splice_write()Miklos Szeredi1-108/+22
2009-05-14splice: fix error return codeAndrew Morton1-1/+3
2009-05-13splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe1-6/+4
2009-05-11splice: implement default splice_write methodMiklos Szeredi1-4/+138
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-5/+115
2009-05-11splice: implement pipe to pipe splicingMiklos Szeredi1-11/+151
2009-04-17splice: fix new kernel-doc warningsRandy Dunlap1-2/+1
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi1-29/+21
2009-04-15splice: remove generic_file_splice_write_nolock()Miklos Szeredi1-59/+0
2009-04-15ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi1-2/+3
2009-04-15splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi1-11/+23
2009-04-15splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi1-16/+2
2009-04-15splice: split up __splice_from_pipe()Miklos Szeredi1-74/+143
2009-04-07splice: fix deadlock in splicing to fileMiklos Szeredi1-5/+20
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-6/+6
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-0/+1
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-2/+2
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3