aboutsummaryrefslogtreecommitdiff
path: root/kernel/relay.c
AgeCommit message (Expand)Author
2020-12-15relay: allow the use of const callback structsJani Nikula
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula
2020-12-15relay: require non-NULL callbacks in relay_open()Jani Nikula
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee
2020-08-21kernel/relay.c: fix memleak on destroy relay channelWei Yongjun
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-02-01pipe: stop using ->can_mergeJann Horn
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman
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