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