summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-261-39/+253
* [PATCH] splice: fix offset problemsJens Axboe2006-04-261-19/+27
* [PATCH] splice: fix min() warningAndrew Morton2006-04-261-1/+1
* [PATCH] splice: fix smaller sized splice readsJens Axboe2006-04-201-1/+12
* [PATCH] splice: fixup writeout path after ->map changesJens Axboe2006-04-191-19/+30
* [PATCH] splice: offset fixesJens Axboe2006-04-191-15/+30
* [PATCH] tee: link_pipe() must be careful when dropping one of the pipe locksJens Axboe2006-04-191-4/+14
* [PATCH] splice: cleanup the SPLICE_F_NONBLOCK handlingJens Axboe2006-04-191-14/+16
* [PATCH] splice: close i_size truncate races on readJens Axboe2006-04-191-6/+37
* [PATCH] splice: add support for sys_tee()Jens Axboe2006-04-111-0/+186
* [PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe2006-04-111-42/+44
* [PATCH] splice: comment stylesIngo Molnar2006-04-111-11/+12
* [PATCH] splice: add Ingo as addition copyright holderJens Axboe2006-04-111-4/+5
* [PATCH] splice: unlikely() optimizationsJens Axboe2006-04-111-8/+7
* [PATCH] splice: speedups and optimizationsJens Axboe2006-04-111-20/+13
* [PATCH] splice: speedup __generic_file_splice_readJens Axboe2006-04-111-11/+63
* [PATCH] splice: add direct fd <-> fd splicing supportJens Axboe2006-04-111-18/+130
* [PATCH] splice: add optional input and output offsetsIngo Molnar2006-04-101-13/+41
* [PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar2006-04-101-59/+63
OpenPOWER on IntegriCloud