Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0e8bff47f6d3e863bf1829e020000c249c59ecd2
/
kernel
/
relay.c
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
200f1ce
kernel/relay.c: use kvfree() in relay_free_page_array()
by Pekka Enberg
· 9 years ago
7682c91
VFS: kernel/: d_inode() annotations
by David Howells
· 10 years ago
5166701
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
a786c06
missing bits of "splice: fix racy pipe->buffers uses"
by Al Viro
· 11 years ago
fbb3275
pipe: kill ->map() and ->unmap()
by Al Viro
· 11 years ago
e227867
treewide: Fix typo in Documentation/DocBook
by Masanari Iida
· 11 years ago
0db0628
kernel: delete __cpuinit usage from all core kernel files
by Paul Gortmaker
· 11 years ago
4de13d7a
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
a05342cb
relay: use macro PAGE_ALIGN instead of FIX_SIZE
by zhangwei(Jovi)
· 12 years ago
536b39ec
kernel/relay.c: move FIX_SIZE macro into relay.c
by zhangwei(Jovi)
· 12 years ago
8359f68
kernel/relay.c: remove unused function argument actor
by zhangwei(Jovi)
· 12 years ago
b8d4a5b
relay: move remove_buf_file inside relay_close_buf
by Dmitry Monakhov
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
047fe36
splice: fix racy pipe->buffers uses
by Eric Dumazet
· 12 years ago
f6302f1
relay: prevent integer overflow in relay_open()
by Dan Carpenter
· 13 years ago
f4ae40a
switch debugfs to umode_t
by Al Viro
· 13 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 13 years ago
408af87
Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset
by Jesper Juhl
· 14 years ago
80b5184
kernel/: convert cpu notifier to return encapsulate errno value
by Akinobu Mita
· 14 years ago
35f3d14
pipe: add support for shrinking and growing pipes
by Jens Axboe
· 14 years ago
5f1664f
splice: comparing unsigned int < 0
by Dan Carpenter
· 15 years ago
28dfef8
const: constify remaining pipe_buf_operations
by Alexey Dobriyan
· 15 years ago
f0f37e2
const: mark struct vm_struct_operations
by Alexey Dobriyan
· 15 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
2c53d91
relay: fix for possible loss/corruption of produced subbufs
by Aravind Srinivasan
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
7401922
timers: add mod_timer_pending()
by Ingo Molnar
· 16 years ago
dc573f9
Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
b786c6a
relay: fix lock imbalance in relay_late_setup_files
by Jiri Slaby
· 16 years ago
7a51cff
relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()
by Ingo Molnar
· 16 years ago
fbb5b7a
relayfs: fix infinite loop with splice()
by Tom Zanussi
· 16 years ago
98ba403
relay: fix cpu offline problem
by Lai Jiangshan
· 16 years ago
3219445
relay: fix "full buffer with exactly full last subbuffer" accounting problem
by Tom Zanussi
· 16 years ago
20d8b67
relay: add buffer-only channels; useful for early logging
by Eduard - Gabriel Munteanu
· 16 years ago
a82c53a
splice: fix sendfile() issue with relay
by Tom Zanussi
· 17 years ago
75065ff
Revert "relay: fix splice problem"
by Jens Axboe
· 17 years ago
bd5d435
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
68ab3d8
relayfs: support larger relay buffer
by Masami Hiramatsu
· 17 years ago
c3270e5
relay: fix splice problem
by Tom Zanussi
· 17 years ago
5eb7f9f
relay: set an spd_release() hook for splice
by Jens Axboe
· 17 years ago
37529fe
set relay file can not be read by pread(2)
by Lai Jiangshan
· 17 years ago
16d5466
relay: fix subbuf_splice_actor() adding too many pages
by Jens Axboe
· 17 years ago
a1e0961
relay: nopage
by Nick Piggin
· 17 years ago
2f98735
vm audit: add VM_DONTEXPAND to mmap for drivers that need it
by Nick Piggin
· 17 years ago
1bfbc60
whitespace fixes: relayfs
by Daniel Walker
· 17 years ago
c9b3feb
Fix a use after free bug in kernel->userspace relay file support
by Jesper Juhl
· 17 years ago
01c55ed
kernel/relay.c: make functions static
by Adrian Bunk
· 17 years ago
d3f35d9
relay: fixup kerneldoc comment
by Tom Zanussi
· 17 years ago
24da24d
relay: fix bogus cast in subbuf_splice_actor()
by Tom Zanussi
· 17 years ago
cac36bb0
pipe: change the ->pin() operation to ->confirm()
by Jens Axboe
· 17 years ago
1db60cf
relay: use splice_to_pipe() instead of open-coding the pipe loop
by Jens Axboe
· 17 years ago
d6b29d7
splice: divorce the splice structure/function definitions from the pipe header
by Jens Axboe
· 17 years ago
ebf9909
splice: relay support
by Tom Zanussi
· 17 years ago
a66e356
relayfs: fix overwrites
by Masami Hiramatsu
· 17 years ago
8d62fde
relay file read: start-pos fix
by David Wilder
· 17 years ago
9a9136e2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
by Linus Torvalds
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
7c9cb38
relay: use plain timer instead of delayed work
by Tom Zanussi
· 18 years ago
59c5159
Fix occurrences of "the the "
by Michael Opdenacker
· 18 years ago
05fb6bf
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
by Randy Dunlap
· 18 years ago
72fd4a3
[PATCH] Numerous fixes to kernel-doc info in source files.
by Robert P. J. Day
· 18 years ago
23c8875
[PATCH] Relay: add CPU hotplug support
by Mathieu Desnoyers
· 18 years ago
192636a
[PATCH] relay: remove inlining
by Andrew Morton
· 18 years ago
af9997e
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
by Randy Dunlap
· 18 years ago
cd86128
[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()
by Robert P. J. Day
· 18 years ago
f3a43f3
[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path
by Josef "Jeff" Sipek
· 18 years ago
15ad7cd
[PATCH] struct seq_operations and struct file_operations constification
by Helge Deller
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
ba2397e
[PATCH] make kernel/relay.c __user-clean
by Al Viro
· 18 years ago
4c78a66
[PATCH] kernel-doc for relay interface
by Randy Dunlap
· 18 years ago
8e18e29
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
by Theodore Ts'o
· 18 years ago
6dac40a
[PATCH] relay: consolidate sendfile() and read() code
by Tom Zanussi
· 19 years ago
221415d
[PATCH] relay: add sendfile() support
by Jens Axboe
· 19 years ago
b86ff981
[PATCH] relay: migrate from relayfs to a generic relay API
by Jens Axboe
· 19 years ago