1. 023542f relay: allow the use of const callback structs by Jani Nikula · 4 years ago
  2. 371e038 relay: make create_buf_file and remove_buf_file callbacks mandatory by Jani Nikula · 4 years ago
  3. 6f8f254 relay: require non-NULL callbacks in relay_open() by Jani Nikula · 4 years ago
  4. 3d03295 relay: remove unused buf_mapped and buf_unmapped callbacks by Jani Nikula · 4 years ago
  5. ac05b7a kernel/relay.c: drop unneeded initialization by Sudip Mukherjee · 4 years, 2 months ago
  6. 71e8432 kernel/relay.c: fix memleak on destroy relay channel by Wei Yongjun · 4 years, 4 months ago
  7. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  8. 341a721 kernel/relay.c: fix read_pos error when multiple readers by Pengcheng Yang · 4 years, 7 months ago
  9. 54e200a kernel/relay.c: handle alloc_percpu returning NULL in relay_open by Daniel Axtens · 4 years, 7 months ago
  10. ae03c53 Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  11. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
  12. b8d9e7f fs: make the pipe_buf_operations ->confirm operation optional by Christoph Hellwig · 4 years, 7 months ago
  13. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  14. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  15. 01e7187 pipe: stop using ->can_merge by Jann Horn · 6 years ago
  16. 2c1cf00 relay: check return of create_buf_file() properly by Greg Kroah-Hartman · 6 years ago
  17. 3fb3894 kernel/relay.c: change return type to vm_fault_t by Souptick Joarder · 7 years ago
  18. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  19. 88913bd kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE by David Rientjes · 7 years ago
  20. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  21. a1be1f3 kernel/relay.c: revert "kernel/relay.c: fix potential memory leak" by Eric Biggers · 7 years ago
  22. 9dd9574 ipc, kernel, mm: annotate ->poll() instances by Al Viro · 7 years ago
  23. da7b66f Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  24. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  25. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  26. f81dc7d splice_pipe_desc: kill ->flags by Al Viro · 8 years ago
  27. 9a29d0f relay: check array offset before using it by Dan Carpenter · 8 years ago
  28. 26b5679 relay: Use irq_work instead of plain timer for deferred wakeup by Peter Zijlstra · 8 years ago
  29. d1f5323 Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  30. a7c2242 relay: simplify relay_file_read() by Al Viro · 8 years ago
  31. e6d4989 relayfs: Convert to hotplug state machine by Richard Weinberger · 8 years ago
  32. 017c59c relay: Use per CPU constructs for the relay channel buffer pointers by Akash Goel · 8 years ago
  33. 59dbb2a relay: add global mode support for buffer-only channels by Akash Goel · 8 years ago
  34. ba62baf kernel/relay.c: fix potential memory leak by Zhouyi Zhou · 9 years ago
  35. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  36. 200f1ce kernel/relay.c: use kvfree() in relay_free_page_array() by Pekka Enberg · 9 years ago
  37. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  38. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  39. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 11 years ago
  40. fbb3275 pipe: kill ->map() and ->unmap() by Al Viro · 11 years ago
  41. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  42. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  43. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  44. a05342cb relay: use macro PAGE_ALIGN instead of FIX_SIZE by zhangwei(Jovi) · 12 years ago
  45. 536b39ec kernel/relay.c: move FIX_SIZE macro into relay.c by zhangwei(Jovi) · 12 years ago
  46. 8359f68 kernel/relay.c: remove unused function argument actor by zhangwei(Jovi) · 12 years ago
  47. b8d4a5b relay: move remove_buf_file inside relay_close_buf by Dmitry Monakhov · 12 years ago
  48. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  49. 047fe36 splice: fix racy pipe->buffers uses by Eric Dumazet · 13 years ago
  50. f6302f1 relay: prevent integer overflow in relay_open() by Dan Carpenter · 13 years ago
  51. f4ae40a6 switch debugfs to umode_t by Al Viro · 13 years ago
  52. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
  53. 408af87 Clean up relay_alloc_page_array() slightly by using vzalloc rather than vmalloc and memset by Jesper Juhl · 14 years ago
  54. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
  55. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 15 years ago
  56. 5f1664f splice: comparing unsigned int < 0 by Dan Carpenter · 15 years ago
  57. 28dfef8 const: constify remaining pipe_buf_operations by Alexey Dobriyan · 15 years ago
  58. f0f37e2f const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  59. 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
  60. 2c53d91 relay: fix for possible loss/corruption of produced subbufs by Aravind Srinivasan · 16 years ago
  61. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
  62. 7401922 timers: add mod_timer_pending() by Ingo Molnar · 16 years ago
  63. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  64. b786c6a relay: fix lock imbalance in relay_late_setup_files by Jiri Slaby · 16 years ago
  65. 7a51cff relayfs: replace BUG() with WARN_ON() in relay_late_setup_files() by Ingo Molnar · 16 years ago
  66. fbb5b7a relayfs: fix infinite loop with splice() by Tom Zanussi · 16 years ago
  67. 98ba403 relay: fix cpu offline problem by Lai Jiangshan · 16 years ago
  68. 3219445 relay: fix "full buffer with exactly full last subbuffer" accounting problem by Tom Zanussi · 16 years ago
  69. 20d8b67 relay: add buffer-only channels; useful for early logging by Eduard - Gabriel Munteanu · 16 years ago
  70. a82c53a splice: fix sendfile() issue with relay by Tom Zanussi · 17 years ago
  71. 75065ff Revert "relay: fix splice problem" by Jens Axboe · 17 years ago
  72. bd5d435 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  73. 68ab3d8 relayfs: support larger relay buffer by Masami Hiramatsu · 17 years ago
  74. c3270e5 relay: fix splice problem by Tom Zanussi · 17 years ago
  75. 5eb7f9f relay: set an spd_release() hook for splice by Jens Axboe · 17 years ago
  76. 37529fe set relay file can not be read by pread(2) by Lai Jiangshan · 17 years ago
  77. 16d54669 relay: fix subbuf_splice_actor() adding too many pages by Jens Axboe · 17 years ago
  78. a1e0961 relay: nopage by Nick Piggin · 17 years ago
  79. 2f98735 vm audit: add VM_DONTEXPAND to mmap for drivers that need it by Nick Piggin · 17 years ago
  80. 1bfbc60 whitespace fixes: relayfs by Daniel Walker · 17 years ago
  81. c9b3feb Fix a use after free bug in kernel->userspace relay file support by Jesper Juhl · 17 years ago
  82. 01c55ed kernel/relay.c: make functions static by Adrian Bunk · 17 years ago
  83. d3f35d98 relay: fixup kerneldoc comment by Tom Zanussi · 17 years ago
  84. 24da24d relay: fix bogus cast in subbuf_splice_actor() by Tom Zanussi · 17 years ago
  85. cac36bb0 pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 18 years ago
  86. 1db60cf relay: use splice_to_pipe() instead of open-coding the pipe loop by Jens Axboe · 18 years ago
  87. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 18 years ago
  88. ebf9909 splice: relay support by Tom Zanussi · 18 years ago
  89. a66e356 relayfs: fix overwrites by Masami Hiramatsu · 18 years ago
  90. 8d62fde relay file read: start-pos fix by David Wilder · 18 years ago
  91. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  92. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 18 years ago
  93. 7c9cb38 relay: use plain timer instead of delayed work by Tom Zanussi · 18 years ago
  94. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 18 years ago
  95. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 18 years ago
  96. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 18 years ago
  97. 23c8875 [PATCH] Relay: add CPU hotplug support by Mathieu Desnoyers · 18 years ago
  98. 192636a [PATCH] relay: remove inlining by Andrew Morton · 18 years ago
  99. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 18 years ago
  100. cd86128 [PATCH] Fix numerous kcalloc() calls, convert to kzalloc() by Robert P. J. Day · 18 years ago