summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: relay: remove relay_file_splice_read dead code, doesn't workAhelenia ZiemiaƄska2023-12-291-162/+0
* kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu2023-08-181-1/+1
* relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming2023-05-021-1/+2
* mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
* relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2022-12-111-2/+2
* relay: use strscpy() is more robust and saferXu Panda2022-12-111-2/+2
* relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi2022-10-031-4/+1
* relay: remove redundant assignment to pointer bufColin Ian King2022-05-121-1/+1
* relay: allow the use of const callback structsJani Nikula2020-12-151-27/+10
* relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2020-12-151-25/+1
* relay: require non-NULL callbacks in relay_open()Jani Nikula2020-12-151-12/+2
* relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2020-12-151-34/+0
* kernel/relay.c: drop unneeded initializationSudip Mukherjee2020-10-161-1/+1
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-211-0/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang2020-06-041-10/+7
* kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens2020-06-041-0/+5
* Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-4/+3
|\
| * fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig2020-05-201-3/+3
| * fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-1/+0
* | docs: filesystems: fix renamed referencesMauro Carvalho Chehab2020-04-201-1/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-1/+0
|\
| * pipe: stop using ->can_mergeJann Horn2019-02-011-1/+0
* | relay: check return of create_buf_file() properlyGreg Kroah-Hartman2019-01-311-1/+3
|/
* kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-06-151-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes2018-02-211-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers2018-02-061-1/+0
* ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+0
|\
| * splice_pipe_desc: kill ->flagsAl Viro2016-12-261-1/+0
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
|/
* relay: check array offset before using itDan Carpenter2016-12-141-2/+2
* relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-111-10/+14
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-58/+20
|\
| * relay: simplify relay_file_read()Al Viro2016-10-051-58/+20
* | relayfs: Convert to hotplug state machineRichard Weinberger2016-09-061-45/+13
* | relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel2016-09-061-32/+42
|/
* relay: add global mode support for buffer-only channelsAkash Goel2016-08-021-2/+32
* kernel/relay.c: fix potential memory leakZhouyi Zhou2016-06-091-0/+1
* wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-06-301-4/+1
* VFS: kernel/: d_inode() annotationsDavid Howells2015-04-151-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-3/+1
|\
| * missing bits of "splice: fix racy pipe->buffers uses"Al Viro2014-04-121-1/+1
| * pipe: kill ->map() and ->unmap()Al Viro2014-04-011-2/+0
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker2013-07-141-1/+1