summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
AgeCommit message (Expand)Author
2007-07-27docbook: add pipes, other fixesRandy Dunlap
2007-07-20splice: fix bad unlock_page() in error caseJens Axboe
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell
2007-07-19readahead: pass real splice sizeFengguang Wu
2007-07-19readahead: move synchronous readahead call out of splice loopFengguang Wu
2007-07-19readahead: convert splice invocationsFengguang Wu
2007-07-16splice: direct splicing updates ppos twiceJens Axboe
2007-07-13splice: fix offset mangling with direct splicing (sendfile)Jens Axboe
2007-07-13security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris
2007-07-10pipe: add documentation and commentsJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10splice: completely document external interface with kerneldocJens Axboe
2007-07-10pipe: allow passing around of ops private pointerJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe
2007-07-10splice: abstract out actor dataJens Axboe
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe
2007-06-15splice: fix leak of pages on short splice to pipeJens Axboe
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callJens Axboe
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceJens Axboe
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorJens Axboe
2007-06-08splice: remove do_splice_direct() symbol exportJens Axboe
2007-06-08splice: move inode size check into generic_file_splice_read()Jens Axboe
2007-05-08[PATCH] splice: always call into page_cache_readahead()Jens Axboe
2007-05-08[PATCH] splice(): fix interaction with readaheadFengguang Wu
2007-03-29[PATCH] splice: partial write fixDmitriy Monakhov
2007-03-27Export __splice_from_pipe()Mark Fasheh
2007-03-272/2 splice: dont readpageNick Piggin
2007-03-271/2 splice: dont stealNick Piggin
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek
2006-11-04[PATCH] splice: fix problem introduced with inode dietJens Axboe
2006-10-28[PATCH] mm: clean up pagecache allocationNick Piggin
2006-10-19[PATCH] Remove SUID when splicing into an inodeJens Axboe
2006-10-19[PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh
2006-10-19[PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh
2006-10-12[PATCH] splice: fix pipe_to_file() ->prepare_write() error pathJens Axboe
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe
2006-07-10[PATCH] splice: fix problems with sys_tee()Jens Axboe
2006-06-23[PATCH] splice: retrieve mapping after locking the pageJens Axboe
2006-05-04[PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXISTJens Axboe
2006-05-04[PATCH] splice: rename remaining info variables to pipeJens Axboe
2006-05-04[PATCH] splice: LRU fixupsJens Axboe
2006-05-04[PATCH] splice: fix unlocking of page on error ->prepare_write()Jens Axboe
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe
2006-05-02[PATCH] splice: fix page LRU accountingJens Axboe
2006-05-02[PATCH] vmsplice: fix badly placed end paranthesisJens Axboe
2006-05-01[PATCH] vmsplice: allow user to pass in gift pagesJens Axboe
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe