summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-30kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-17kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2017-01-12relay: check array offset before using itDan Carpenter1-2/+2
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra3-11/+17
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-1077/+746
2016-10-05relay: simplify relay_file_read()Al Viro1-58/+20
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger4-45/+26
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel2-39/+52
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel1-2/+32
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou1-0/+1
2016-01-22wrappers for ->i_mutex accessAl Viro177-883/+908
2015-07-01kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg1-4/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells4-9/+9
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro3-4/+4
2014-04-02pipe: kill ->map() and ->unmap()Al Viro7-100/+29
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida24-34/+34
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker27-59/+62
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds50-956/+1000
2013-05-01relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1
2013-05-01kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)2-3/+3
2013-05-01kernel/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-23new helper: file_inode(file)Al Viro306-717/+696
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet6-24/+34
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-01-04switch debugfs to umode_tAl Viro25-82/+82
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmall...Jesper Juhl1-11/+4
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita7-13/+17
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe9-108/+292
2010-03-06splice: comparing unsigned int < 0Dan Carpenter1-2/+3
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan3-4/+4
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan64-83/+83
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds146-4228/+14584
2009-04-03relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan1-3/+5
2009-04-01Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar150-4468/+15401
2009-02-18timers: add mod_timer_pending()Ingo Molnar5-62/+80
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar1490-12277/+27283
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 Munteanu3-29/+156
2008-05-28splice: fix sendfile() issue with relayTom Zanussi2-5/+9
2008-05-08Revert "relay: fix splice problem"Jens Axboe2-2/+2
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds38-120/+275
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29relay: fix splice problemTom Zanussi2-2/+2
[next]