aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-01splice: always updated atime in direct spliceGravatar Jens Axboe 1-3/+1
2008-01-29splice: fix problem with atime not being updatedGravatar Jens Axboe 1-8/+7
2008-01-28[SPLICE]: Don't assume regular pages in splice_to_pipe()Gravatar Jens Axboe 1-1/+8
2008-01-25security: call security_file_permission from rw_verify_areaGravatar James Morris 1-8/+0
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-4/+9
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsGravatar Nick Piggin 1-62/+7
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posGravatar Fengguang Wu 1-1/+1
2007-10-16splice: fix double kunmap() in vmsplice copy pathGravatar Jens Axboe 1-1/+1
2007-10-01Fix possible splice() mmap_sem deadlockGravatar Linus Torvalds 1-12/+34
2007-07-27docbook: add pipes, other fixesGravatar Randy Dunlap 1-2/+2
2007-07-20splice: fix bad unlock_page() in error caseGravatar Jens Axboe 1-2/+3
2007-07-19readahead: split ondemand readahead interface into two functionsGravatar Rusty Russell 1-3/+3
2007-07-19readahead: pass real splice sizeGravatar Fengguang Wu 1-7/+5
2007-07-19readahead: move synchronous readahead call out of splice loopGravatar Fengguang Wu 1-5/+6
2007-07-19readahead: convert splice invocationsGravatar Fengguang Wu 1-11/+7
2007-07-16splice: direct splicing updates ppos twiceGravatar Jens Axboe 1-1/+3
2007-07-13splice: fix offset mangling with direct splicing (sendfile)Gravatar Jens Axboe 1-23/+11
2007-07-13security: revalidate rw permissions for sys_splice and sys_vmspliceGravatar James Morris 1-0/+9
2007-07-10pipe: add documentation and commentsGravatar Jens Axboe 1-0/+4
2007-07-10pipe: change the ->pin() operation to ->confirm()Gravatar Jens Axboe 1-7/+7
2007-07-10splice: completely document external interface with kerneldocGravatar Jens Axboe 1-24/+85
2007-07-10pipe: allow passing around of ops private pointerGravatar Jens Axboe 1-0/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerGravatar Jens Axboe 1-21/+5
2007-07-10vmsplice: add vmsplice-to-user supportGravatar Jens Axboe 1-28/+150
2007-07-10splice: abstract out actor dataGravatar Jens Axboe 1-29/+70
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeGravatar Jens Axboe 1-6/+7