nfsd4: reshuffle lease-setting code to allow reuse
[safe/jmp/linux-2.6] / fs / splice.c
2009-11-04 Changli Gaosendfile(): check f_op.splice_write() rather than f_op...
2009-09-15 Linus TorvaldsMerge branch 'for-2.6.32' of git://git.kernel.dk/linux...
2009-09-14 Jan Karavfs: Introduce new helpers for syncing after writing...
2009-09-11 Miklos Szeredisplice: update mtime and atime on files
2009-05-19 Miklos Szeredisplice: fix kmaps in default_file_splice_write()
2009-05-14 Andrew Mortonsplice: fix error return code
2009-05-13 Jens Axboesplice: fix repeated kmap()'s in default_file_splice_read()
2009-05-11 Miklos Szeredisplice: implement default splice_write method
2009-05-11 Miklos Szeredisplice: implement default splice_read method
2009-05-11 Miklos Szeredisplice: implement pipe to pipe splicing
2009-04-17 Randy Dunlapsplice: fix new kernel-doc warnings
2009-04-15 Miklos Szeredisplice: add helpers for locking pipe inode
2009-04-15 Miklos Szeredisplice: remove generic_file_splice_write_nolock()
2009-04-15 Miklos Szerediocfs2: fix i_mutex locking in ocfs2_splice_to_file()
2009-04-15 Miklos Szeredisplice: fix i_mutex locking in generic_splice_write()
2009-04-15 Miklos Szeredisplice: remove i_mutex locking in splice_from_pipe()
2009-04-15 Miklos Szeredisplice: split up __splice_from_pipe()
2009-04-07 Miklos Szeredisplice: fix deadlock in splicing to file
2009-04-03 David HowellsFS-Cache: Recruit a page flags for cache management
2009-01-14 Heiko Carstens[CVE-2009-0029] System call wrappers part 31
2009-01-08 KAMEZAWA Hiroyukimemcg: synchronized LRU
2008-10-30 Nick Pigginfs: remove prepare_write/commit_write
2008-10-09 Linus TorvaldsDon't allow splice() to files opened with O_APPEND
2008-08-05 Nick Pigginmm: rename page trylock
2008-07-27 Miklos Szeredi[patch 3/5] vfs: change remove_suid() to file_remove_suid()
2008-07-26 Nick Pigginsplice: use get_user_pages_fast
2008-07-04 Miklos Szeredisplice: fix generic_file_splice_read() race with page...
2008-05-28 Jens Axboesplice: handle try_to_release_page() failure
2008-05-28 Tom Zanussisplice: fix sendfile() issue with relay
2008-05-08 Jens AxboeRevert "relay: fix splice problem"
2008-05-07 Miklos Szeredivfs: splice remove_suid() cleanup
2008-04-29 Tom Zanussirelay: fix splice problem
2008-04-10 Jens Axboesplice: fix infinite loop in generic_file_splice_read()
2008-04-03 Hugh Dickinssplice: use mapping_gfp_mask
2008-03-04 Jens Axboesplice: only return -EAGAIN if there's hope of more...
2008-02-10 Bastian Blanksplice: fix user pointer access in get_iovec_page_array()
2008-02-08 Jens Axboesplice: missing user pointer access verification
2008-02-01 Jens Axboesplice: always updated atime in direct splice
2008-01-29 Jens Axboesplice: fix problem with atime not being updated
2008-01-28 Jens Axboe[SPLICE]: Don't assume regular pages in splice_to_pipe()
2008-01-25 James Morrissecurity: call security_file_permission from rw_verify_area
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()
next