aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/relay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)1-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)1-8/+4
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-2/+3
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memsetJesper Juhl1-11/+4
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-5/+10
2010-03-06splice: comparing unsigned int < 0Dan Carpenter1-2/+3
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+1
2009-04-02relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan1-3/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-3/+1
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-1/+1
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/coreIngo Molnar1-1/+3
2009-01-18relay: fix lock imbalance in relay_late_setup_filesJiri Slaby1-1/+3
2008-12-30relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar1-3/+1
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi1-5/+2
2008-11-18relay: fix cpu offline problemLai Jiangshan1-5/+4
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi1-1/+11
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu1-29/+141
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-1/+1
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29relay: fix splice problemTom Zanussi1-1/+1
2008-03-26relay: set an spd_release() hook for spliceJens Axboe1-0/+5
2008-03-26set relay file can not be read by pread(2)Lai Jiangshan1-1/+1
2008-03-17relay: fix subbuf_splice_actor() adding too many pagesJens Axboe1-2/+3
2008-02-06relay: nopageNick Piggin1-15/+9
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+1
2007-10-18whitespace fixes: relayfsDaniel Walker1-3/+3
2007-07-31Fix a use after free bug in kernel->userspace relay file supportJesper Juhl1-1/+2
2007-07-19kernel/relay.c: make functions staticAdrian Bunk1-7/+6
2007-07-13relay: fixup kerneldoc commentTom Zanussi1-1/+1
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi1-1/+3
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe1-91/+55
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10splice: relay supportTom Zanussi1-50/+191
2007-06-28relayfs: fix overwritesMasami Hiramatsu1-2/+6
2007-06-28relay file read: start-pos fixDavid Wilder1-0/+3
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1