summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
AgeCommit message (Expand)AuthorLines
2025-11-16relay: update relay to use mmap_prepareLorenzo Stoakes-16/+17
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing-8/+10
2025-07-09relayfs: introduce getting relayfs statistics functionJason Xing-0/+30
2025-07-09relayfs: support a counter tracking if per-cpu buffers is fullJason Xing-1/+7
2025-07-09relayfs: abolish prev_paddingJason Xing-6/+8
2025-07-09kernel: relay: use __GFP_ZERO in relay_alloc_bufElijah Wright-2/+1
2025-05-11relay: remove unused relay_late_setup_filesDr. David Alan Gilbert-110/+1
2025-03-21relay: use kasprintf() instead of fixed buffer formattingAndy Shevchenko-2/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2023-12-29kernel: relay: remove relay_file_splice_read dead code, doesn't workAhelenia ZiemiaƄska-162/+0
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu-1/+1
2023-05-02relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming-1/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2022-12-11relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia-2/+2
2022-12-11relay: use strscpy() is more robust and saferXu Panda-2/+2
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi-4/+1
2022-05-12relay: remove redundant assignment to pointer bufColin Ian King-1/+1
2020-12-15relay: allow the use of const callback structsJani Nikula-27/+10
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula-25/+1
2020-12-15relay: require non-NULL callbacks in relay_open()Jani Nikula-12/+2
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula-34/+0
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee-1/+1
2020-08-21kernel/relay.c: fix memleak on destroy relay channelWei Yongjun-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang-10/+7
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens-0/+5
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig-1/+0
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab-1/+1
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2019-02-01pipe: stop using ->can_mergeJann Horn-1/+0
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman-1/+3
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers-1/+0
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro-2/+2
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+0
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang-2/+2
2016-12-26splice_pipe_desc: kill ->flagsAl Viro-1/+0
2016-12-14relay: check array offset before using itDan Carpenter-2/+2
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra-10/+14
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-58/+20
2016-10-05relay: simplify relay_file_read()Al Viro-58/+20
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger-45/+13
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel-32/+42
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel-2/+32