summaryrefslogtreecommitdiff
path: root/kernel/relay.c
AgeCommit message (Expand)Author
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2016-12-26splice_pipe_desc: kill ->flagsAl Viro
2016-12-14relay: check array offset before using itDan Carpenter
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-05relay: simplify relay_file_read()Al Viro
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou
2016-01-22wrappers for ->i_mutex accessAl Viro
2015-06-30kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro
2014-04-01pipe: kill ->map() and ->unmap()Al Viro
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
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