Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5a56a39be7ffb416dd5ec5e1489d5a3a8b6a63f2
/
include
/
linux
/
pipe_fs_i.h
0bf999f
linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was split
by Randy Dunlap
· 5 years ago
0ddad21
pipe: use exclusive waits when reading or writing
by Linus Torvalds
· 5 years ago
a28c8b9
pipe: remove 'waiting_writers' merging logic
by Linus Torvalds
· 5 years ago
6718b6f
pipe: Allow pipes to have kernel-reserved slots
by David Howells
· 5 years ago
8cefc10
pipe: Use head and tail pointers for the ring, not cursor and length
by David Howells
· 5 years ago
e9e1a2e
Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
b987222
tracing: Fix buffer_ref pipe ops
by Jann Horn
· 6 years ago
6b3a707
Merge branch 'page-refs' (page ref overflow)
by Linus Torvalds
· 6 years ago
15fab63
fs: prevent page refcount overflow in pipe_buf_get
by Matthew Wilcox
· 6 years ago
01e7187
pipe: stop using ->can_merge
by Jann Horn
· 6 years ago
a0ce2f0
splice: don't merge into linked buffers
by Jann Horn
· 6 years ago
96e99be40
pipe: reject F_SETPIPE_SZ with size over UINT_MAX
by Eric Biggers
· 7 years ago
319e0a2
pipe, sysctl: remove pipe_proc_fn()
by Eric Biggers
· 7 years ago
4c2e4be
pipe, sysctl: drop 'min' parameter from pipe-max-size converter
by Eric Biggers
· 7 years ago
7a8d181
pipe: add proc_dopipe_max_size() to safely assign pipe_max_size
by Joe Lawrence
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
a949e63
pipe: fix comment in pipe_buf_operations
by Miklos Szeredi
· 8 years ago
ca76f5b
pipe: add pipe_buf_steal() helper
by Miklos Szeredi
· 8 years ago
fba597d
pipe: add pipe_buf_confirm() helper
by Miklos Szeredi
· 8 years ago
a779638
pipe: add pipe_buf_release() helper
by Miklos Szeredi
· 8 years ago
7bf2d1d
pipe: add pipe_buf_get() helper
by Miklos Szeredi
· 8 years ago
759c011
pipe: limit the per-user amount of pages allocated in pipes
by Willy Tarreau
· 9 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
fbb3275
pipe: kill ->map() and ->unmap()
by Al Viro
· 11 years ago
d426334
Merge branch 'master' into for-next
by Jiri Kosina
· 11 years ago
e227867
treewide: Fix typo in Documentation/DocBook
by Masanari Iida
· 11 years ago
28a625c
fuse: fix pipe_buf_operations
by Miklos Szeredi
· 11 years ago
4b8a8f1
get rid of the last free_pipe_info() callers
by Al Viro
· 12 years ago
7bee130
get rid of alloc_pipe_info() argument
by Al Viro
· 12 years ago
6447a3c
get rid of pipe->inode
by Al Viro
· 12 years ago
72b0d9a
pipe: don't use ->i_mutex
by Al Viro
· 12 years ago
ba5bb14
pipe: take allocation and freeing of pipe_inode_info out of ->i_mutex
by Al Viro
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
e4fad8e
consolidate pipe file creation
by Al Viro
· 12 years ago
2164d33
pipe: remove KM_USER0 from comments
by Cong Wang
· 13 years ago
9883035
pipes: add a "packetized pipe" mode for writing
by Linus Torvalds
· 13 years ago
b502bd1
magic.h: move some FS magic numbers into magic.h
by Muthu Kumar
· 13 years ago
0dc1488
pipe_fs_i.h: fix kernel-doc warning
by Randy Dunlap
· 14 years ago
7208364
Un-inline get_pipe_info() helper function
by Linus Torvalds
· 14 years ago
c66fb34
Export 'get_pipe_info()' to other users
by Linus Torvalds
· 14 years ago
ff9da69
pipe: change /proc/sys/fs/pipe-max-pages to byte sized interface
by Jens Axboe
· 15 years ago
b492e95
pipe: set lower and upper limit on max pages in the pipe page array
by Jens Axboe
· 15 years ago
35f3d14
pipe: add support for shrinking and growing pipes
by Jens Axboe
· 15 years ago
6818173
splice: implement default splice_read method
by Miklos Szeredi
· 16 years ago
61e0d47
splice: add helpers for locking pipe inode
by Miklos Szeredi
· 16 years ago
0845718
pipe: add documentation and comments
by Jens Axboe
· 18 years ago
cac36bb0
pipe: change the ->pin() operation to ->confirm()
by Jens Axboe
· 18 years ago
497f962
pipe: allow passing around of ops private pointer
by Jens Axboe
· 18 years ago
d6b29d7
splice: divorce the splice structure/function definitions from the pipe header
by Jens Axboe
· 18 years ago
130610d
splice: add void cookie to the actor data
by Jens Axboe
· 18 years ago
6a14b90
vmsplice: add vmsplice-to-user support
by Jens Axboe
· 18 years ago
c66ab6f
splice: abstract out actor data
by Jens Axboe
· 18 years ago
17374ff
pipe: move pipe_inode_info structure decleration up before it's used
by Jens Axboe
· 18 years ago
40bee44e
Export __splice_from_pipe()
by Mark Fasheh
· 18 years ago
6a8ba9d
[PATCH] reorder struct pipe_buf_operations
by Eric Dumazet
· 18 years ago
d4c3cca
[PATCH] constify pipe_buf_operations
by Eric Dumazet
· 18 years ago
1432873
[PATCH] splice: LRU fixups
by Jens Axboe
· 19 years ago
330ab71
[PATCH] vmsplice: restrict stealing a little more
by Jens Axboe
· 19 years ago
a893b99
[PATCH] splice: fix page LRU accounting
by Jens Axboe
· 19 years ago
7afa6fd
[PATCH] vmsplice: allow user to pass in gift pages
by Jens Axboe
· 19 years ago
f6762b7
[PATCH] pipe: enable atomic copying of pipe data to/from user space
by Jens Axboe
· 19 years ago
f84d751
[PATCH] pipe: introduce ->pin() buffer operation
by Jens Axboe
· 19 years ago
0568b40
[PATCH] splice: fix bugs in pipe_to_file()
by Jens Axboe
· 19 years ago
00522fb
[PATCH] splice: rearrange moving to/from pipe helpers
by Jens Axboe
· 19 years ago
7052449
[PATCH] splice: add support for sys_tee()
by Jens Axboe
· 19 years ago
9aeedfc
[PATCH] get rid of the PIPE_*() macros
by Ingo Molnar
· 19 years ago
b92ce55
[PATCH] splice: add direct fd <-> fd splicing support
by Jens Axboe
· 19 years ago
3a326a2
[PATCH] introduce a "kernel-internal pipe object" abstraction
by Ingo Molnar
· 19 years ago
3e7ee3e
[PATCH] splice: fix page stealing LRU handling.
by Jens Axboe
· 19 years ago
b2b39fa
[PATCH] splice: add a SPLICE_F_MORE flag
by Jens Axboe
· 19 years ago
4f6f0bd
[PATCH] splice: improve writeback and clean up page stealing
by Jens Axboe
· 19 years ago
29e3509
splice: add SPLICE_F_NONBLOCK flag
by Linus Torvalds
· 19 years ago
5abc97a
[PATCH] splice: add support for SPLICE_F_MOVE flag
by Jens Axboe
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
2865cf0
[PATCH] remove pipe definitions
by Zhigang Huo
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago