aboutsummaryrefslogtreecommitdiff
path: root/kernel/relay.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Gravatar Al Viro 1-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Gravatar Al Viro 1-2/+0
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEGravatar zhangwei(Jovi) 1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.cGravatar zhangwei(Jovi) 1-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorGravatar zhangwei(Jovi) 1-8/+4
2013-04-30relay: move remove_buf_file inside relay_close_bufGravatar Dmitry Monakhov 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2012-06-13splice: fix racy pipe->buffers usesGravatar Eric Dumazet 1-2/+3
2012-02-10relay: prevent integer overflow in relay_open()Gravatar Dan Carpenter 1-2/+8
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Gravatar Jesper Juhl 1-11/+4
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueGravatar Akinobu Mita 1-1/+1
2010-05-21pipe: add support for shrinking and growing pipesGravatar Jens Axboe 1-5/+10
2010-03-06splice: comparing unsigned int < 0Gravatar Dan Carpenter 1-2/+3
2009-12-16const: constify remaining pipe_buf_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-27const: mark struct vm_struct_operationsGravatar Alexey Dobriyan 1-1/+1
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+1
2009-04-02relay: fix for possible loss/corruption of produced subbufsGravatar Aravind Srinivasan 1-3/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusGravatar Ingo Molnar 1-3/+1
2009-02-18timers: add mod_timer_pending()Gravatar Ingo Molnar 1-1/+1
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Gravatar Ingo Molnar 1-1/+3
2009-01-18relay: fix lock imbalance in relay_late_setup_filesGravatar Jiri Slaby 1-1/+3
2008-12-30relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Gravatar Ingo Molnar 1-3/+1
2008-12-10relayfs: fix infinite loop with splice()Gravatar Tom Zanussi 1-5/+2
2008-11-18relay: fix cpu offline problemGravatar Lai Jiangshan 1-5/+4
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemGravatar Tom Zanussi 1-1/+11
2008-07-26relay: add buffer-only channels; useful for early loggingGravatar Eduard - Gabriel Munteanu 1-29/+141
2008-05-28splice: fix sendfile() issue with relayGravatar Tom Zanussi 1-1/+1
2008-05-08Revert "relay: fix splice problem"Gravatar Jens Axboe 1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-1/+1
2008-04-29relayfs: support larger relay bufferGravatar Masami Hiramatsu 1-3/+32
2008-04-29relay: fix splice problemGravatar Tom Zanussi 1-1/+1
2008-03-26relay: set an spd_release() hook for spliceGravatar Jens Axboe 1-0/+5
2008-03-26set relay file can not be read by pread(2)Gravatar Lai Jiangshan 1-1/+1
2008-03-17relay: fix subbuf_splice_actor() adding too many pagesGravatar Jens Axboe 1-2/+3
2008-02-06relay: nopageGravatar Nick Piggin 1-15/+9
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itGravatar Nick Piggin 1-0/+1
2007-10-18whitespace fixes: relayfsGravatar Daniel Walker 1-3/+3
2007-07-31Fix a use after free bug in kernel->userspace relay file supportGravatar Jesper Juhl 1-1/+2
2007-07-19kernel/relay.c: make functions staticGravatar Adrian Bunk 1-7/+6
2007-07-13relay: fixup kerneldoc commentGravatar Tom Zanussi 1-1/+1
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Gravatar Tom Zanussi 1-1/+3
2007-07-10pipe: change the ->pin() operation to ->confirm()Gravatar Jens Axboe 1-1/+1
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopGravatar Jens Axboe 1-91/+55
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerGravatar Jens Axboe 1-1/+1