summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: break iopolling on signalPavel Begunkov2023-09-131-0/+3
* io_uring: fix drain stalls by invalid SQEPavel Begunkov2023-09-131-0/+2
* io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller2023-09-021-0/+46
* io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe2023-08-301-5/+15
* io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe2023-08-301-24/+23
* io_uring: extract a io_msg_install_complete helperPavel Begunkov2023-08-301-17/+21
* io_uring: get rid of double lockingPavel Begunkov2023-08-303-36/+51
* io_uring: correct check for O_TMPFILEAleksa Sarai2023-08-161-2/+4
* io_uring: annotate offset timeout racesPavel Begunkov2023-08-111-1/+1
* io_uring: gate iowait schedule on having pending requestsJens Axboe2023-08-111-6/+17
* io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek2023-08-031-1/+1
* io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe2023-07-271-0/+8
* io_uring: Use io_schedule* in cqring waitAndres Freund2023-07-191-3/+12
* io_uring: wait interruptibly for request completions on exitJens Axboe2023-07-191-2/+18
* io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe2023-06-281-2/+2
* io_uring/poll: serialize poll linked timer start with poll removalJens Axboe2023-06-281-5/+4
* io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe2023-06-281-4/+7
* 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-211-1/+7
* io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen2023-06-211-1/+5
* io_uring: undeprecate epoll_ctl supportBen Noordhuis2023-06-091-4/+0
* io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-05-111-1/+1
* io_uring: fix memory leak when removing provided buffersWojciech Lukowicz2023-04-132-2/+5
* io_uring: fix return value when removing provided buffersWojciech Lukowicz2023-04-131-2/+0
* io_uring: fix poll/netmsg alloc cachesPavel Begunkov2023-04-061-0/+1
* io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov2023-04-061-7/+5
* io_uring/poll: clear single/double poll flags on poll armingJens Axboe2023-04-061-0/+1
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-04-061-4/+6
* io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2023-03-302-0/+4
* io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe2023-03-301-9/+16
* io_uring/msg_ring: let target know allocated indexPavel Begunkov2023-03-221-1/+3
* io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe2023-03-171-1/+3
* io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-03-112-2/+13
* io_uring: fix two assignments in if conditionsXinghui Li2023-03-112-9/+14
* io_uring: fix size calculation when registering buf ringWojciech Lukowicz2023-03-111-1/+1
* io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe2023-03-101-1/+3
* io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi2023-03-101-1/+1
* io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter2023-03-101-1/+1
* io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov2023-03-101-5/+8
* io_uring: add reschedule point to handle_tw_list()Jens Axboe2023-03-101-1/+7
* io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe2023-03-101-0/+1
* io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe2023-03-101-0/+8
* io_uring: use user visible tail in io_uring_poll()Pavel Begunkov2023-03-101-1/+1
* use less confusing names for iov_iter direction initializersAl Viro2023-02-092-12/+12
* io_uring: always prep_async for drain requestsDylan Yudaken2023-02-011-10/+8
* io_uring: inline __io_req_complete_put()Pavel Begunkov2023-02-011-13/+7
* io_uring: remove io_req_tw_post_queuePavel Begunkov2023-02-013-16/+10
* io_uring: use io_req_task_complete() in timeoutPavel Begunkov2023-02-011-2/+2
* io_uring: hold locks for io_req_complete_failedPavel Begunkov2023-02-011-1/+5
* io_uring: inline __io_req_complete_post()Pavel Begunkov2023-02-012-9/+3