summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-06-21io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2023-06-09io_uring: undeprecate epoll_ctl supportBen Noordhuis1-4/+0
2023-05-11io_uring/rsrc: use nospec'ed indexesPavel Begunkov1-1/+1
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz2-2/+5
2023-04-13io_uring: fix return value when removing provided buffersWojciech Lukowicz1-2/+0
2023-04-06io_uring: fix poll/netmsg alloc cachesPavel Begunkov1-0/+1
2023-04-06io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov1-7/+5
2023-04-06io_uring/poll: clear single/double poll flags on poll armingJens Axboe1-0/+1
2023-04-06block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-4/+6
2023-03-30io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2-0/+4
2023-03-30io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe1-9/+16
2023-03-22io_uring/msg_ring: let target know allocated indexPavel Begunkov1-1/+3
2023-03-17io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe1-1/+3
2023-03-11io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2-2/+13
2023-03-11io_uring: fix two assignments in if conditionsXinghui Li2-9/+14
2023-03-11io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-03-10io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-03-10io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-03-10io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-03-10io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-03-10io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-03-10io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro2-12/+12
2023-02-01io_uring: always prep_async for drain requestsDylan Yudaken1-10/+8
2023-02-01io_uring: inline __io_req_complete_put()Pavel Begunkov1-13/+7
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov3-16/+10
2023-02-01io_uring: use io_req_task_complete() in timeoutPavel Begunkov1-2/+2
2023-02-01io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov2-9/+3
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov2-7/+7
2023-02-01io_uring/net: cache provided buffer group value for multishot receivesJens Axboe1-0/+11
2023-02-01io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov1-0/+4
2023-01-24io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-18io_uring/io-wq: only free worker if it was allocated for creationJens Axboe1-1/+6
2023-01-18io_uring/io-wq: free worker if task_work creation is canceledJens Axboe1-0/+1
2023-01-18io_uring/poll: attempt request issue after racy poll wakeupJens Axboe1-11/+22
2023-01-18io_uring: lock overflowing for IOPOLLPavel Begunkov1-1/+5
2023-01-18io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe1-2/+10
2023-01-18io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe1-5/+12
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-12io_uring: pin context while queueing deferred twPavel Begunkov1-1/+7
2023-01-12io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2023-01-12io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe1-5/+4
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe3-6/+21
2022-12-31io_uring: remove iopoll spinlockPavel Begunkov1-3/+2
2022-12-31io_uring: protect cq_timeouts with timeout_lockPavel Begunkov1-1/+3
2022-12-31io_uring/net: fix cleanup after recyclePavel Begunkov1-1/+1
2022-12-31io_uring/net: ensure compat import handlers clear free_iovJens Axboe1-0/+1