summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* splice: fix offset mangling with direct splicing (sendfile)Jens Axboe2007-07-131-23/+11
* security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris2007-07-131-0/+9
* pipe: add documentation and commentsJens Axboe2007-07-101-0/+4
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-7/+7
* splice: completely document external interface with kerneldocJens Axboe2007-07-101-24/+85
* pipe: allow passing around of ops private pointerJens Axboe2007-07-101-0/+1
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-21/+5
* vmsplice: add vmsplice-to-user supportJens Axboe2007-07-101-28/+150
* splice: abstract out actor dataJens Axboe2007-07-101-29/+70
* splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe2007-06-151-6/+7
* splice: fix leak of pages on short splice to pipeJens Axboe2007-06-151-1/+2
* splice: adjust balance_dirty_pages_ratelimited() callJens Axboe2007-06-151-2/+8
* splice: __generic_file_splice_read: fix read/truncate raceJens Axboe2007-06-081-23/+23
* splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins2007-06-081-8/+10
* splice: move balance_dirty_pages_ratelimited() outside of splice actorJens Axboe2007-06-081-1/+2
* splice: remove do_splice_direct() symbol exportJens Axboe2007-06-081-2/+0
* splice: move inode size check into generic_file_splice_read()Jens Axboe2007-06-081-10/+9
* [PATCH] splice: always call into page_cache_readahead()Jens Axboe2007-05-081-5/+3
* [PATCH] splice(): fix interaction with readaheadFengguang Wu2007-05-081-4/+5
* [PATCH] splice: partial write fixDmitriy Monakhov2007-03-291-9/+16
* Export __splice_from_pipe()Mark Fasheh2007-03-271-3/+4
* 2/2 splice: dont readpageNick Piggin2007-03-271-30/+0
* 1/2 splice: dont stealNick Piggin2007-03-271-63/+38
* [PATCH] constify pipe_buf_operationsEric Dumazet2006-12-131-4/+4
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-9/+9
* [PATCH] splice: fix problem introduced with inode dietJens Axboe2006-11-041-6/+20
* [PATCH] mm: clean up pagecache allocationNick Piggin2006-10-281-5/+4
* [PATCH] Remove SUID when splicing into an inodeJens Axboe2006-10-191-4/+15
* [PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh2006-10-191-14/+66
* [PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2006-10-191-13/+11
* [PATCH] splice: fix pipe_to_file() ->prepare_write() error pathJens Axboe2006-10-121-3/+3
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-301-1/+1
* [PATCH] splice: fix problems with sys_tee()Jens Axboe2006-07-101-105/+133
* [PATCH] splice: retrieve mapping after locking the pageJens Axboe2006-06-231-17/+29
* [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXISTJens Axboe2006-05-041-0/+2
* [PATCH] splice: rename remaining info variables to pipeJens Axboe2006-05-041-10/+10
* [PATCH] splice: LRU fixupsJens Axboe2006-05-041-22/+11
* [PATCH] splice: fix unlocking of page on error ->prepare_write()Jens Axboe2006-05-041-3/+16
* [PATCH] vmsplice: restrict stealing a little moreJens Axboe2006-05-021-1/+1
* [PATCH] splice: fix page LRU accountingJens Axboe2006-05-021-10/+21
* [PATCH] vmsplice: fix badly placed end paranthesisJens Axboe2006-05-021-1/+1
* [PATCH] vmsplice: allow user to pass in gift pagesJens Axboe2006-05-011-3/+25
* [PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe2006-05-011-2/+2
* [PATCH] splice: call handle_ra_miss() on failure to lookup pageJens Axboe2006-05-011-0/+6
* [PATCH] pipe: introduce ->pin() buffer operationJens Axboe2006-05-011-61/+30
* [PATCH] splice: fix bugs in pipe_to_file()Jens Axboe2006-05-011-18/+19
* [PATCH] splice: fix bugs with stealing regular pipe pagesJens Axboe2006-04-301-1/+3
* [PATCH] splice: make the read-side do batched page lookupsJens Axboe2006-04-271-30/+65
* [PATCH] splice: switch to using page_cache_readahead()Jens Axboe2006-04-271-2/+2
* [PATCH] splice: rearrange moving to/from pipe helpersJens Axboe2006-04-261-24/+11
OpenPOWER on IntegriCloud