index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
relay.c
Age
Commit message (
Expand
)
Author
2025-03-21
relay: use kasprintf() instead of fixed buffer formatting
Andy Shevchenko
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2023-12-29
kernel: relay: remove relay_file_splice_read dead code, doesn't work
Ahelenia ZiemiaĆska
2023-08-18
kernel: relay: remove unnecessary NULL values from relay_open_buf
Li kunyu
2023-05-02
relayfs: fix out-of-bounds access in relay_file_read
Zhang Zhengming
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2022-12-11
relay: fix type mismatch when allocating memory in relay_create_buf()
Gavrilov Ilia
2022-12-11
relay: use strscpy() is more robust and safer
Xu Panda
2022-10-03
relay: use kvcalloc to alloc page array in relay_alloc_page_array
wuchi
2022-05-12
relay: remove redundant assignment to pointer buf
Colin Ian King
2020-12-15
relay: allow the use of const callback structs
Jani Nikula
2020-12-15
relay: make create_buf_file and remove_buf_file callbacks mandatory
Jani Nikula
2020-12-15
relay: require non-NULL callbacks in relay_open()
Jani Nikula
2020-12-15
relay: remove unused buf_mapped and buf_unmapped callbacks
Jani Nikula
2020-10-16
kernel/relay.c: drop unneeded initialization
Sudip Mukherjee
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-04
kernel/relay.c: fix read_pos error when multiple readers
Pengcheng Yang
2020-06-04
kernel/relay.c: handle alloc_percpu returning NULL in relay_open
Daniel Axtens
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-05-20
fs: rename pipe_buf ->steal to ->try_steal
Christoph Hellwig
2020-05-20
fs: make the pipe_buf_operations ->confirm operation optional
Christoph Hellwig
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
2019-03-12
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2019-02-01
pipe: stop using ->can_merge
Jann Horn
2019-01-31
relay: check return of create_buf_file() properly
Greg Kroah-Hartman
2018-06-15
kernel/relay.c: change return type to vm_fault_t
Souptick Joarder
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-02-21
kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
David Rientjes
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-06
kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
Eric Biggers
2017-11-27
ipc, kernel, mm: annotate ->poll() instances
Al Viro
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2016-12-26
splice_pipe_desc: kill ->flags
Al Viro
2016-12-14
relay: check array offset before using it
Dan Carpenter
2016-10-11
relay: Use irq_work instead of plain timer for deferred wakeup
Peter Zijlstra
2016-10-07
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-10-05
relay: simplify relay_file_read()
Al Viro
2016-09-06
relayfs: Convert to hotplug state machine
Richard Weinberger
2016-09-06
relay: Use per CPU constructs for the relay channel buffer pointers
Akash Goel
2016-08-02
relay: add global mode support for buffer-only channels
Akash Goel
2016-06-09
kernel/relay.c: fix potential memory leak
Zhouyi Zhou
2016-01-22
wrappers for ->i_mutex access
Al Viro
2015-06-30
kernel/relay.c: use kvfree() in relay_free_page_array()
Pekka Enberg
2015-04-15
VFS: kernel/: d_inode() annotations
David Howells
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
2014-04-01
pipe: kill ->map() and ->unmap()
Al Viro
[next]