summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-05-111-1/+1
* io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei2023-04-201-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
* 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
* block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe2023-03-301-4/+6
* 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: 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/poll: allow some retries for poll triggering spuriouslyJens Axboe2023-03-102-2/+13
* 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
* io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs2023-03-101-0/+1
* io_uring: always prep_async for drain requestsDylan Yudaken2023-01-271-10/+8
* io_uring/net: cache provided buffer group value for multishot receivesJens Axboe2023-01-231-0/+11
* io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe2023-01-201-1/+5
* io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2023-01-202-2/+10
* io_uring/msg_ring: fix flagging remote executionPavel Begunkov2023-01-201-17/+23
* io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe2023-01-191-9/+30
* io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe2023-01-191-24/+23
* io_uring: lock overflowing for IOPOLLPavel Begunkov2023-01-131-1/+5
* io_uring/poll: attempt request issue after racy poll wakeupJens Axboe2023-01-121-11/+20
* io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe2023-01-101-2/+10
* io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe2023-01-091-5/+12
* io_uring/io-wq: only free worker if it was allocated for creationJens Axboe2023-01-081-1/+6
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-051-3/+3
* io_uring: lockdep annotate CQ lockingPavel Begunkov2023-01-032-3/+17
* io_uring: pin context while queueing deferred twPavel Begunkov2023-01-031-1/+7
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-021-0/+1
* io_uring: check for valid register opcode earlierJens Axboe2022-12-231-2/+3
* io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe2022-12-211-5/+4
* io_uring: finish waiting before flushing overflow entriesJens Axboe2022-12-211-9/+16
* io_uring/net: fix cleanup after recyclePavel Begunkov2022-12-191-1/+1
* io_uring/net: ensure compat import handlers clear free_iovJens Axboe2022-12-191-0/+1
* io_uring: include task_work run after scheduling in wait for eventsJens Axboe2022-12-171-1/+10
* io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe2022-12-171-2/+1
* io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken2022-12-151-1/+1
* io_uring: fix overflow handling regressionPavel Begunkov2022-12-152-2/+2
* io_uring: ease timeout flush locking requirementsPavel Begunkov2022-12-142-7/+4
* io_uring: revise completion_lock lockingPavel Begunkov2022-12-143-15/+20