Age | Commit message (Expand) | Author |
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 |
2014-02-19 | treewide: Fix typo in Documentation/DocBook | Masanari Iida |
2013-07-14 | kernel: delete __cpuinit usage from all core kernel files | Paul Gortmaker |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-04-30 | relay: use macro PAGE_ALIGN instead of FIX_SIZE | zhangwei(Jovi) |
2013-04-30 | kernel/relay.c: move FIX_SIZE macro into relay.c | zhangwei(Jovi) |
2013-04-30 | kernel/relay.c: remove unused function argument actor | zhangwei(Jovi) |
2013-04-30 | relay: move remove_buf_file inside relay_close_buf | Dmitry Monakhov |
2013-02-22 | new helper: file_inode(file) | Al Viro |
2012-06-13 | splice: fix racy pipe->buffers uses | Eric Dumazet |
2012-02-10 | relay: prevent integer overflow in relay_open() | Dan Carpenter |