aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
...
| * splice: fix double kunmap() in vmsplice copy pathJens Axboe2007-10-161-1/+1
* | fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-62/+7
* | readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu2007-10-161-1/+1
|/
* Fix possible splice() mmap_sem deadlockLinus Torvalds2007-10-011-12/+34
* docbook: add pipes, other fixesRandy Dunlap2007-07-271-2/+2
* splice: fix bad unlock_page() in error caseJens Axboe2007-07-201-2/+3
* readahead: split ondemand readahead interface into two functionsRusty Russell2007-07-191-3/+3
* readahead: pass real splice sizeFengguang Wu2007-07-191-7/+5
* readahead: move synchronous readahead call out of splice loopFengguang Wu2007-07-191-5/+6
* readahead: convert splice invocationsFengguang Wu2007-07-191-11/+7
* splice: direct splicing updates ppos twiceJens Axboe2007-07-161-1/+3
* 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