summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-3/+1
|\
| * missing bits of "splice: fix racy pipe->buffers uses"Al Viro2014-04-121-1/+1
| * pipe: kill ->map() and ->unmap()Al Viro2014-04-011-2/+0
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-1/+1
|\
| * relay: move remove_buf_file inside relay_close_bufDmitry Monakhov2013-04-301-1/+1
* | relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)2013-04-301-4/+1
* | kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)2013-04-301-0/+3
* | kernel/relay.c: remove unused function argument actorzhangwei(Jovi)2013-04-301-8/+4
|/
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-2/+3
* relay: prevent integer overflow in relay_open()Dan Carpenter2012-02-101-2/+8
* switch debugfs to umode_tAl Viro2012-01-031-1/+1
* kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl2010-11-051-11/+4
* kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-05-271-1/+1
* pipe: add support for shrinking and growing pipesJens Axboe2010-05-211-5/+10
* splice: comparing unsigned int < 0Dan Carpenter2010-03-061-2/+3
* const: constify remaining pipe_buf_operationsAlexey Dobriyan2009-12-161-1/+1
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-051-3/+1
|\
| * Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-021-3/+1
| |\
| | * Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar2009-02-031-1/+3
| | |\
| | * | relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar2008-12-301-3/+1
* | | | relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan2009-04-021-3/+5
|/ / /
* | | timers: add mod_timer_pending()Ingo Molnar2009-02-181-1/+1
| |/ |/|
* | relay: fix lock imbalance in relay_late_setup_filesJiri Slaby2009-01-181-1/+3
|/
* relayfs: fix infinite loop with splice()Tom Zanussi2008-12-101-5/+2
* relay: fix cpu offline problemLai Jiangshan2008-11-181-5/+4
* relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi2008-08-051-1/+11
* relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu2008-07-261-29/+141
* splice: fix sendfile() issue with relayTom Zanussi2008-05-281-1/+1
* Revert "relay: fix splice problem"Jens Axboe2008-05-081-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-04-291-1/+1
|\
| * relay: fix splice problemTom Zanussi2008-04-291-1/+1
* | relayfs: support larger relay bufferMasami Hiramatsu2008-04-291-3/+32
|/
* relay: set an spd_release() hook for spliceJens Axboe2008-03-261-0/+5
* set relay file can not be read by pread(2)Lai Jiangshan2008-03-261-1/+1
* relay: fix subbuf_splice_actor() adding too many pagesJens Axboe2008-03-171-2/+3
* relay: nopageNick Piggin2008-02-061-15/+9
* vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2008-02-041-0/+1
* whitespace fixes: relayfsDaniel Walker2007-10-181-3/+3
* Fix a use after free bug in kernel->userspace relay file supportJesper Juhl2007-07-311-1/+2
* kernel/relay.c: make functions staticAdrian Bunk2007-07-191-7/+6
* relay: fixup kerneldoc commentTom Zanussi2007-07-131-1/+1
* relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi2007-07-131-1/+3
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe2007-07-101-91/+55
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
OpenPOWER on IntegriCloud