summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-05-11io_uring/rsrc: use nospec'ed indexesPavel Begunkov
2023-04-20io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei
2023-04-13io_uring: fix memory leak when removing provided buffersWojciech Lukowicz
2023-04-13io_uring: fix return value when removing provided buffersWojciech Lukowicz
2023-04-06io_uring: fix poll/netmsg alloc cachesPavel Begunkov
2023-04-06io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov
2023-04-06io_uring/poll: clear single/double poll flags on poll armingJens Axboe
2023-03-30io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa
2023-03-30io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe
2023-03-30block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-03-22io_uring/msg_ring: let target know allocated indexPavel Begunkov
2023-03-17io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe
2023-03-11io_uring: fix size calculation when registering buf ringWojciech Lukowicz
2023-03-10io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe
2023-03-10io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
2023-03-10io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe
2023-03-10io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-03-10io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov
2023-03-10io_uring: add reschedule point to handle_tw_list()Jens Axboe
2023-03-10io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe
2023-03-10io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe
2023-03-10io_uring: use user visible tail in io_uring_poll()Pavel Begunkov
2023-03-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs
2023-01-27io_uring: always prep_async for drain requestsDylan Yudaken
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov
2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe
2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe
2023-01-08io_uring/io-wq: only free worker if it was allocated for creationJens Axboe
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-01-03io_uring: lockdep annotate CQ lockingPavel Begunkov
2023-01-03io_uring: pin context while queueing deferred twPavel Begunkov
2023-01-02io_uring/io-wq: free worker if task_work creation is canceledJens Axboe
2022-12-23io_uring: check for valid register opcode earlierJens Axboe
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe
2022-12-17io_uring: include task_work run after scheduling in wait for eventsJens Axboe
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe
2022-12-15io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken
2022-12-15io_uring: fix overflow handling regressionPavel Begunkov
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov