aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)Author
2024-04-10io_uring: ensure '0' is returned on file registration successJens Axboe
2024-03-26io_uring: don't save/restore iowait stateJens Axboe
2024-03-26io_uring: drop any code related to SCM_RIGHTSJens Axboe
2024-03-26io_uring/unix: drop usage of io_uring socketJens Axboe
2024-01-25io_uring/rw: ensure io->bytes_done is always initializedJens Axboe
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov
2023-12-13io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov
2023-12-03io_uring: fix off-by one bvec indexKeith Busch
2023-12-03io_uring/fs: consider link->flags when getting path for LINKATCharles Mirabile
2023-11-28io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe
2023-10-06io_uring/fs: remove sqe->rw_flags checking from LINKATJens Axboe
2023-09-19io_uring: break iopolling on signalPavel Begunkov
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov
2023-09-19io_uring: always lock in io_apoll_task_funcPavel Begunkov
2023-09-19io_uring: fix drain stalls by invalid SQEPavel Begunkov
2023-08-16io_uring: correct check for O_TMPFILEAleksa Sarai
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe
2023-08-03io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe
2023-08-03io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek
2023-07-23io_uring: add reschedule point to handle_tw_list()Jens Axboe
2023-07-23io_uring: Use io_schedule* in cqring waitAndres Freund
2023-07-23io_uring: wait interruptibly for request completions on exitJens Axboe
2023-07-23io_uring: ensure IOPOLL locks around deferred workJens Axboe
2023-06-28io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe
2023-06-28io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe
2023-06-28io_uring/net: save msghdr->msg_control for retriesJens Axboe
2023-06-21io_uring: hold uring mutex around poll removalJens Axboe
2023-03-22io_uring: avoid null-ptr-deref in io_arm_poll_handlerFedor Pchelkin
2023-03-10io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe
2023-03-10io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-03-10io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe
2023-03-10io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe
2023-03-03io_uring: ensure that io_init_req() passes in the right issue_flagsJens Axboe
2023-03-03io_uring: add missing lock in io_get_file_fixedBing-Jhong Billy Jheng
2023-01-24io_uring/rw: remove leftover debug statementJens Axboe
2023-01-24io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2023-01-24io_uring: fix double poll leak on repollingPavel Begunkov
2023-01-24io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan
2023-01-24io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2023-01-24io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe
2023-01-24io_uring/rw: defer fsnotify calls to task contextJens Axboe
2023-01-24io_uring: do not recalculate ppos unnecessarilyDylan Yudaken
2023-01-24io_uring: update kiocb->ki_pos at execution timeDylan Yudaken
2023-01-24io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken
2023-01-24io_uring: ensure that cached task references are always put on exitJens Axboe
2023-01-24io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken
2023-01-24io_uring: allow re-poll if we made progressJens Axboe
2023-01-24io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe