1. 2ec33a6 io_uring/rw: ensure kiocb_end_write() is always called by Jens Axboe · 2 years, 5 months ago
  2. 0092793 io_uring: fix fdinfo sqe offsets calculation by Pavel Begunkov · 2 years, 5 months ago
  3. c86416c io_uring: local variable rw shadows outer variable in io_write by Stefan Roesch · 2 years, 5 months ago
  4. 1152849 io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC by Jens Axboe · 2 years, 5 months ago
  5. 44f8774 io_uring: optimise locking for local tw with submit_wait by Pavel Begunkov · 2 years, 5 months ago
  6. fc86f9d io_uring: remove redundant memory barrier in io_req_local_work_add by Pavel Begunkov · 2 years, 5 months ago
  7. 3fb1bd6 io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT by Jens Axboe · 2 years, 5 months ago
  8. b7a8177 io_uring: remove notif leftovers by Pavel Begunkov · 2 years, 5 months ago
  9. 42b6419 io_uring: correct pinned_vm accounting by Pavel Begunkov · 2 years, 5 months ago
  10. 0091bfc io_uring/af_unix: defer registered files gc to io_uring release by Pavel Begunkov · 2 years, 5 months ago
  11. d7cce96 io_uring: limit registration w/ SINGLE_ISSUER by Pavel Begunkov · 2 years, 6 months ago
  12. 4add705e io_uring: remove io_register_submitter by Dylan Yudaken · 2 years, 6 months ago
  13. 97c96e9 io_uring: simplify __io_uring_add_tctx_node by Dylan Yudaken · 2 years, 6 months ago
  14. 7c989b1 Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  15. 5133898 Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  16. 0a78a37 Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  17. 4c0ed7d Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 5 months ago
  18. a0debc4 Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 5 months ago
  19. 9cda70f io_uring: introduce fixed buffer support for io_uring_cmd by Anuj Gupta · 2 years, 5 months ago
  20. a9216fa io_uring: add io_uring_cmd_import_fixed by Anuj Gupta · 2 years, 5 months ago
  21. 5853a7b Merge branch 'for-6.1/io_uring' into for-6.1/passthrough by Jens Axboe · 2 years, 5 months ago
  22. 736feaa Merge branch 'for-6.1/block' into for-6.1/passthrough by Jens Axboe · 2 years, 5 months ago
  23. 108893d io_uring/net: fix notif cqe reordering by Pavel Begunkov · 2 years, 5 months ago
  24. 6f10ae8 io_uring/net: don't update msg_name if not provided by Pavel Begunkov · 2 years, 5 months ago
  25. 46a525e io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL by Jens Axboe · 2 years, 5 months ago
  26. b000145 io_uring/rw: defer fsnotify calls to task context by Jens Axboe · 2 years, 5 months ago
  27. 3e4cb6e io_uring/net: fix fast_iov assignment in io_setup_async_msg() by Stefan Metzmacher · 2 years, 5 months ago
  28. 04360d3 io_uring/net: fix non-zc send with address by Pavel Begunkov · 2 years, 5 months ago
  29. d59bd74 io_uring/poll: disable level triggered poll by Jens Axboe · 2 years, 5 months ago
  30. 6ae91ac io_uring/net: don't skip notifs for failed requests by Pavel Begunkov · 2 years, 5 months ago
  31. 568ec93 block: replace blk_queue_nowait with bdev_nowait by Christoph Hellwig · 2 years, 6 months ago
  32. c278d9f io_uring/rw: don't lose short results on io_setup_async_rw() by Pavel Begunkov · 2 years, 6 months ago
  33. bf68b5b io_uring/rw: fix unexpected link breakage by Pavel Begunkov · 2 years, 6 months ago
  34. 7cae596 io_uring: register single issuer task at creation by Dylan Yudaken · 2 years, 6 months ago
  35. 4c17a49 io_uring/net: fix cleanup double free free_iov init by Pavel Begunkov · 2 years, 6 months ago
  36. 3db6122 Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 6 months ago
  37. e775f93f io_uring: ensure that cached task references are always put on exit by Jens Axboe · 2 years, 6 months ago
  38. aa1df3a io_uring: fix CQE reordering by Pavel Begunkov · 2 years, 6 months ago
  39. a75155f io_uring/net: fix UAF in io_sendrecv_fail() by Pavel Begunkov · 2 years, 6 months ago
  40. ec7fd25 io_uring: ensure local task_work marks task as running by Jens Axboe · 2 years, 6 months ago
  41. 493108d io_uring/net: zerocopy sendmsg by Pavel Begunkov · 2 years, 6 months ago
  42. c4c0009 io_uring/net: combine fail handlers by Pavel Begunkov · 2 years, 6 months ago
  43. b0e9b55 io_uring/net: rename io_sendzc() by Pavel Begunkov · 2 years, 6 months ago
  44. 516e82f io_uring/net: support non-zerocopy sendto by Pavel Begunkov · 2 years, 6 months ago
  45. 6ae61b7 io_uring/net: refactor io_setup_async_addr by Pavel Begunkov · 2 years, 6 months ago
  46. 5693bcc io_uring/net: don't lose partial send_zc on fail by Pavel Begunkov · 2 years, 6 months ago
  47. 7e6b638 io_uring/net: don't lose partial send/recv on fail by Pavel Begunkov · 2 years, 6 months ago
  48. 47b4c68 io_uring/rw: don't lose partial IO result on fail by Pavel Begunkov · 2 years, 6 months ago
  49. a47b255 io_uring: add custom opcode hooks on fail by Pavel Begunkov · 2 years, 6 months ago
  50. 3b8fdd1 io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128 by Jens Axboe · 2 years, 6 months ago
  51. 4f73170 io_uring/fdinfo: get rid of unnecessary is_cqe32 variable by Jens Axboe · 2 years, 6 months ago
  52. c0dc995 io_uring: remove unused return from io_disarm_next by Pavel Begunkov · 2 years, 6 months ago
  53. 7924fdf io_uring: add fast path for io_run_local_work() by Pavel Begunkov · 2 years, 6 months ago
  54. 1f8d5bb io_uring/iopoll: unify tw breaking logic by Pavel Begunkov · 2 years, 6 months ago
  55. 9d54bd6 io_uring/iopoll: fix unexpected returns by Pavel Begunkov · 2 years, 6 months ago
  56. 6567506 io_uring: disallow defer-tw run w/ no submitters by Pavel Begunkov · 2 years, 6 months ago
  57. 76de674 io_uring: further limit non-owner defer-tw cq waiting by Pavel Begunkov · 2 years, 6 months ago
  58. ac9e578 io_uring/net: use io_sr_msg for sendzc by Pavel Begunkov · 2 years, 6 months ago
  59. 0b04855 io_uring/net: refactor io_sr_msg types by Pavel Begunkov · 2 years, 6 months ago
  60. cd9021e io_uring/net: add non-bvec sg chunking callback by Pavel Begunkov · 2 years, 6 months ago
  61. 6bf8ad2 io_uring/net: io_async_msghdr caches for sendzc by Pavel Begunkov · 2 years, 6 months ago
  62. 858c293 io_uring/net: use async caches for async prep by Pavel Begunkov · 2 years, 6 months ago
  63. 95eafc7 io_uring/net: reshuffle error handling by Pavel Begunkov · 2 years, 6 months ago
  64. e9a8842 io_uring: use io_cq_lock consistently by Pavel Begunkov · 2 years, 6 months ago
  65. 385c609 io_uring: kill an outdated comment by Pavel Begunkov · 2 years, 6 months ago
  66. 4ab9d46 io_uring: allow buffer recycling in READV by Dylan Yudaken · 2 years, 6 months ago
  67. de97fcb3 fs: add batch and poll flags to the uring_cmd_iopoll() handler by Jens Axboe · 2 years, 6 months ago
  68. dac6a0e io_uring: ensure iopoll runs local task work as well by Jens Axboe · 2 years, 6 months ago
  69. 8ac5d85 io_uring: add local task_work run helper that is entered locked by Jens Axboe · 2 years, 6 months ago
  70. a1119fb io_uring: cleanly separate request types for iopoll by Jens Axboe · 2 years, 6 months ago
  71. 5756a3a io_uring: add iopoll infrastructure for io_uring_cmd by Kanchan Joshi · 2 years, 7 months ago
  72. f75d503 io_uring: trace local task work run by Dylan Yudaken · 2 years, 6 months ago
  73. 21a091b io_uring: signal registered eventfd to process deferred task work by Dylan Yudaken · 2 years, 6 months ago
  74. d8e9214 io_uring: move io_eventfd_put by Dylan Yudaken · 2 years, 6 months ago
  75. c0e0d6b io_uring: add IORING_SETUP_DEFER_TASKRUN by Dylan Yudaken · 2 years, 6 months ago
  76. 2327337 io_uring: do not run task work at the start of io_uring_enter by Dylan Yudaken · 2 years, 6 months ago
  77. b4c98d5 io_uring: introduce io_has_work by Dylan Yudaken · 2 years, 6 months ago
  78. 32d91f0 io_uring: remove unnecessary variable by Dylan Yudaken · 2 years, 6 months ago
  79. 38eddee Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 6 months ago
  80. 9bd3f728 io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC by Stefan Metzmacher · 2 years, 6 months ago
  81. e3366e0 io_uring/net: fix zc fixed buf lifetime by Pavel Begunkov · 2 years, 6 months ago
  82. 0158137 Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 6 months ago
  83. fc7222c io_uring/msg_ring: check file type before putting by Jens Axboe · 2 years, 6 months ago
  84. 62bb064 io_uring/rw: fix error'ed retry return values by Pavel Begunkov · 2 years, 6 months ago
  85. d2b768c Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 6 months ago
  86. 4d9cb92 io_uring/rw: fix short rw error handling by Pavel Begunkov · 2 years, 6 months ago
  87. 3c84005 io_uring/net: copy addr for zc on POLL_FIRST by Pavel Begunkov · 2 years, 6 months ago
  88. 336d28a io_uring: recycle kbuf recycle on tw requeue by Pavel Begunkov · 2 years, 6 months ago
  89. df6d342 io_uring/kbuf: fix not advancing READV kbuf ring by Pavel Begunkov · 2 years, 6 months ago
  90. 4fa07ed io_uring/notif: Remove the unused function io_notif_complete() by Jiapeng Chong · 2 years, 6 months ago
  91. cec53f4 Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-block by Linus Torvalds · 2 years, 6 months ago
  92. e81f574 __io_setxattr(): constify path by Al Viro · 2 years, 7 months ago
  93. b48c312 io_uring/net: simplify zerocopy send user API by Pavel Begunkov · 2 years, 6 months ago
  94. 57f3322 io_uring/notif: remove notif registration by Pavel Begunkov · 2 years, 6 months ago
  95. d9808ce Revert "io_uring: rename IORING_OP_FILES_UPDATE" by Pavel Begunkov · 2 years, 6 months ago
  96. 23c12d5 Revert "io_uring: add zc notification flush requests" by Pavel Begunkov · 2 years, 6 months ago
  97. 9c9d189 Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 2 years, 6 months ago
  98. dfb58b1 io_uring/net: fix overexcessive retries by Pavel Begunkov · 2 years, 7 months ago
  99. 2a58401 lsm,io_uring: add LSM hooks for the new uring_cmd file op by Luis Chamberlain · 2 years, 8 months ago
  100. 581711c io_uring/net: save address for sendzc async execution by Pavel Begunkov · 2 years, 7 months ago