summaryrefslogtreecommitdiffstats
path: root/fs/splice.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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/+10Star
* [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/+11Star
* [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-311-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