1. a05aea9 Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux by Linus Torvalds · 1 year, 3 months ago
  2. 9d5b947 fs: Remove the now superfluous sentinel elements from ctl_table array by Joel Granados · 1 year, 4 months ago
  3. e95aada pipe: wakeup wr_wait after setting max_usage by Lukas Schauer · 1 year, 4 months ago
  4. 055ca83 fs/pipe: Fix lockdep false-positive in watchqueue pipe_write() by Jann Horn · 1 year, 4 months ago
  5. 8f6f76a Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 5 months ago
  6. 14ab6d4 Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 5 months ago
  7. 3b3f874 Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 5 months ago
  8. 478dbf1 fs/pipe: use spinlock in pipe_read() only if there is a watch_queue by Max Kellermann · 1 year, 6 months ago
  9. dfaabf9 fs/pipe: remove unnecessary spinlock from pipe_write() by Max Kellermann · 1 year, 6 months ago
  10. b4bd6b4 fs/pipe: move check to pipe_has_watch_queue() by Max Kellermann · 1 year, 6 months ago
  11. 68279f9 treewide: mark stuff as __ro_after_init by Alexey Dobriyan · 1 year, 6 months ago
  12. 16a9496 fs: convert core infrastructure to new timestamp accessors by Jeff Layton · 1 year, 6 months ago
  13. ae81711 fs/pipe: remove duplicate "offset" initializer by Max Kellermann · 1 year, 6 months ago
  14. de16588 Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 7 months ago
  15. fbaa530 fs/pipe: remove redundant initialization of pointer buf by Colin Ian King · 1 year, 7 months ago
  16. 2276e5b fs: convert to ctime accessor functions by Jeff Layton · 1 year, 9 months ago
  17. 515c504 pipe: Pass argument of pipe_fcntl as int by Luca Vizzarro · 2 years, 2 months ago
  18. c04fe8e pipe: check for IOCB_NOWAIT alongside O_NONBLOCK by Jens Axboe · 1 year, 11 months ago
  19. afed627 pipe: set FMODE_NOWAIT on pipes by Jens Axboe · 2 years, 1 month ago
  20. 0f60d28 dynamic_dname(): drop unused dentry argument by Al Viro · 3 years, 2 months ago
  21. 6f66404 Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 10 months ago
  22. 189b0dd pipe: Fix missing lock in pipe_resize_ring() by David Howells · 2 years, 10 months ago
  23. f485922 pipe: make poll_usage boolean and annotate its access by Kuniyuki Iwashima · 2 years, 11 months ago
  24. 906f904 Revert "fs/pipe: use kvcalloc to allocate a pipe_buffer array" by Linus Torvalds · 3 years ago
  25. aeb213c fs/pipe.c: local vars have to match types of proper pipe_inode_info fields by Andrei Vagin · 3 years ago
  26. 5a519c8 fs/pipe: use kvcalloc to allocate a pipe_buffer array by Andrei Vagin · 3 years ago
  27. 2ed147f watch_queue: Fix lack of barrier/sync/lock between post and read by David Howells · 3 years, 1 month ago
  28. db8facf watch_queue, pipe: Free watchqueue state after clearing pipe ring by David Howells · 3 years, 1 month ago
  29. 1998f19 fs: move pipe sysctls to is own file by Luis Chamberlain · 3 years, 2 months ago
  30. cd1adf1 Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly" by Linus Torvalds · 3 years, 7 months ago
  31. 9857a17 mm/gup: remove try_get_page(), call try_get_compound_head() directly by John Hubbard · 3 years, 7 months ago
  32. fe67f4d pipe: do FASYNC notifications for every pipe IO, not just state changes by Linus Torvalds · 3 years, 7 months ago
  33. 3b84482 pipe: avoid unnecessary EPOLLET wakeups under normal loads by Linus Torvalds · 3 years, 8 months ago
  34. 46c4c9d pipe: increase minimum default pipe size to 2 pages by Alex Xu (Hello71) · 3 years, 8 months ago
  35. 3a34b13 pipe: make pipe writes always wake up readers by Linus Torvalds · 3 years, 8 months ago
  36. 3d742d4 fs: delete repeated words in comments by Randy Dunlap · 4 years, 1 month ago
  37. f8ad818 fs/pipe: allow sendfile() to pipe again by Johannes Berg · 4 years, 2 months ago
  38. 4e7b567 block: remove i_bdev by Christoph Hellwig · 4 years, 4 months ago
  39. 5b697f8 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 6 months ago
  40. 472e5b0 pipe: remove pipe_wait() and fix wakeup race with splice by Linus Torvalds · 4 years, 6 months ago
  41. 8a018eb pipe: Fix memory leaks in create_pipe_files() by Qian Cai · 4 years, 6 months ago
  42. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 10 months ago
  43. c928f64 fs: rename pipe_buf ->steal to ->try_steal by Christoph Hellwig · 4 years, 10 months ago
  44. b8d9e7f fs: make the pipe_buf_operations ->confirm operation optional by Christoph Hellwig · 4 years, 10 months ago
  45. f6dd975 pipe: merge anon_pipe_buf*_ops by Christoph Hellwig · 4 years, 10 months ago
  46. e7d553d pipe: Add notification lossage handling by David Howells · 5 years ago
  47. 8cfba76 pipe: Allow buffers to be marked read-whole-or-error for notifications by David Howells · 5 years ago
  48. c73be61 pipe: Add general notification queue support by David Howells · 5 years ago
  49. f4b00ea mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page() by Roman Gushchin · 5 years ago
  50. 6551d5c pipe: make sure to wake up everybody when the last reader/writer closes by Linus Torvalds · 5 years ago
  51. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  52. 0dd1e37 pipe: fix empty pipe check in pipe_write() by Jan Stancek · 5 years ago
  53. d1c6a2a pipe: simplify signal handling in pipe_read() and add comments by Linus Torvalds · 5 years ago
  54. 85190d1 pipe: don't use 'pipe_wait() for basic pipe IO by Linus Torvalds · 5 years ago
  55. a28c8b9 pipe: remove 'waiting_writers' merging logic by Linus Torvalds · 5 years ago
  56. f467a6a pipe: fix and clarify pipe read wakeup logic by Linus Torvalds · 5 years ago
  57. 1b6b26a pipe: fix and clarify pipe write wakeup logic by Linus Torvalds · 5 years ago
  58. ad910e3 pipe: fix poll/select race introduced by the pipe rework by Linus Torvalds · 5 years ago
  59. da73fcd Merge branch 'pipe-rework' (patches from David Howells) by Linus Torvalds · 5 years ago
  60. 8f868d6 pipe: Fix missing mask update after pipe_wait() by David Howells · 5 years ago
  61. 8c7b8c3 pipe: Remove assertion from pipe_poll() by David Howells · 5 years ago
  62. 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
  63. d8e464e vfs: mark pipes and sockets as stream-like file descriptors by Linus Torvalds · 5 years ago
  64. 3c0edea9 pipe: Remove sync on wake_ups by David Howells · 5 years ago
  65. cefa80c pipe: Increase the writer-wakeup threshold to reduce context-switch count by David Howells · 5 years ago
  66. 8df4412 pipe: Check for ring full inside of the spinlock in pipe_write() by David Howells · 5 years ago
  67. 7e25a73 pipe: Remove redundant wakeup from pipe_write() by David Howells · 5 years ago
  68. a194dfe pipe: Rearrange sequence in pipe_write() to preallocate slot by David Howells · 6 years ago
  69. 8446487 pipe: Conditionalise wakeup in pipe_read() by David Howells · 6 years ago
  70. b667b86 pipe: Advance tail pointer inside of wait spinlock in pipe_read() by David Howells · 6 years ago
  71. 6718b6f pipe: Allow pipes to have kernel-reserved slots by David Howells · 5 years ago
  72. 8cefc10 pipe: Use head and tail pointers for the ring, not cursor and length by David Howells · 5 years ago
  73. 4fa7ec5 vfs: Convert pipe to use the new mount API by David Howells · 6 years ago
  74. 1f58bb1 mount_pseudo(): drop 'name' argument, switch to d_make_root() by Al Viro · 6 years ago
  75. 6b3a707 Merge branch 'page-refs' (page ref overflow) by Linus Torvalds · 6 years ago
  76. 15fab63 fs: prevent page refcount overflow in pipe_buf_get by Matthew Wilcox · 6 years ago
  77. 5f739e4 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  78. 60cd4bc memcg: localize memcg_kmem_enabled() check by Shakeel Butt · 6 years ago
  79. 01e7187 pipe: stop using ->can_merge by Jann Horn · 6 years ago
  80. a0ce2f0 splice: don't merge into linked buffers by Jann Horn · 6 years ago
  81. a66b4cd Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. 183266f new helper: alloc_file_clone() by Al Viro · 7 years ago
  83. 152b637 create_pipe_files(): switch the first allocation to alloc_file_pseudo() by Al Viro · 7 years ago
  84. c9c554f alloc_file(): switch to passing O_... flags instead of FMODE_... mode by Al Viro · 7 years ago
  85. b10a4a9 create_pipe_files(): use fput() if allocation of the second file fails by Al Viro · 7 years ago
  86. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  87. dd67081 pipe: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  88. 0a216dd fs: add do_pipe2() helper; remove internal call to sys_pipe2() by Dominik Brodowski · 7 years ago
  89. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  90. f734076 pipe: read buffer limits atomically by Eric Biggers · 7 years ago
  91. c4fed5a pipe: simplify round_pipe_size() by Eric Biggers · 7 years ago
  92. 96e99be40 pipe: reject F_SETPIPE_SZ with size over UINT_MAX by Eric Biggers · 7 years ago
  93. 9903a91 pipe: fix off-by-one error when checking buffer limits by Eric Biggers · 7 years ago
  94. 85c2dd5 pipe: actually allow root to exceed the pipe buffer limits by Eric Biggers · 7 years ago
  95. 319e0a2 pipe, sysctl: remove pipe_proc_fn() by Eric Biggers · 7 years ago
  96. 4c2e4be pipe, sysctl: drop 'min' parameter from pipe-max-size converter by Eric Biggers · 7 years ago
  97. 076ccb7 fs: annotate ->poll() instances by Al Viro · 8 years ago
  98. 7a8d181 pipe: add proc_dopipe_max_size() to safely assign pipe_max_size by Joe Lawrence · 7 years ago
  99. d3f14c4 pipe: avoid round_pipe_size() nr_pages overflow on 32-bit by Joe Lawrence · 7 years ago
  100. 98159d9 pipe: match pipe_max_size data type with procfs by Joe Lawrence · 7 years ago