aboutsummaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-15splice: fix leak of pages on short splice to pipeGravatar Jens Axboe 1-1/+2
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callGravatar Jens Axboe 1-2/+8
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceGravatar Jens Axboe 1-23/+23
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksGravatar Hugh Dickins 1-8/+10
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorGravatar Jens Axboe 1-1/+2
2007-06-08splice: remove do_splice_direct() symbol exportGravatar Jens Axboe 1-2/+0
2007-06-08splice: move inode size check into generic_file_splice_read()Gravatar Jens Axboe 1-10/+9
2007-05-08[PATCH] splice: always call into page_cache_readahead()Gravatar Jens Axboe 1-5/+3
2007-05-08[PATCH] splice(): fix interaction with readaheadGravatar Fengguang Wu 1-4/+5
2007-03-29[PATCH] splice: partial write fixGravatar Dmitriy Monakhov 1-9/+16
2007-03-27Export __splice_from_pipe()Gravatar Mark Fasheh 1-3/+4
2007-03-272/2 splice: dont readpageGravatar Nick Piggin 1-30/+0
2007-03-271/2 splice: dont stealGravatar Nick Piggin 1-63/+38
2006-12-13[PATCH] constify pipe_buf_operationsGravatar Eric Dumazet 1-4/+4
2006-12-08[PATCH] VFS: change struct file to use struct pathGravatar Josef "Jeff" Sipek 1-9/+9
2006-11-04[PATCH] splice: fix problem introduced with inode dietGravatar Jens Axboe 1-6/+20
2006-10-28[PATCH] mm: clean up pagecache allocationGravatar Nick Piggin 1-5/+4
2006-10-19[PATCH] Remove SUID when splicing into an inodeGravatar Jens Axboe 1-4/+15
2006-10-19[PATCH] Introduce generic_file_splice_write_nolock()Gravatar Mark Fasheh 1-14/+66
2006-10-19[PATCH] Take i_mutex in splice_from_pipe()Gravatar Mark Fasheh 1-13/+11
2006-10-12[PATCH] splice: fix pipe_to_file() ->prepare_write() error pathGravatar Jens Axboe 1-3/+3
2006-09-30[PATCH] Update axboe@suse.de email addressGravatar Jens Axboe 1-1/+1
2006-07-10[PATCH] splice: fix problems with sys_tee()Gravatar Jens Axboe 1-105/+133