aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/relay.c
AgeCommit message (Expand)AuthorFilesLines
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
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/vir...Linus 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 vmall...Jesper 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
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan1-1/+1
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2009-04-02relay: fix for possible loss/corruption of produced subbufsAravind Srinivasan1-3/+5
2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar1-3/+1
2009-02-18timers: add mod_timer_pending()Ingo Molnar1-1/+1
2009-02-03Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing...Ingo Molnar1-1/+3
2009-01-18relay: fix lock imbalance in relay_late_setup_filesJiri Slaby1-1/+3
2008-12-30relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar1-3/+1
2008-12-10relayfs: fix infinite loop with splice()Tom Zanussi1-5/+2
2008-11-18relay: fix cpu offline problemLai Jiangshan1-5/+4
2008-08-05relay: fix "full buffer with exactly full last subbuffer" accounting problemTom Zanussi1-1/+11
2008-07-26relay: add buffer-only channels; useful for early loggingEduard - Gabriel Munteanu1-29/+141
2008-05-28splice: fix sendfile() issue with relayTom Zanussi1-1/+1
2008-05-08Revert "relay: fix splice problem"Jens Axboe1-1/+1
2008-04-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-04-29relayfs: support larger relay bufferMasami Hiramatsu1-3/+32
2008-04-29relay: fix splice problemTom Zanussi1-1/+1
2008-03-26relay: set an spd_release() hook for spliceJens Axboe1-0/+5
2008-03-26set relay file can not be read by pread(2)Lai Jiangshan1-1/+1
2008-03-17relay: fix subbuf_splice_actor() adding too many pagesJens Axboe1-2/+3
2008-02-06relay: nopageNick Piggin1-15/+9
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin1-0/+1
2007-10-18whitespace fixes: relayfsDaniel Walker1-3/+3
2007-07-31Fix a use after free bug in kernel->userspace relay file supportJesper Juhl1-1/+2
2007-07-19kernel/relay.c: make functions staticAdrian Bunk1-7/+6
2007-07-13relay: fixup kerneldoc commentTom Zanussi1-1/+1
2007-07-13relay: fix bogus cast in subbuf_splice_actor()Tom Zanussi1-1/+3
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10relay: use splice_to_pipe() instead of open-coding the pipe loopJens Axboe1-91/+55
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1
2007-07-10splice: relay supportTom Zanussi1-50/+191
2007-06-28relayfs: fix overwritesMasami Hiramatsu1-2/+6
2007-06-28relay file read: start-pos fixDavid Wilder1-0/+3
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-09relay: use plain timer instead of delayed workTom Zanussi1-19/+16
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-2/+1
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-6/+6
2007-02-11[PATCH] Relay: add CPU hotplug supportMathieu Desnoyers1-53/+127
2006-12-22[PATCH] relay: remove inliningAndrew Morton1-8/+7
2006-12-22[PATCH] fix kernel-doc warnings in 2.6.20-rc1Randy Dunlap1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-2/+2
2006-12-08[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_pathJosef "Jeff" Sipek1-2/+2
2006-12-07[PATCH] struct seq_operations and struct file_operations constificationHelge Deller1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+6
2006-10-10[PATCH] make kernel/relay.c __user-cleanAl Viro1-19/+22
2006-09-29[PATCH] kernel-doc for relay interfaceRandy Dunlap1-14/+22
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o1-1/+1
2006-03-23[PATCH] relay: consolidate sendfile() and read() codeTom Zanussi1-84/+91
2006-03-23[PATCH] relay: add sendfile() supportJens Axboe1-29/+115
2006-03-23[PATCH] relay: migrate from relayfs to a generic relay APIJens Axboe1-0/+919