summaryrefslogtreecommitdiffstats
path: root/kernel/relay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-09relayfs: support a counter tracking if data is too big to writeJason Xing1-8/+10
2025-07-09relayfs: introduce getting relayfs statistics functionJason Xing1-0/+30
2025-07-09relayfs: support a counter tracking if per-cpu buffers is fullJason Xing1-1/+7
2025-07-09relayfs: abolish prev_paddingJason Xing1-6/+8
2025-07-09kernel: relay: use __GFP_ZERO in relay_alloc_bufElijah Wright1-2/+1
2025-05-11relay: remove unused relay_late_setup_filesDr. David Alan Gilbert1-110/+1
2025-03-21relay: use kasprintf() instead of fixed buffer formattingAndy Shevchenko1-2/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2023-12-29kernel: relay: remove relay_file_splice_read dead code, doesn't workAhelenia ZiemiaƄska1-162/+0
2023-08-18kernel: relay: remove unnecessary NULL values from relay_open_bufLi kunyu1-1/+1
2023-05-02relayfs: fix out-of-bounds access in relay_file_readZhang Zhengming1-1/+2
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1
2022-12-11relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia1-2/+2
2022-12-11relay: use strscpy() is more robust and saferXu Panda1-2/+2
2022-10-03relay: use kvcalloc to alloc page array in relay_alloc_page_arraywuchi1-4/+1
2022-05-12relay: remove redundant assignment to pointer bufColin Ian King1-1/+1
2020-12-15relay: allow the use of const callback structsJani Nikula1-27/+10
2020-12-15relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula1-25/+1
2020-12-15relay: require non-NULL callbacks in relay_open()Jani Nikula1-12/+2
2020-12-15relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula1-34/+0
2020-10-16kernel/relay.c: drop unneeded initializationSudip Mukherjee1-1/+1
2020-08-21kernel/relay.c: fix memleak on destroy relay channelWei Yongjun1-0/+1
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-04kernel/relay.c: fix read_pos error when multiple readersPengcheng Yang1-10/+7
2020-06-04kernel/relay.c: handle alloc_percpu returning NULL in relay_openDaniel Axtens1-0/+5
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-4/+3
2020-05-20fs: rename pipe_buf ->steal to ->try_stealChristoph Hellwig1-3/+3
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-1/+0
2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2019-02-01pipe: stop using ->can_mergeJann Horn1-1/+0
2019-01-31relay: check return of create_buf_file() properlyGreg Kroah-Hartman1-1/+3
2018-06-15kernel/relay.c: change return type to vm_fault_tSouptick Joarder1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-02-21kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZEDavid Rientjes1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"Eric Biggers1-1/+0
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-2/+2
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-1/+0
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang1-2/+2
2016-12-26splice_pipe_desc: kill ->flagsAl Viro1-1/+0
2016-12-14relay: check array offset before using itDan Carpenter1-2/+2
2016-10-11relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra1-10/+14
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-58/+20
2016-10-05relay: simplify relay_file_read()Al Viro1-58/+20
2016-09-06relayfs: Convert to hotplug state machineRichard Weinberger1-45/+13
2016-09-06relay: Use per CPU constructs for the relay channel buffer pointersAkash Goel1-32/+42
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel1-2/+32
2016-06-09kernel/relay.c: fix potential memory leakZhouyi Zhou1-0/+1