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