summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: break iopolling on signalPavel Begunkov2023-09-191-0/+5
* io_uring: break out of iowq iopoll on teardownPavel Begunkov2023-09-193-1/+13
* io_uring: always lock in io_apoll_task_funcPavel Begunkov2023-09-191-0/+1
* io_uring: correct check for O_TMPFILEAleksa Sarai2023-08-161-2/+4
* io_uring: gate iowait schedule on having pending requestsJens Axboe2023-08-111-6/+17
* io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe2023-08-111-0/+8
* io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek2023-08-111-1/+1
* io_uring: add reschedule point to handle_tw_list()Jens Axboe2023-07-271-2/+5
* io_uring: Use io_schedule* in cqring waitAndres Freund2023-07-271-3/+11
* io_uring: wait interruptibly for request completions on exitJens Axboe2023-07-271-2/+18
* io_uring: ensure IOPOLL locks around deferred workJens Axboe2023-07-271-4/+21
* io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe2023-06-281-1/+1
* io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe2023-06-281-0/+2
* io_uring/net: save msghdr->msg_control for retriesJens Axboe2023-06-281-1/+10
* io_uring: hold uring mutex around poll removalJens Axboe2023-06-211-0/+3
* io_uring: avoid null-ptr-deref in io_arm_poll_handlerFedor Pchelkin2023-03-221-2/+2
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-03-111-2/+14
* io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter2023-03-111-1/+1
* io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov2023-03-111-5/+8
* io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe2023-03-111-0/+1
* io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe2023-03-111-1/+3
* io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe2023-03-111-0/+7
* io_uring: ensure that io_init_req() passes in the right issue_flagsJens Axboe2023-03-031-1/+2
* io_uring: add missing lock in io_get_file_fixedBing-Jhong Billy Jheng2023-03-031-9/+16
* io_uring/rw: remove leftover debug statementJens Axboe2023-01-241-2/+0
* io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe2023-01-241-20/+37
* io_uring: fix double poll leak on repollingPavel Begunkov2023-01-241-2/+4
* io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan2023-01-241-1/+1
* io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher2023-01-241-2/+4
* io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe2023-01-241-11/+10
* io_uring/rw: defer fsnotify calls to task contextJens Axboe2023-01-241-7/+15
* io_uring: do not recalculate ppos unnecessarilyDylan Yudaken2023-01-241-6/+12
* io_uring: update kiocb->ki_pos at execution timeDylan Yudaken2023-01-241-8/+18
* io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken2023-01-241-2/+5
* io_uring: ensure that cached task references are always put on exitJens Axboe2023-01-241-0/+4
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-241-3/+3
* io_uring: lock overflowing for IOPOLLPavel Begunkov2023-01-241-2/+16
* io_uring: check for valid register opcode earlierJens Axboe2023-01-241-2/+3
* io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken2023-01-241-3/+2
* io_uring: allow re-poll if we made progressJens Axboe2023-01-241-2/+5
* io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe2023-01-241-7/+29
* io_uring: add flag for disabling provided buffer recyclingJens Axboe2023-01-241-0/+5
* io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe2023-01-241-0/+28
* io_uring: improve send/recv error handlingPavel Begunkov2023-01-241-24/+31
* io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2023-01-241-1/+1
* io_uring/io-wq: only free worker if it was allocated for creationJens Axboe2023-01-181-1/+6
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-181-0/+1
* io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()Harshit Mogalapalli2023-01-141-1/+1
* io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2023-01-041-7/+20
* io_uring: import 5.15-stable io_uringJens Axboe2023-01-044-0/+12509