summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2022-12-07io_uring: do msg_ring in target task via twPavel Begunkov-3/+53
2022-12-07io_uring: extract a io_msg_install_complete helperPavel Begunkov-13/+21
2022-12-07io_uring: get rid of double lockingPavel Begunkov-36/+51
2022-12-07io_uring: never run tw and fallback in parallelPavel Begunkov-2/+10
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov-2/+19
2022-12-07io_uring: force multishot CQEs into task contextPavel Begunkov-0/+21
2022-12-07io_uring: complete all requests in task contextPavel Begunkov-3/+11
2022-12-07io_uring: don't check overflow flush failuresPavel Begunkov-18/+6
2022-12-07io_uring: skip overflow CQE posting for dying ringPavel Begunkov-14/+31
2022-12-07io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov-0/+2
2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov-5/+10
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli-1/+3
2022-11-30io_uring: don't reinstall quiesce node for each twPavel Begunkov-20/+18
2022-11-30io_uring: improve rsrc quiesce refs checksPavel Begunkov-9/+6
2022-11-30io_uring: don't raw spin unlock to match cq_lockPavel Begunkov-1/+6
2022-11-30io_uring: combine poll tw handlersPavel Begunkov-33/+21
2022-11-30io_uring: improve poll warning handlingPavel Begunkov-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov-19/+22
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov-2/+0
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe-183/+291
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-12/+12
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe-2/+7
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma-1/+2
2022-11-25io_uring/filetable: fix file reference underflowLin Ma-2/+0
2022-11-25io_uring: make poll refs more robustPavel Begunkov-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov-5/+3
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel Begunkov-2/+9
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov-9/+5
2022-11-25io_uring: spelling fixDylan Yudaken-1/+1
2022-11-25io_uring: remove io_req_complete_post_twDylan Yudaken-8/+1
2022-11-25io_uring: allow multishot polled reqs to defer completionDylan Yudaken-1/+2
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken-10/+13
2022-11-25io_uring: add lockdep assertion in io_fill_cqe_auxDylan Yudaken-0/+2
2022-11-25io_uring: make io_fill_cqe_aux staticDylan Yudaken-4/+2
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken-5/+42
2022-11-25io_uring: allow defer completion for aux posted cqesDylan Yudaken-3/+24
2022-11-25io_uring: defer all io_req_complete_failedDylan Yudaken-11/+10
2022-11-25io_uring: always lock in io_apoll_task_funcDylan Yudaken-1/+2
2022-11-23io_uring: remove iopoll spinlockPavel Begunkov-3/+2
2022-11-23io_uring: iopoll protect complete_postPavel Begunkov-12/+27
2022-11-23io_uring: inline __io_req_complete_put()Pavel Begunkov-13/+7
2022-11-23io_uring: remove io_req_tw_post_queuePavel Begunkov-16/+10
2022-11-23io_uring: use io_req_task_complete() in timeoutPavel Begunkov-2/+2
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov-1/+5
2022-11-23io_uring: add completion locking for iopollPavel Begunkov-2/+3
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe-13/+4
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe-2/+0
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe-6/+21
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov-9/+3