aboutsummaryrefslogtreecommitdiffstats
path: root/fs/splice.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-14Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+6
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara1-16/+6
2009-09-11splice: update mtime and atime on filesMiklos Szeredi1-2/+6
2009-05-19splice: fix kmaps in default_file_splice_write()Miklos Szeredi1-108/+22
2009-05-14splice: fix error return codeAndrew Morton1-1/+3
2009-05-13splice: fix repeated kmap()'s in default_file_splice_read()Jens Axboe1-6/+4
2009-05-11splice: implement default splice_write methodMiklos Szeredi1-4/+138
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-5/+115
2009-05-11splice: implement pipe to pipe splicingMiklos Szeredi1-11/+151
2009-04-17splice: fix new kernel-doc warningsRandy Dunlap1-2/+1
2009-04-15splice: add helpers for locking pipe inodeMiklos Szeredi1-29/+21
2009-04-15splice: remove generic_file_splice_write_nolock()Miklos Szeredi1-59/+0
2009-04-15ocfs2: fix i_mutex locking in ocfs2_splice_to_file()Miklos Szeredi1-2/+3
2009-04-15splice: fix i_mutex locking in generic_splice_write()Miklos Szeredi1-11/+23
2009-04-15splice: remove i_mutex locking in splice_from_pipe()Miklos Szeredi1-16/+2
2009-04-15splice: split up __splice_from_pipe()Miklos Szeredi1-74/+143
2009-04-07splice: fix deadlock in splicing to fileMiklos Szeredi1-5/+20
2009-04-03FS-Cache: Recruit a page flags for cache managementDavid Howells1-1/+2
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-6/+6
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-0/+1
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-2/+2
2008-10-09Don't allow splice() to files opened with O_APPENDLinus Torvalds1-0/+3
2008-08-04mm: rename page trylockNick Piggin1-1/+1
2008-07-26[patch 3/5] vfs: change remove_suid() to file_remove_suid()Miklos Szeredi1-2/+2
2008-07-26splice: use get_user_pages_fastNick Piggin1-38/+3
2008-07-04splice: fix generic_file_splice_read() race with page invalidationMiklos Szeredi1-4/+13
2008-05-28splice: handle try_to_release_page() failureJens Axboe1-2/+3
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-4/+8
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-05-07vfs: splice remove_suid() cleanupMiklos Szeredi1-16/+13
2008-04-29relay: fix splice problemTom Zanussi1-1/+1
2008-04-10splice: fix infinite loop in generic_file_splice_read()Jens Axboe1-25/+6
2008-04-03splice: use mapping_gfp_maskHugh Dickins1-1/+1
2008-03-04splice: only return -EAGAIN if there's hope of more dataJens Axboe1-4/+8
2008-02-10splice: fix user pointer access in get_iovec_page_array()Bastian Blank1-1/+1
2008-02-08splice: missing user pointer access verificationJens Axboe1-0/+8
2008-02-01splice: always updated atime in direct spliceJens Axboe1-3/+1
2008-01-29splice: fix problem with atime not being updatedJens Axboe1-8/+7
2008-01-28[SPLICE]: Don't assume regular pages in splice_to_pipe()Jens Axboe1-1/+8
2008-01-25security: call security_file_permission from rw_verify_areaJames Morris1-8/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-4/+9
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-1/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-62/+7
2007-10-16readahead: combine file_ra_state.prev_index/prev_offset into prev_posFengguang Wu1-1/+1
2007-10-16splice: fix double kunmap() in vmsplice copy pathJens Axboe1-1/+1
2007-10-01Fix possible splice() mmap_sem deadlockLinus Torvalds1-12/+34
2007-07-27docbook: add pipes, other fixesRandy Dunlap1-2/+2
2007-07-20splice: fix bad unlock_page() in error caseJens Axboe1-2/+3
2007-07-19readahead: split ondemand readahead interface into two functionsRusty Russell1-3/+3
2007-07-19readahead: pass real splice sizeFengguang Wu1-7/+5
2007-07-19readahead: move synchronous readahead call out of splice loopFengguang Wu1-5/+6
2007-07-19readahead: convert splice invocationsFengguang Wu1-11/+7
2007-07-16splice: direct splicing updates ppos twiceJens Axboe1-1/+3
2007-07-13splice: fix offset mangling with direct splicing (sendfile)Jens Axboe1-23/+11
2007-07-13security: revalidate rw permissions for sys_splice and sys_vmspliceJames Morris1-0/+9
2007-07-10pipe: add documentation and commentsJens Axboe1-0/+4
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-7/+7
2007-07-10splice: completely document external interface with kerneldocJens Axboe1-24/+85
2007-07-10pipe: allow passing around of ops private pointerJens Axboe1-0/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-21/+5
2007-07-10vmsplice: add vmsplice-to-user supportJens Axboe1-28/+150
2007-07-10splice: abstract out actor dataJens Axboe1-29/+70
2007-06-15splice: only check do_wakeup in splice_to_pipe() for a real pipeJens Axboe1-6/+7
2007-06-15splice: fix leak of pages on short splice to pipeJens Axboe1-1/+2
2007-06-15splice: adjust balance_dirty_pages_ratelimited() callJens Axboe1-2/+8
2007-06-08splice: __generic_file_splice_read: fix read/truncate raceJens Axboe1-23/+23
2007-06-08splice: __generic_file_splice_read: fix i_size_read() length checksHugh Dickins1-8/+10
2007-06-08splice: move balance_dirty_pages_ratelimited() outside of splice actorJens Axboe1-1/+2
2007-06-08splice: remove do_splice_direct() symbol exportJens Axboe1-2/+0
2007-06-08splice: move inode size check into generic_file_splice_read()Jens Axboe1-10/+9
2007-05-08[PATCH] splice: always call into page_cache_readahead()Jens Axboe1-5/+3
2007-05-08[PATCH] splice(): fix interaction with readaheadFengguang Wu1-4/+5
2007-03-29[PATCH] splice: partial write fixDmitriy Monakhov1-9/+16
2007-03-27Export __splice_from_pipe()Mark Fasheh1-3/+4
2007-03-272/2 splice: dont readpageNick Piggin1-30/+0
2007-03-271/2 splice: dont stealNick Piggin1-63/+38
2006-12-13[PATCH] constify pipe_buf_operationsEric Dumazet1-4/+4
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek1-9/+9
2006-11-04[PATCH] splice: fix problem introduced with inode dietJens Axboe1-6/+20
2006-10-28[PATCH] mm: clean up pagecache allocationNick Piggin1-5/+4
2006-10-19[PATCH] Remove SUID when splicing into an inodeJens Axboe1-4/+15
2006-10-19[PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh1-14/+66
2006-10-19[PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh1-13/+11
2006-10-12[PATCH] splice: fix pipe_to_file() ->prepare_write() error pathJens Axboe1-3/+3
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe1-1/+1
2006-07-10[PATCH] splice: fix problems with sys_tee()Jens Axboe1-105/+133
2006-06-23[PATCH] splice: retrieve mapping after locking the pageJens Axboe1-17/+29
2006-05-04[PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXISTJens Axboe1-0/+2
2006-05-04[PATCH] splice: rename remaining info variables to pipeJens Axboe1-10/+10
2006-05-04[PATCH] splice: LRU fixupsJens Axboe1-22/+11
2006-05-04[PATCH] splice: fix unlocking of page on error ->prepare_write()Jens Axboe1-3/+16
2006-05-02[PATCH] vmsplice: restrict stealing a little moreJens Axboe1-1/+1
2006-05-02[PATCH] splice: fix page LRU accountingJens Axboe1-10/+21
2006-05-02[PATCH] vmsplice: fix badly placed end paranthesisJens Axboe1-1/+1
2006-05-01[PATCH] vmsplice: allow user to pass in gift pagesJens Axboe1-3/+25
2006-05-01[PATCH] pipe: enable atomic copying of pipe data to/from user spaceJens Axboe1-2/+2
2006-05-01[PATCH] splice: call handle_ra_miss() on failure to lookup pageJens Axboe1-0/+6
2006-05-01[PATCH] pipe: introduce ->pin() buffer operationJens Axboe1-61/+30
2006-05-01[PATCH] splice: fix bugs in pipe_to_file()Jens Axboe1-18/+19
2006-04-30[PATCH] splice: fix bugs with stealing regular pipe pagesJens Axboe1-1/+3
2006-04-27[PATCH] splice: make the read-side do batched page lookupsJens Axboe1-30/+65
2006-04-27[PATCH] splice: switch to using page_cache_readahead()Jens Axboe1-2/+2
2006-04-26[PATCH] splice: rearrange moving to/from pipe helpersJens Axboe1-24/+11
2006-04-26[PATCH] Add support for the sys_vmsplice syscallJens Axboe1-39/+253
2006-04-26[PATCH] splice: fix offset problemsJens Axboe1-19/+27
2006-04-26[PATCH] splice: fix min() warningAndrew Morton1-1/+1
2006-04-20[PATCH] splice: fix smaller sized splice readsJens Axboe1-1/+12
2006-04-19[PATCH] splice: fixup writeout path after ->map changesJens Axboe1-19/+30
2006-04-19[PATCH] splice: offset fixesJens Axboe1-15/+30
2006-04-19[PATCH] tee: link_pipe() must be careful when dropping one of the pipe locksJens Axboe1-4/+14
2006-04-19[PATCH] splice: cleanup the SPLICE_F_NONBLOCK handlingJens Axboe1-14/+16
2006-04-19[PATCH] splice: close i_size truncate races on readJens Axboe1-6/+37
2006-04-11[PATCH] splice: add support for sys_tee()Jens Axboe1-0/+186
2006-04-11[PATCH] splice: pass offset around for ->splice_read() and ->splice_write()Jens Axboe1-42/+44
2006-04-11[PATCH] splice: comment stylesIngo Molnar1-11/+12
2006-04-11[PATCH] splice: add Ingo as addition copyright holderJens Axboe1-4/+5
2006-04-11[PATCH] splice: unlikely() optimizationsJens Axboe1-8/+7
2006-04-11[PATCH] splice: speedups and optimizationsJens Axboe1-20/+13
2006-04-11[PATCH] splice: speedup __generic_file_splice_readJens Axboe1-11/+63
2006-04-11[PATCH] splice: add direct fd <-> fd splicing supportJens Axboe1-18/+130
2006-04-10[PATCH] splice: add optional input and output offsetsIngo Molnar1-13/+41
2006-04-10[PATCH] introduce a "kernel-internal pipe object" abstractionIngo Molnar1-59/+63
2006-04-10[PATCH] splice: be smarter about calling do_page_cache_readahead()Jens Axboe1-2/+5
2006-04-10[PATCH] splice: optimize the splice buffer mappingJens Axboe1-10/+30
2006-04-10[PATCH] splice: cleanup __generic_file_splice_read()Jens Axboe1-49/+10
2006-04-10[PATCH] splice: only call wake_up_interruptible() when we really have toJens Axboe1-4/+12
2006-04-10[PATCH] splice: potential !page dereferenceDave Jones1-1/+2
2006-04-10[PATCH] splice: mark the io page as accessedJens Axboe1-0/+1
2006-04-02[PATCH] splice: fix page stealing LRU handling.Jens Axboe1-19/+11
2006-04-02[PATCH] splice: page stealing needs to wait_on_page_writeback()Jens Axboe1-0/+9
2006-04-02[PATCH] splice: export generic_splice_sendpageJens Axboe1-2/+5
2006-04-02[PATCH] splice: add a SPLICE_F_MORE flagJens Axboe1-2/+3
2006-04-02[PATCH] splice: add comments documenting more of the codeJens Axboe1-4/+66
2006-04-02[PATCH] splice: improve writeback and clean up page stealingJens Axboe1-16/+48
2006-04-02[PATCH] splice: fix shadow[] filling logicJens Axboe1-3/+3
2006-04-02splice: add SPLICE_F_NONBLOCK flagLinus Torvalds1-4/+21
2006-03-30[PATCH] splice exportsJeff Garzik1-0/+4
2006-03-30[PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe1-37/+84
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-0/+612