aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-25tmpfs: clone shmem_file_splice_read()Gravatar Hugh Dickins 1-2/+2
2011-05-23splice: add wakeup_pipe_readers()Gravatar Namhyung Kim 1-18/+15
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-29/+14
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsGravatar Michał Mirosław 1-29/+14
2010-11-28Export 'get_pipe_info()' to other usersGravatar Linus Torvalds 1-11/+0
2010-11-28Rename 'pipe_info()' to 'get_pipe_info()'Gravatar Linus Torvalds 1-10/+9
2010-08-07splice: fix misuse of SPLICE_F_NONBLOCKGravatar Miklos Szeredi 1-11/+1
2010-08-07gcc-4.6: fs: fix unused but set warningsGravatar Andi Kleen 1-2/+0
2010-06-30splice: check f_mode for seekable fileGravatar Changli Gao 1-4/+2
2010-06-30splice: direct_splice_actor() should not use pos in sdGravatar Changli Gao 1-1/+2
2010-05-25fs/splice.c: fix mapping_gfp_mask usageGravatar Nick Piggin 1-1/+1
2010-05-21pipe: add support for shrinking and growing pipesGravatar Jens Axboe 1-46/+105
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-04sendfile(): check f_op.splice_write() rather than f_op.sendpage()Gravatar Changli Gao 1-9/+15
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+6
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Gravatar Jan Kara 1-16/+6
2009-09-11splice: update mtime and atime on filesGravatar Miklos Szeredi 1-2/+6
2009-05-19splice: fix kmaps in default_file_splice_write()Gravatar Miklos Szeredi 1-108/+22
2009-05-14splice: fix error return codeGravatar Andrew Morton 1-1/+3
2009-05-13splice: fix repeated kmap()'s in default_file_splice_read()Gravatar Jens Axboe 1-6/+4
2009-05-11splice: implement default splice_write methodGravatar Miklos Szeredi 1-4/+138
2009-05-11splice: implement default splice_read methodGravatar Miklos Szeredi 1-5/+115
2009-05-11splice: implement pipe to pipe splicingGravatar Miklos Szeredi 1-11/+151
2009-04-17splice: fix new kernel-doc warningsGravatar Randy Dunlap 1-2/+1
2009-04-15splice: add helpers for locking pipe inodeGravatar Miklos Szeredi 1-29/+21
2009-04-15splice: remove generic_file_splice_write_nolock()Gravatar Miklos Szeredi 1-59/+0
2009-04-15ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Gravatar Miklos Szeredi 1-2/+3
2009-04-15splice: fix i_mutex locking in generic_splice_write()Gravatar Miklos Szeredi 1-11/+23
2009-04-15splice: remove i_mutex locking in splice_from_pipe()Gravatar Miklos Szeredi 1-16/+2
2009-04-15splice: split up __splice_from_pipe()Gravatar Miklos Szeredi 1-74/+143
2009-04-07splice: fix deadlock in splicing to fileGravatar Miklos Szeredi 1-5/+20
2009-04-03FS-Cache: Recruit a page flags for cache managementGravatar David Howells 1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 31Gravatar Heiko Carstens 1-6/+6
2009-01-08memcg: synchronized LRUGravatar KAMEZAWA Hiroyuki 1-0/+1
2008-10-30fs: remove prepare_write/commit_writeGravatar Nick Piggin 1-2/+2
2008-10-09Don't allow splice() to files opened with O_APPENDGravatar Linus Torvalds 1-0/+3
2008-08-04mm: rename page trylockGravatar Nick Piggin 1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Gravatar Miklos Szeredi 1-2/+2
2008-07-26splice: use get_user_pages_fastGravatar Nick Piggin 1-38/+3
2008-07-04splice: fix generic_file_splice_read() race with page invalidationGravatar Miklos Szeredi 1-4/+13
2008-05-28splice: handle try_to_release_page() failureGravatar Jens Axboe 1-2/+3
2008-05-28splice: fix sendfile() issue with relayGravatar Tom Zanussi 1-4/+8
2008-05-08Revert "relay: fix splice problem"Gravatar Jens Axboe 1-1/+1
2008-05-07vfs: splice remove_suid() cleanupGravatar Miklos Szeredi 1-16/+13
2008-04-29relay: fix splice problemGravatar Tom Zanussi 1-1/+1
2008-04-10splice: fix infinite loop in generic_file_splice_read()Gravatar Jens Axboe 1-25/+6
2008-04-03splice: use mapping_gfp_maskGravatar Hugh Dickins 1-1/+1
2008-03-04splice: only return -EAGAIN if there's hope of more dataGravatar Jens Axboe 1-4/+8
2008-02-10splice: fix user pointer access in get_iovec_page_array()Gravatar Bastian Blank 1-1/+1
2008-02-08splice: missing user pointer access verificationGravatar Jens Axboe 1-0/+8