summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-11-25io_uring: make io_fill_cqe_aux staticDylan Yudaken2-4/+2
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken4-5/+42
2022-11-25io_uring: allow defer completion for aux posted cqesDylan Yudaken1-3/+24
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken3-11/+10
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken1-1/+2
2022-11-23io_uring: remove iopoll spinlockPavel Begunkov1-3/+2
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov5-12/+27
2022-11-23io_uring: inline __io_req_complete_put()Pavel Begunkov1-13/+7
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov3-16/+10
2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov1-2/+2
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2022-11-23io_uring: add completion locking for iopollPavel Begunkov1-2/+3
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe1-13/+4
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe1-2/+0
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe3-6/+21
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov2-9/+3
2022-11-21io_uring: split tw fallback into a functionPavel Begunkov1-10/+15
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov2-7/+7
2022-11-21io_uring: update outdated comment of callbacksLin Ma1-1/+1
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma1-6/+1
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken1-6/+2
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken1-4/+4
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2-3/+6
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li2-9/+14
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov2-18/+16
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov3-12/+42
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov2-11/+10
2022-11-21io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov1-4/+3
2022-11-21io_uring/net: preset notif tw handlerPavel Begunkov1-6/+3
2022-11-21io_uring/net: remove extra notif rsrc setupPavel Begunkov1-1/+0
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov2-6/+6
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher3-1/+20
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov1-0/+2
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov1-9/+7
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov3-8/+5
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov1-0/+7
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov1-0/+3
2022-11-16io_uring/rw: enable bio caches for IRQ rwPavel Begunkov1-1/+2
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov1-0/+2
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov1-12/+17
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe1-0/+2
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken1-2/+8
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner1-5/+3
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2-6/+15
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken1-2/+1
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov1-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov1-0/+2
2022-10-20io-wq: Fix memory leak in worker creationRafael Mendonca1-1/+1
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli1-0/+3
2022-10-16io_uring/rw: remove leftover debug statementJens Axboe1-2/+0