Implement file posix capabilities
[safe/jmp/linux-2.6] / fs / splice.c
2007-10-17 Serge E. HallynImplement file posix capabilities
2007-10-16 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/data...
2007-10-16 Nick Pigginfs: introduce write_begin, write_end, and perform_write...
2007-10-16 Fengguang Wureadahead: combine file_ra_state.prev_index/prev_offset...
2007-10-16 Jens Axboesplice: fix double kunmap() in vmsplice copy path
2007-10-01 Linus TorvaldsFix possible splice() mmap_sem deadlock
2007-07-27 Randy Dunlapdocbook: add pipes, other fixes
2007-07-20 Jens Axboesplice: fix bad unlock_page() in error case
2007-07-19 Rusty Russellreadahead: split ondemand readahead interface into...
2007-07-19 Fengguang Wureadahead: pass real splice size
2007-07-19 Fengguang Wureadahead: move synchronous readahead call out of splic...
2007-07-19 Fengguang Wureadahead: convert splice invocations
2007-07-16 Jens Axboesplice: direct splicing updates ppos twice
2007-07-13 Jens Axboesplice: fix offset mangling with direct splicing (sendfile)
2007-07-13 James Morrissecurity: revalidate rw permissions for sys_splice...
2007-07-10 Jens Axboepipe: add documentation and comments
2007-07-10 Jens Axboepipe: change the ->pin() operation to ->confirm()
2007-07-10 Jens Axboesplice: completely document external interface with...
2007-07-10 Jens Axboepipe: allow passing around of ops private pointer
2007-07-10 Jens Axboesplice: divorce the splice structure/function definitio...
2007-07-10 Jens Axboevmsplice: add vmsplice-to-user support
2007-07-10 Jens Axboesplice: abstract out actor data
2007-06-15 Jens Axboesplice: only check do_wakeup in splice_to_pipe() for...
2007-06-15 Jens Axboesplice: fix leak of pages on short splice to pipe
2007-06-15 Jens Axboesplice: adjust balance_dirty_pages_ratelimited() call
2007-06-08 Jens Axboesplice: __generic_file_splice_read: fix read/truncate...
2007-06-08 Hugh Dickinssplice: __generic_file_splice_read: fix i_size_read...
2007-06-08 Jens Axboesplice: move balance_dirty_pages_ratelimited() outside...
2007-06-08 Jens Axboesplice: remove do_splice_direct() symbol export
2007-06-08 Jens Axboesplice: move inode size check into generic_file_splice_...
2007-05-08 Jens Axboe[PATCH] splice: always call into page_cache_readahead()
2007-05-08 Fengguang Wu[PATCH] splice(): fix interaction with readahead
2007-03-29 Dmitriy Monakhov[PATCH] splice: partial write fix
2007-03-27 Mark FashehExport __splice_from_pipe()
2007-03-27 Nick Piggin2/2 splice: dont readpage
2007-03-27 Nick Piggin1/2 splice: dont steal
2006-12-13 Eric Dumazet[PATCH] constify pipe_buf_operations
2006-12-08 Josef "Jeff" Sipek[PATCH] VFS: change struct file to use struct path
2006-11-04 Jens Axboe[PATCH] splice: fix problem introduced with inode diet
2006-10-28 Nick Piggin[PATCH] mm: clean up pagecache allocation
2006-10-19 Jens Axboe[PATCH] Remove SUID when splicing into an inode
2006-10-19 Mark Fasheh[PATCH] Introduce generic_file_splice_write_nolock()
2006-10-19 Mark Fasheh[PATCH] Take i_mutex in splice_from_pipe()
2006-10-12 Jens Axboe[PATCH] splice: fix pipe_to_file() ->prepare_write...
2006-09-30 Jens Axboe[PATCH] Update axboe@suse.de email address
2006-07-10 Jens Axboe[PATCH] splice: fix problems with sys_tee()
2006-06-23 Jens Axboe[PATCH] splice: retrieve mapping after locking the...
2006-05-04 Jens Axboe[PATCH] splice: redo page lookup if add_to_page_cache...
2006-05-04 Jens Axboe[PATCH] splice: rename remaining info variables to...
2006-05-04 Jens Axboe[PATCH] splice: LRU fixups
2006-05-04 Jens Axboe[PATCH] splice: fix unlocking of page on error ->prepar...
2006-05-02 Jens Axboe[PATCH] vmsplice: restrict stealing a little more
2006-05-02 Jens Axboe[PATCH] splice: fix page LRU accounting
2006-05-02 Jens Axboe[PATCH] vmsplice: fix badly placed end paranthesis
2006-05-01 Jens Axboe[PATCH] vmsplice: allow user to pass in gift pages
2006-05-01 Jens Axboe[PATCH] pipe: enable atomic copying of pipe data to...
2006-05-01 Jens Axboe[PATCH] splice: call handle_ra_miss() on failure to...
2006-05-01 Jens Axboe[PATCH] pipe: introduce ->pin() buffer operation
2006-05-01 Jens Axboe[PATCH] splice: fix bugs in pipe_to_file()
2006-04-30 Jens Axboe[PATCH] splice: fix bugs with stealing regular pipe...
2006-04-27 Jens Axboe[PATCH] splice: make the read-side do batched page...
2006-04-27 Jens Axboe[PATCH] splice: switch to using page_cache_readahead()
2006-04-26 Jens Axboe[PATCH] splice: rearrange moving to/from pipe helpers
2006-04-26 Jens Axboe[PATCH] Add support for the sys_vmsplice syscall
2006-04-26 Jens Axboe[PATCH] splice: fix offset problems
2006-04-26 Andrew Morton[PATCH] splice: fix min() warning
2006-04-20 Jens Axboe[PATCH] splice: fix smaller sized splice reads
2006-04-19 Jens Axboe[PATCH] splice: fixup writeout path after ->map changes
2006-04-19 Jens Axboe[PATCH] splice: offset fixes
2006-04-19 Jens Axboe[PATCH] tee: link_pipe() must be careful when dropping...
2006-04-19 Jens Axboe[PATCH] splice: cleanup the SPLICE_F_NONBLOCK handling
2006-04-19 Jens Axboe[PATCH] splice: close i_size truncate races on read
2006-04-11 Jens Axboe[PATCH] splice: add support for sys_tee()
2006-04-11 Jens Axboe[PATCH] splice: pass offset around for ->splice_read...
2006-04-11 Ingo Molnar[PATCH] splice: comment styles
2006-04-11 Jens Axboe[PATCH] splice: add Ingo as addition copyright holder
2006-04-11 Jens Axboe[PATCH] splice: unlikely() optimizations
2006-04-11 Jens Axboe[PATCH] splice: speedups and optimizations
2006-04-11 Jens Axboe[PATCH] splice: speedup __generic_file_splice_read
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