1. 79ea1c6 io_uring/rw: ensure io->bytes_done is always initialized by Jens Axboe · 1 year, 2 months ago
  2. bcedd49 io_uring/af_unix: disable sending io_uring over sockets by Pavel Begunkov · 1 year, 3 months ago
  3. ea3291c io_uring: fix mutex_unlock with unreferenced ctx by Pavel Begunkov · 1 year, 3 months ago
  4. 313a34d io_uring: fix off-by one bvec index by Keith Busch · 1 year, 3 months ago
  5. 35b5d86 io_uring/fs: consider link->flags when getting path for LINKAT by Charles Mirabile · 1 year, 3 months ago
  6. 3d79127 io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid by Jens Axboe · 1 year, 4 months ago
  7. a2b1d48 io_uring/fs: remove sqe->rw_flags checking from LINKAT by Jens Axboe · 1 year, 5 months ago
  8. c298482 io_uring: break iopolling on signal by Pavel Begunkov · 1 year, 6 months ago
  9. 0def123 io_uring: break out of iowq iopoll on teardown by Pavel Begunkov · 1 year, 6 months ago
  10. 1a0aba2 io_uring: always lock in io_apoll_task_func by Pavel Begunkov · 1 year, 6 months ago
  11. cc6b096 io_uring: fix drain stalls by invalid SQE by Pavel Begunkov · 1 year, 6 months ago
  12. a7cedc2 io_uring: correct check for O_TMPFILE by Aleksa Sarai · 1 year, 7 months ago
  13. c12fa4a io_uring: gate iowait schedule on having pending requests by Jens Axboe · 1 year, 7 months ago
  14. 3359fdf io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wq by Jens Axboe · 1 year, 7 months ago
  15. 21d063d io_uring: don't audit the capability check in io_uring_create() by Ondrej Mosnacek · 1 year, 7 months ago
  16. d9e1cfa io_uring: add reschedule point to handle_tw_list() by Jens Axboe · 1 year, 8 months ago
  17. f8307d8 io_uring: Use io_schedule* in cqring wait by Andres Freund · 1 year, 8 months ago
  18. 8e29835 io_uring: wait interruptibly for request completions on exit by Jens Axboe · 1 year, 8 months ago
  19. fb34885 io_uring: ensure IOPOLL locks around deferred work by Jens Axboe · 1 year, 8 months ago
  20. 96987c3 io_uring/net: disable partial retries for recvmsg with cmsg by Jens Axboe · 1 year, 9 months ago
  21. 25a543c io_uring/net: clear msg_controllen on partial sendmsg retry by Jens Axboe · 1 year, 9 months ago
  22. 34a7e50 io_uring/net: save msghdr->msg_control for retries by Jens Axboe · 1 year, 9 months ago
  23. 0e388fc io_uring: hold uring mutex around poll removal by Jens Axboe · 1 year, 9 months ago
  24. f4ba554 io_uring: avoid null-ptr-deref in io_arm_poll_handler by Fedor Pchelkin · 2 years ago
  25. 345fb36 io_uring/poll: allow some retries for poll triggering spuriously by Jens Axboe · 2 years ago
  26. 7e8cd20 io_uring: remove MSG_NOSIGNAL from recvmsg by David Lamparter · 2 years ago
  27. dde0d0d io_uring/rsrc: disallow multi-source reg buffers by Pavel Begunkov · 2 years ago
  28. abd54d8 io_uring: add a conditional reschedule to the IOPOLL cancelation loop by Jens Axboe · 2 years ago
  29. 337eb88 io_uring: mark task TASK_RUNNING before handling resume/task work by Jens Axboe · 2 years ago
  30. 54df6c5 io_uring: handle TIF_NOTIFY_RESUME when checking for task_work by Jens Axboe · 2 years ago
  31. 937c15e io_uring: ensure that io_init_req() passes in the right issue_flags by Jens Axboe · 2 years ago
  32. cf7f9cd io_uring: add missing lock in io_get_file_fixed by Bing-Jhong Billy Jheng · 2 years ago
  33. 4b6f826 io_uring/rw: remove leftover debug statement by Jens Axboe · 2 years, 2 months ago
  34. b10acfc io_uring/rw: ensure kiocb_end_write() is always called by Jens Axboe · 2 years, 2 months ago
  35. 124fb13c io_uring: fix double poll leak on repolling by Pavel Begunkov · 2 years, 2 months ago
  36. e944f1e io_uring: Clean up a false-positive warning from GCC 9.3.0 by Alviro Iskandar Setiawan · 2 years, 2 months ago
  37. 2e4c95a io_uring/net: fix fast_iov assignment in io_setup_async_msg() by Stefan Metzmacher · 2 years, 2 months ago
  38. 311b298 io_uring: io_kiocb_update_pos() should not touch file for non -1 offset by Jens Axboe · 2 years, 2 months ago
  39. 89a410d io_uring/rw: defer fsnotify calls to task context by Jens Axboe · 2 years, 2 months ago
  40. 05d69b3 io_uring: do not recalculate ppos unnecessarily by Dylan Yudaken · 2 years, 2 months ago
  41. ff8a070 io_uring: update kiocb->ki_pos at execution time by Dylan Yudaken · 2 years, 2 months ago
  42. b7958ca io_uring: remove duplicated calls to io_kiocb_ppos by Dylan Yudaken · 2 years, 2 months ago
  43. 86e2d69 io_uring: ensure that cached task references are always put on exit by Jens Axboe · 2 years, 2 months ago
  44. 30b9068 io_uring: fix async accept on O_NONBLOCK sockets by Dylan Yudaken · 2 years, 2 months ago
  45. a79b13f io_uring: allow re-poll if we made progress by Jens Axboe · 2 years, 2 months ago
  46. 3c1a3d0 io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG) by Jens Axboe · 2 years, 2 months ago
  47. 390b881 io_uring: add flag for disabling provided buffer recycling by Jens Axboe · 2 years, 2 months ago
  48. 9b7b0f2 io_uring: ensure recv and recvmsg handle MSG_WAITALL correctly by Jens Axboe · 2 years, 2 months ago
  49. cdc68e7 io_uring: improve send/recv error handling by Pavel Begunkov · 2 years, 2 months ago
  50. ccf06b5 io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups by Jens Axboe · 2 years, 2 months ago
  51. a9aa4aa io_uring: don't gate task_work run on TIF_NOTIFY_SIGNAL by Jens Axboe · 2 years, 2 months ago
  52. ba86db0 io_uring/io-wq: only free worker if it was allocated for creation by Jens Axboe · 2 years, 2 months ago
  53. bb135bc io_uring/io-wq: free worker if task_work creation is canceled by Jens Axboe · 2 years, 2 months ago
  54. ed4629d io_uring: lock overflowing for IOPOLL by Pavel Begunkov · 2 years, 2 months ago
  55. e326ee018 io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res() by Harshit Mogalapalli · 2 years, 2 months ago
  56. c3222fd io_uring: fix CQ waiting timeout handling by Pavel Begunkov · 2 years, 2 months ago
  57. f9309dc io_uring: check for valid register opcode earlier by Jens Axboe · 2 years, 2 months ago
  58. f895511 io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() by Harshit Mogalapalli · 2 years, 3 months ago
  59. f435c66 io_uring: move to separate directory by Jens Axboe · 2 years, 3 months ago