aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/relay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/vfsLinus 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/viro/vfsLinus 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/viro/vfsLinus 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/git/viro/vfsLinus 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
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2015-06-30kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg1-4/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells1-2/+2
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2014-04-12missing bits of "splice: fix racy pipe->buffers uses"Al Viro1-1/+1
2014-04-01pipe: kill ->map() and ->unmap()Al Viro1-2/+0
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2013-04-30relay: use macro PAGE_ALIGN instead of FIX_SIZEzhangwei(Jovi)1-4/+1
2013-04-30kernel/relay.c: move FIX_SIZE macro into relay.czhangwei(Jovi)1-0/+3
2013-04-30kernel/relay.c: remove unused function argument actorzhangwei(Jovi)1-8/+4
2013-04-30relay: move remove_buf_file inside relay_close_bufDmitry Monakhov1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-2/+3
2012-02-10relay: prevent integer overflow in relay_open()Dan Carpenter1-2/+8
2012-01-03switch debugfs to umode_tAl Viro1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2010-11-05Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memsetJesper Juhl1-11/+4
2010-05-27kernel/: convert cpu notifier to return encapsulate errno valueAkinobu Mita1-1/+1
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-5/+10
2010-03-06splice: comparing unsigned int < 0Dan Carpenter1-2/+3