summaryrefslogtreecommitdiff
path: root/fs/splice.c
AgeCommit message (Expand)Author
2008-08-04mm: rename page trylockNick Piggin
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi
2008-07-26splice: use get_user_pages_fastNick Piggin
2008-07-04splice: fix generic_file_splice_read() race with page invalidationMiklos Szeredi
2008-05-28splice: handle try_to_release_page() failureJens Axboe
2008-05-28splice: fix sendfile() issue with relayTom Zanussi
2008-05-08Revert "relay: fix splice problem"Jens Axboe
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi
2008-04-29relay: fix splice problemTom Zanussi
2008-04-10splice: fix infinite loop in generic_file_splice_read()Jens Axboe
2008-04-03splice: use mapping_gfp_maskHugh Dickins
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank
2008-02-08splice: missing user pointer access verificationJens Axboe
2008-02-01splice: always updated atime in direct spliceJens Axboe
2008-01-29splice: fix problem with atime not being updatedJens Axboe
2008-01-28[SPLICE]: Don't assume regular pages in splice_to_pipe()Jens Axboe
2008-01-25security: call security_file_permission from rw_verify_areaJames Morris
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu
2007-10-16splice: fix double kunmap() in vmsplice copy pathJens Axboe
2007-10-01Fix possible splice() mmap_sem deadlockLinus Torvalds
2007-07-27docbook: add pipes, other fixesRandy Dunlap
2007-07-20splice: fix bad unlock_page() in error caseJens Axboe
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell
2007-07-19readahead: pass real splice sizeFengguang Wu
2007-07-19readahead: move synchronous readahead call out of splice loopFengguang Wu
2007-07-19readahead: convert splice invocationsFengguang Wu
2007-07-16splice: direct splicing updates ppos twiceJens Axboe
2007-07-13splice: fix offset mangling with direct splicing (sendfile)Jens Axboe
2007-07-13security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris
2007-07-10pipe: add documentation and commentsJens Axboe
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10splice: completely document external interface with kerneldocJens Axboe
2007-07-10pipe: allow passing around of ops private pointerJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe
2007-07-10splice: abstract out actor dataJens Axboe
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe
2007-06-15splice: fix leak of pages on short splice to pipeJens Axboe
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callJens Axboe
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceJens Axboe
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorJens Axboe
2007-06-08splice: remove do_splice_direct() symbol exportJens Axboe
2007-06-08splice: move inode size check into generic_file_splice_read()Jens Axboe
2007-05-08[PATCH] splice: always call into page_cache_readahead()Jens Axboe
2007-05-08[PATCH] splice(): fix interaction with readaheadFengguang Wu