summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe2006-04-101-2/+5
* [PATCH] splice: optimize the splice buffer mappingJens Axboe2006-04-101-10/+30
* [PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe2006-04-101-49/+10
* [PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe2006-04-101-4/+12
* [PATCH] splice: potential !page dereferenceDave Jones2006-04-101-1/+2
* [PATCH] splice: mark the io page as accessedJens Axboe2006-04-101-0/+1
* [PATCH] splice: fix page stealing LRU handling.Jens Axboe2006-04-021-19/+11
* [PATCH] splice: page stealing needs to wait_on_page_writeback()Jens Axboe2006-04-021-0/+9
* [PATCH] splice: export generic_splice_sendpageJens Axboe2006-04-021-2/+5
* [PATCH] splice: add a SPLICE_F_MORE flagJens Axboe2006-04-021-2/+3
* [PATCH] splice: add comments documenting more of the codeJens Axboe2006-04-021-4/+66
* [PATCH] splice: improve writeback and clean up page stealingJens Axboe2006-04-021-16/+48
* [PATCH] splice: fix shadow[] filling logicJens Axboe2006-04-021-3/+3
* splice: add SPLICE_F_NONBLOCK flagLinus Torvalds2006-04-021-4/+21
* [PATCH] splice exportsJeff Garzik2006-03-301-0/+4
* [PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe2006-03-301-37/+84
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-301-0/+612
OpenPOWER on IntegriCloud