aboutsummaryrefslogtreecommitdiff
path: root/kernel/relay.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-29kernel: relay: remove relay_file_splice_read dead code, doesn't workGravatar Ahelenia Ziemiańska 1-162/+0
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufGravatar Li kunyu 1-1/+1
2023-05-02relayfs: fix out-of-bounds access in relay_file_readGravatar Zhang Zhengming 1-1/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2022-12-11relay: fix type mismatch when allocating memory in relay_create_buf()Gravatar Gavrilov Ilia 1-2/+2
2022-12-11relay: use strscpy() is more robust and saferGravatar Xu Panda 1-2/+2
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arrayGravatar wuchi 1-4/+1
2022-05-12relay: remove redundant assignment to pointer bufGravatar Colin Ian King 1-1/+1
2020-12-15relay: allow the use of const callback structsGravatar Jani Nikula 1-27/+10
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryGravatar Jani Nikula 1-25/+1
2020-12-15relay: require non-NULL callbacks in relay_open()Gravatar Jani Nikula 1-12/+2
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksGravatar Jani Nikula 1-34/+0
2020-10-16kernel/relay.c: drop unneeded initializationGravatar Sudip Mukherjee 1-1/+1
2020-08-21kernel/relay.c: fix memleak on destroy relay channelGravatar Wei Yongjun 1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-04kernel/relay.c: fix read_pos error when multiple readersGravatar Pengcheng Yang 1-10/+7
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openGravatar Daniel Axtens 1-0/+5
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealGravatar Christoph Hellwig 1-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalGravatar Christoph Hellwig 1-1/+0
2020-04-20docs: filesystems: fix renamed referencesGravatar Mauro Carvalho Chehab 1-1/+1
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2019-02-01pipe: stop using ->can_mergeGravatar Jann Horn 1-1/+0
2019-01-31relay: check return of create_buf_file() properlyGravatar Greg Kroah-Hartman 1-1/+3
2018-06-15kernel/relay.c: change return type to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEGravatar David Rientjes 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Gravatar Eric Biggers 1-1/+0
2017-11-27ipc, kernel, mm: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-1/+0
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-2/+2
2016-12-26splice_pipe_desc: kill ->flagsGravatar Al Viro 1-1/+0
2016-12-14relay: check array offset before using itGravatar Dan Carpenter 1-2/+2
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupGravatar Peter Zijlstra 1-10/+14
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-58/+20
2016-10-05relay: simplify relay_file_read()Gravatar Al Viro 1-58/+20
2016-09-06relayfs: Convert to hotplug state machineGravatar Richard Weinberger 1-45/+13
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersGravatar Akash Goel 1-32/+42
2016-08-02relay: add global mode support for buffer-only channelsGravatar Akash Goel 1-2/+32
2016-06-09kernel/relay.c: fix potential memory leakGravatar Zhouyi Zhou 1-0/+1
2016-01-22wrappers for ->i_mutex accessGravatar Al Viro 1-2/+2
2015-06-30kernel/relay.c: use kvfree() in relay_free_page_array()Gravatar Pekka Enberg 1-4/+1
2015-04-15VFS: kernel/: d_inode() annotationsGravatar David Howells 1-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+1
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Gravatar Al Viro 1-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Gravatar Al Viro 1-2/+0
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1