| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-10 | 1 | -1/+1 |
* | relay: fix type mismatch when allocating memory in relay_create_buf() | Gavrilov Ilia | 2022-12-12 | 1 | -2/+2 |
* | relay: use strscpy() is more robust and safer | Xu Panda | 2022-12-12 | 1 | -2/+2 |
* | relay: use kvcalloc to alloc page array in relay_alloc_page_array | wuchi | 2022-10-03 | 1 | -4/+1 |
* | relay: remove redundant assignment to pointer buf | Colin Ian King | 2022-05-13 | 1 | -1/+1 |
* | relay: allow the use of const callback structs | Jani Nikula | 2020-12-16 | 1 | -27/+10 |
* | relay: make create_buf_file and remove_buf_file callbacks mandatory | Jani Nikula | 2020-12-16 | 1 | -25/+1 |
* | relay: require non-NULL callbacks in relay_open() | Jani Nikula | 2020-12-16 | 1 | -12/+2 |
* | relay: remove unused buf_mapped and buf_unmapped callbacks | Jani Nikula | 2020-12-16 | 1 | -34/+0 |
* | kernel/relay.c: drop unneeded initialization | Sudip Mukherjee | 2020-10-16 | 1 | -1/+1 |
* | kernel/relay.c: fix memleak on destroy relay channel | Wei Yongjun | 2020-08-21 | 1 | -0/+1 |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -1/+1 |
* | kernel/relay.c: fix read_pos error when multiple readers | Pengcheng Yang | 2020-06-05 | 1 | -10/+7 |
* | kernel/relay.c: handle alloc_percpu returning NULL in relay_open | Daniel Axtens | 2020-06-05 | 1 | -0/+5 |
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-06-04 | 1 | -4/+3 |
|\ |
|
| * | fs: rename pipe_buf ->steal to ->try_steal | Christoph Hellwig | 2020-05-20 | 1 | -3/+3 |
| * | fs: make the pipe_buf_operations ->confirm operation optional | Christoph Hellwig | 2020-05-20 | 1 | -1/+0 |
* | | docs: filesystems: fix renamed references | Mauro Carvalho Chehab | 2020-04-20 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2019-03-12 | 1 | -1/+0 |
|\ |
|
| * | pipe: stop using ->can_merge | Jann Horn | 2019-02-01 | 1 | -1/+0 |
* | | relay: check return of create_buf_file() properly | Greg Kroah-Hartman | 2019-01-31 | 1 | -1/+3 |
|/ |
|
* | kernel/relay.c: change return type to vm_fault_t | Souptick Joarder | 2018-06-15 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -1/+2 |
* | kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE | David Rientjes | 2018-02-22 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -2/+2 |
* | kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" | Eric Biggers | 2018-02-07 | 1 | -1/+0 |
* | ipc, kernel, mm: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2017-05-02 | 1 | -1/+0 |
|\ |
|
| * | splice_pipe_desc: kill ->flags | Al Viro | 2016-12-27 | 1 | -1/+0 |
* | | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 2017-02-28 | 1 | -1/+1 |
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-25 | 1 | -2/+2 |
|/ |
|
* | relay: check array offset before using it | Dan Carpenter | 2016-12-15 | 1 | -2/+2 |
* | relay: Use irq_work instead of plain timer for deferred wakeup | Peter Zijlstra | 2016-10-12 | 1 | -10/+14 |
* | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-10-08 | 1 | -58/+20 |
|\ |
|
| * | relay: simplify relay_file_read() | Al Viro | 2016-10-06 | 1 | -58/+20 |
* | | relayfs: Convert to hotplug state machine | Richard Weinberger | 2016-09-06 | 1 | -45/+13 |
* | | relay: Use per CPU constructs for the relay channel buffer pointers | Akash Goel | 2016-09-06 | 1 | -32/+42 |
|/ |
|
* | relay: add global mode support for buffer-only channels | Akash Goel | 2016-08-03 | 1 | -2/+32 |
* | kernel/relay.c: fix potential memory leak | Zhouyi Zhou | 2016-06-09 | 1 | -0/+1 |
* | wrappers for ->i_mutex access | Al Viro | 2016-01-23 | 1 | -2/+2 |
* | kernel/relay.c: use kvfree() in relay_free_page_array() | Pekka Enberg | 2015-07-01 | 1 | -4/+1 |
* | VFS: kernel/: d_inode() annotations | David Howells | 2015-04-15 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2014-04-12 | 1 | -3/+1 |
|\ |
|
| * | missing bits of "splice: fix racy pipe->buffers uses" | Al Viro | 2014-04-12 | 1 | -1/+1 |
| * | pipe: kill ->map() and ->unmap() | Al Viro | 2014-04-02 | 1 | -2/+0 |
* | | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 2014-02-19 | 1 | -1/+1 |
|/ |
|
* | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker | 2013-07-15 | 1 | -1/+1 |
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-05-08 | 1 | -1/+1 |
|\ |
|
| * | relay: move remove_buf_file inside relay_close_buf | Dmitry Monakhov | 2013-04-30 | 1 | -1/+1 |
* | | relay: use macro PAGE_ALIGN instead of FIX_SIZE | zhangwei(Jovi) | 2013-05-01 | 1 | -4/+1 |