aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-2/+2
2008-07-26splice: use get_user_pages_fastNick Piggin1-38/+3
2008-07-04splice: fix generic_file_splice_read() race with page invalidationMiklos Szeredi1-4/+13
2008-05-28splice: handle try_to_release_page() failureJens Axboe1-2/+3
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-4/+8
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-16/+13
2008-04-29relay: fix splice problemTom Zanussi1-1/+1
2008-04-10splice: fix infinite loop in generic_file_splice_read()Jens Axboe1-25/+6
2008-04-03splice: use mapping_gfp_maskHugh Dickins1-1/+1
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe1-4/+8
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank1-1/+1
2008-02-08splice: missing user pointer access verificationJens Axboe1-0/+8
2008-02-01splice: always updated atime in direct spliceJens Axboe1-3/+1
2008-01-29splice: fix problem with atime not being updatedJens Axboe1-8/+7
2008-01-28[SPLICE]: Don't assume regular pages in splice_to_pipe()Jens Axboe1-1/+8
2008-01-25security: call security_file_permission from rw_verify_areaJames Morris1-8/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-4/+9
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-62/+7
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-1/+1
2007-10-16splice: fix double kunmap() in vmsplice copy pathJens Axboe1-1/+1
2007-10-01Fix possible splice() mmap_sem deadlockLinus Torvalds1-12/+34
2007-07-27docbook: add pipes, other fixesRandy Dunlap1-2/+2
2007-07-20splice: fix bad unlock_page() in error caseJens Axboe1-2/+3
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-3/+3