aboutsummaryrefslogtreecommitdiff
path: root/kernel/relay.c
AgeCommit message (Expand)Author
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov
2013-02-22new helper: file_inode(file)Al Viro
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter
2012-01-03switch debugfs to umode_tAl Viro
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe
2010-03-06splice: comparing unsigned int < 0Dan Carpenter
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-02relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar
2009-02-18timers: add mod_timer_pending()Ingo Molnar
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar
2009-01-18relay: fix lock imbalance in relay_late_setup_filesJiri Slaby
2008-12-30relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi
2008-11-18relay: fix cpu offline problemLai Jiangshan
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu
2008-05-28splice: fix sendfile() issue with relayTom Zanussi
2008-05-08Revert "relay: fix splice problem"Jens Axboe
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu
2008-04-29relay: fix splice problemTom Zanussi
2008-03-26relay: set an spd_release() hook for spliceJens Axboe
2008-03-26set relay file can not be read by pread(2)Lai Jiangshan
2008-03-17relay: fix subbuf_splice_actor() adding too many pagesJens Axboe
2008-02-06relay: nopageNick Piggin
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin
2007-10-18whitespace fixes: relayfsDaniel Walker
2007-07-31Fix a use after free bug in kernel->userspace relay file supportJesper Juhl
2007-07-19kernel/relay.c: make functions staticAdrian Bunk
2007-07-13relay: fixup kerneldoc commentTom Zanussi
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10splice: relay supportTom Zanussi
2007-06-28relayfs: fix overwritesMasami Hiramatsu
2007-06-28relay file read: start-pos fixDavid Wilder
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds