summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-08-19io_uring/io-wq: limit retrying worker initialisationPavel Begunkov1-3/+7
2024-06-16io_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
2024-04-13io_uring: ensure '0' is returned on file registration successJens Axboe1-1/+1
2024-03-27io_uring: don't save/restore iowait stateJens Axboe1-3/+2
2024-03-27io_uring: drop any code related to SCM_RIGHTSJens Axboe1-208/+3
2024-03-27io_uring/unix: drop usage of io_uring socketJens Axboe1-13/+5
2024-01-26io_uring/rw: ensure io->bytes_done is always initializedJens Axboe1-3/+6
2023-12-13io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-55/+0
2023-12-08io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-11-28io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe1-6/+12
2023-09-19io_uring: break iopolling on signalPavel Begunkov1-0/+5
2023-09-19io_uring: break out of iowq iopoll on teardownPavel Begunkov3-1/+13
2023-09-19io_uring: always lock in io_apoll_task_funcPavel Begunkov1-0/+1
2023-08-16io_uring: correct check for O_TMPFILEAleksa Sarai1-2/+4
2023-08-11io_uring: gate iowait schedule on having pending requestsJens Axboe1-6/+17
2023-08-11io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe1-0/+8
2023-08-11io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek1-1/+1
2023-07-27io_uring: add reschedule point to handle_tw_list()Jens Axboe1-2/+5
2023-07-27io_uring: Use io_schedule* in cqring waitAndres Freund1-3/+11
2023-07-27io_uring: wait interruptibly for request completions on exitJens Axboe1-2/+18
2023-07-27io_uring: ensure IOPOLL locks around deferred workJens Axboe1-4/+21
2023-06-28io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe1-1/+1
2023-06-28io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe1-0/+2
2023-06-28io_uring/net: save msghdr->msg_control for retriesJens Axboe1-1/+10
2023-06-21io_uring: hold uring mutex around poll removalJens Axboe1-0/+3
2023-03-22io_uring: avoid null-ptr-deref in io_arm_poll_handlerFedor Pchelkin1-2/+2
2023-03-11io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe1-2/+14
2023-03-11io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-03-11io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-03-11io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-03-11io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-03-11io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+7
2023-03-03io_uring: ensure that io_init_req() passes in the right issue_flagsJens Axboe1-1/+2
2023-03-03io_uring: add missing lock in io_get_file_fixedBing-Jhong Billy Jheng1-9/+16
2023-01-24io_uring/rw: remove leftover debug statementJens Axboe1-2/+0
2023-01-24io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe1-20/+37
2023-01-24io_uring: fix double poll leak on repollingPavel Begunkov1-2/+4
2023-01-24io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan1-1/+1
2023-01-24io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2023-01-24io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe1-11/+10
2023-01-24io_uring/rw: defer fsnotify calls to task contextJens Axboe1-7/+15
2023-01-24io_uring: do not recalculate ppos unnecessarilyDylan Yudaken1-6/+12
2023-01-24io_uring: update kiocb->ki_pos at execution timeDylan Yudaken1-8/+18
2023-01-24io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken1-2/+5
2023-01-24io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+4
2023-01-24io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-24io_uring: lock overflowing for IOPOLLPavel Begunkov1-2/+16
2023-01-24io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2023-01-24io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken1-3/+2
2023-01-24io_uring: allow re-poll if we made progressJens Axboe1-2/+5