[PATCH] splice: add direct fd <-> fd splicing support
[safe/jmp/linux-2.6] / fs / splice.c
2006-04-11 Jens Axboe[PATCH] splice: add direct fd <-> fd splicing support
2006-04-10 Ingo Molnar[PATCH] splice: add optional input and output offsets
2006-04-10 Ingo Molnar[PATCH] introduce a "kernel-internal pipe object" abstr...
2006-04-10 Jens Axboe[PATCH] splice: be smarter about calling do_page_cache_...
2006-04-10 Jens Axboe[PATCH] splice: optimize the splice buffer mapping
2006-04-10 Jens Axboe[PATCH] splice: cleanup __generic_file_splice_read()
2006-04-10 Jens Axboe[PATCH] splice: only call wake_up_interruptible() when...
2006-04-10 Dave Jones[PATCH] splice: potential !page dereference
2006-04-10 Jens Axboe[PATCH] splice: mark the io page as accessed
2006-04-02 Jens Axboe[PATCH] splice: fix page stealing LRU handling.
2006-04-02 Jens Axboe[PATCH] splice: page stealing needs to wait_on_page_wri...
2006-04-02 Jens Axboe[PATCH] splice: export generic_splice_sendpage
2006-04-02 Jens Axboe[PATCH] splice: add a SPLICE_F_MORE flag
2006-04-02 Jens Axboe[PATCH] splice: add comments documenting more of the...
2006-04-02 Jens Axboe[PATCH] splice: improve writeback and clean up page...
2006-04-02 Jens Axboe[PATCH] splice: fix shadow[] filling logic
2006-04-02 Linus Torvaldssplice: add SPLICE_F_NONBLOCK flag
2006-03-31 Jeff Garzik[PATCH] splice exports
2006-03-30 Jens Axboe[PATCH] splice: add support for SPLICE_F_MOVE flag
2006-03-30 Jens Axboe[PATCH] Introduce sys_splice() system call