1. 582cd91 Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  2. b964bf5 teach sendfile(2) to handle send-to-pipe directly by Al Viro · 4 years ago
  3. faa97c4 take the guts of file-to-pipe splice into a helper function by Al Viro · 4 years ago
  4. 313d64a do_splice_to(): move the logics for limiting the read length in by Al Viro · 4 years ago
  5. 0f1d344 splice: don't generate zero-len segement bvecs by Pavel Begunkov · 4 years ago
  6. af00418 Merge tag 'io_uring-5.10-2020-10-24' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  7. ee6e00c splice: change exported internal do_splice() helper to take kernel offset by Jens Axboe · 4 years, 2 months ago
  8. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  9. 85ed13e Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  10. d1a819a splice: teach splice pipe reading about empty pipe buffers by Linus Torvalds · 4 years, 3 months ago
  11. 598b3ce fs: remove compat_sys_vmsplice by Christoph Hellwig · 4 years, 3 months ago
  12. 89cd35c iov_iter: transparently handle compat iovecs in import_iovec by Christoph Hellwig · 4 years, 3 months ago
  13. 472e5b0 pipe: remove pipe_wait() and fix wakeup race with splice by Linus Torvalds · 4 years, 3 months ago
  14. 36e2c74 fs: don't allow splice read/write without explicit ops by Christoph Hellwig · 4 years, 4 months ago
  15. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  16. 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
  17. 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  18. 566d136 pipe: Fix pipe_full() test in opipe_prep(). by Tetsuo Handa · 4 years, 7 months ago
  19. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 7 months ago
  20. b8d9e7f fs: make the pipe_buf_operations ->confirm operation optional by Christoph Hellwig · 4 years, 7 months ago
  21. 76887c2 fs: make the pipe_buf_operations ->steal operation optional by Christoph Hellwig · 4 years, 7 months ago
  22. f6dd975 pipe: merge anon_pipe_buf*_ops by Christoph Hellwig · 4 years, 7 months ago
  23. 00c285d fs: simplify do_splice_from by Christoph Hellwig · 4 years, 7 months ago
  24. 2bc0106 fs: simplify do_splice_to by Christoph Hellwig · 4 years, 7 months ago
  25. c73be61 pipe: Add general notification queue support by David Howells · 5 years ago
  26. 9dafdfc splice: export do_tee() by Pavel Begunkov · 4 years, 7 months ago
  27. 90da2e3 splice: move f_mode checks to do_{splice,tee}() by Pavel Begunkov · 4 years, 8 months ago
  28. 444ebb5 splice: make do_splice public by Pavel Begunkov · 4 years, 10 months ago
  29. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  30. a28c8b9 pipe: remove 'waiting_writers' merging logic by Linus Torvalds · 5 years ago
  31. ec05759 pipe: fix incorrect caching of pipe state over pipe_wait() by Linus Torvalds · 5 years ago
  32. 6a96566 Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
  33. 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
  34. 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
  35. 3253d9d splice: only read in as much information as there is pipe buffer space by Darrick J. Wong · 5 years ago
  36. 87e5e6d uio: make import_iovec()/compat_import_iovec() return bytes on success by Jens Axboe · 6 years ago
  37. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  38. 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
  39. b987222 tracing: Fix buffer_ref pipe ops by Jann Horn · 6 years ago
  40. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  41. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  42. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  43. ee5e001 fs: Make splice() and tee() take into account O_NONBLOCK flag on pipes by Slavomir Kaslev · 6 years ago
  44. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  45. 01e7187 pipe: stop using ->can_merge by Jann Horn · 6 years ago
  46. a0ce2f0 splice: don't merge into linked buffers by Jann Horn · 6 years ago
  47. 1761444 splice: don't read more than available pipe space by Darrick J. Wong · 6 years ago
  48. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  49. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  50. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  51. 87a3002 vmsplice(): lift importing iovec into vmsplice(2) and compat counterpart by Al Viro · 7 years ago
  52. 30cfe4e fs: add do_vmsplice() helper; remove in-kernel call to syscall by Dominik Brodowski · 7 years ago
  53. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  54. ac452ac fs: move kernel_write to fs/read_write.c by Christoph Hellwig · 7 years ago
  55. abbb6589 fs: implement vfs_iter_write using do_iter_write by Christoph Hellwig · 8 years ago
  56. da7b66f Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  58. 653a774 Merge remote-tracking branch 'ovl/for-viro' into for-linus by Al Viro · 8 years ago
  59. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  60. bb7462b vfs: use helpers for calling f_op->{read,write}_iter() by Miklos Szeredi · 8 years ago
  61. 5a81e6a vfs: fix uninitialized flags in splice_to_pipe() by Miklos Szeredi · 8 years ago
  62. 13c0f52 make nr_pages calculation in default_file_splice_read() a bit less ugly by Al Viro · 8 years ago
  63. 3d6ea29 splice/tee/vmsplice: validate flags by Al Viro · 8 years ago
  64. 23c832b remove spd_release_page() by Al Viro · 8 years ago
  65. 52bce91 splice: reinstate SIGPIPE/EPIPE handling by Linus Torvalds · 8 years ago
  66. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  67. 8e54cad fix default_file_splice_read() by Al Viro · 8 years ago
  68. e519e77 splice: remove detritus from generic_file_splice_read() by Al Viro · 8 years ago
  69. be29796 mm: only include blk_types in swap.h if CONFIG_SWAP is enabled by Christoph Hellwig · 8 years ago
  70. c3a6902 fix ITER_PIPE interaction with direct_IO by Al Viro · 8 years ago
  71. fba597d pipe: add pipe_buf_confirm() helper by Miklos Szeredi · 8 years ago
  72. a779638 pipe: add pipe_buf_release() helper by Miklos Szeredi · 8 years ago
  73. 7bf2d1d pipe: add pipe_buf_get() helper by Miklos Szeredi · 8 years ago
  74. 523ac9a switch default_file_splice_read() to use of pipe-backed iov_iter by Al Viro · 8 years ago
  75. 82c156f switch generic_file_splice_read() to use of ->read_iter() by Al Viro · 8 years ago
  76. 241699c new iov_iter flavour: pipe-backed by Al Viro · 8 years ago
  77. 79fddc4 new helper: add_to_pipe() by Al Viro · 8 years ago
  78. 8924fef splice: lift pipe_lock out of splice_to_pipe() by Al Viro · 8 years ago
  79. db85a9e splice: switch get_iovec_page_array() to iov_iter by Al Viro · 8 years ago
  80. e7c3c64 splice_to_pipe(): don't open-code wakeup_pipe_readers() by Al Viro · 8 years ago
  81. e4d35be Merge branch 'ovl-fixes' into for-linus by Al Viro · 9 years ago
  82. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  83. 03cc078 do_splice_to(): cap the size before passing to ->splice_read() by Al Viro · 9 years ago
  84. 8b23a8c Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-next by Al Viro · 9 years ago
  85. d6785d9 splice: handle zero nr_pages in splice_to_pipe() by Rabin Vincent · 9 years ago
  86. 793b80e vfs: pass a flags argument to vfs_readv/vfs_writev by Christoph Hellwig · 9 years ago
  87. 90330e6 fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE by Abhi Das · 9 years ago
  88. c2489e0 vfs: Avoid softlockups with sendfile(2) by Jan Kara · 9 years ago
  89. c725bfc vfs: Make sendfile(2) killable even better by Jan Kara · 9 years ago
  90. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  91. aefbef1 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  92. 6afdb85 mm: do not ignore mapping_gfp_mask in page cache allocation paths by Michal Hocko · 10 years ago
  93. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 10 years ago
  94. 0ff28d9 splice: sendfile() at once fails for big files by Christophe Leroy · 10 years ago
  95. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
  96. 345995f vmsplice_to_user(): switch to import_iovec() by Al Viro · 10 years ago
  97. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  98. dbe4e19 fs: add vfs_iter_{read,write} helpers by Christoph Hellwig · 10 years ago
  99. 05afcb7 new helper: iov_iter_bvec() by Al Viro · 10 years ago
  100. 1c11859 vfs: export do_splice_direct() to modules by Miklos Szeredi · 10 years ago