aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-04-14io_uring: complete request via task work in case of DEFER_TASKRUNMing Lei1-1/+1
2023-04-08Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linuxLinus Torvalds2-4/+5
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz2-2/+5
2023-04-01io_uring: fix return value when removing provided buffersWojciech Lukowicz1-2/+0
2023-03-31Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds3-7/+7
2023-03-30io_uring: fix poll/netmsg alloc cachesPavel Begunkov1-0/+1
2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov1-7/+5
2023-03-28io_uring/poll: clear single/double poll flags on poll armingJens Axboe1-0/+1
2023-03-24Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds1-4/+6
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2-0/+4
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe1-9/+16
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe1-4/+6
2023-03-16io_uring/rsrc: fix folio accountingPavel Begunkov1-1/+7
2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov1-1/+3
2023-03-15io_uring: rsrc: Optimize return value variable 'ret'Li zeming1-1/+1
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný1-1/+0
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe2-3/+6
2023-03-09io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe1-1/+3
2023-03-08io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workersJens Axboe1-5/+11
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds8-61/+84
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-3/+1
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe1-5/+7
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi1-1/+1
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe2-2/+13
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-02-24io_uring/rsrc: always initialize 'folio' to NULLJens Axboe1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-22io_uring/rsrc: optimise registered huge pagesPavel Begunkov1-6/+32
2023-02-22io_uring/rsrc: optimise single entry advancePavel Begunkov1-1/+4
2023-02-22io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov1-5/+8
2023-02-22io_uring: remove unused wq_list_mergePavel Begunkov1-22/+0
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2023-02-22io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov1-1/+1
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe2-10/+10
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe1-6/+6
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-3/+1
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2-15/+11
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdJosh Triplett1-7/+26
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs1-0/+1
2023-02-06io_uring: mark task TASK_RUNNING before handling resume/task workJens Axboe1-1/+3
2023-02-03io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig1-3/+1
2023-01-29io_uring: always go async for unsupported open flagsDylan Yudaken1-6/+12
2023-01-29io_uring: always go async for unsupported fadvise flagsDylan Yudaken1-10/+15
2023-01-29io_uring: for requests that require async, force itDylan Yudaken7-34/+33
2023-01-29io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it asyncDylan Yudaken1-3/+5
2023-01-29io_uring: add reschedule point to handle_tw_list()Jens Axboe1-1/+7
2023-01-29io_uring: add a conditional reschedule to the IOPOLL cancelation loopJens Axboe1-0/+1
2023-01-29io_uring: return normal tw run linking optimisationPavel Begunkov1-0/+9
2023-01-29io_uring: refactor tctx_task_workPavel Begunkov1-8/+5
2023-01-29io_uring: refactor io_put_task helpersPavel Begunkov1-5/+12
2023-01-29io_uring: refactor req allocationPavel Begunkov3-14/+15
2023-01-29io_uring: improve io_get_sqePavel Begunkov1-5/+5
2023-01-29io_uring: kill outdated comment about overflow flushPavel Begunkov1-1/+0
2023-01-29io_uring: use user visible tail in io_uring_poll()Pavel Begunkov1-1/+1
2023-01-29io_uring: pass in io_issue_def to io_assign_file()Jens Axboe1-4/+5
2023-01-29io_uring: Enable KASAN for request cacheBreno Leitao2-4/+10
2023-01-29io_uring: handle TIF_NOTIFY_RESUME when checking for task_workJens Axboe1-0/+8
2023-01-29io_uring/msg-ring: ensure flags passing works for task_work completionsJens Axboe1-1/+6
2023-01-29io_uring: Split io_issue_def structBreno Leitao4-115/+238
2023-01-29io_uring: Rename struct io_op_defBreno Leitao5-25/+25
2023-01-29io_uring: refactor __io_req_complete_postPavel Begunkov1-2/+2
2023-01-29io_uring: simplify fallback executionPavel Begunkov1-8/+6
2023-01-29io_uring: don't export io_put_task()Pavel Begunkov2-11/+10
2023-01-29io_uring: return back links tw run optimisationPavel Begunkov1-1/+4
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu3-8/+5
2023-01-29io_uring: optimise deferred tw executionPavel Begunkov1-17/+7
2023-01-29io_uring: add io_req_local_work_add wake fast pathPavel Begunkov1-1/+6
2023-01-29io_uring: waitqueue-less cq waitingPavel Begunkov1-7/+12
2023-01-29io_uring: wake up optimisationsPavel Begunkov1-1/+20
2023-01-29io_uring: add lazy poll_wq activationPavel Begunkov2-5/+62
2023-01-29io_uring: separate wq for ring pollingPavel Begunkov2-1/+11
2023-01-29io_uring: move io_run_local_work_lockedPavel Begunkov2-18/+17
2023-01-29io_uring: mark io_run_local_work staticPavel Begunkov2-2/+1
2023-01-29io_uring: don't set TASK_RUNNING in local tw runnerPavel Begunkov1-3/+2
2023-01-29io_uring: refactor io_wake_functionPavel Begunkov1-4/+2
2023-01-29io_uring: remove excessive unlikely on IS_ERRDmitrii Bundin1-1/+1
2023-01-29io_uring/msg_ring: Pass custom flags to the cqeBreno Leitao1-5/+19
2023-01-29io_uring: keep timeout in io_wait_queuePavel Begunkov1-14/+14
2023-01-29io_uring: optimise non-timeout waitingPavel Begunkov1-1/+3
2023-01-29io_uring: set TASK_RUNNING right after schedulePavel Begunkov1-3/+2
2023-01-29io_uring: simplify io_has_workPavel Begunkov1-2/+1
2023-01-29io_uring: mimimise io_cqring_wait_schedulePavel Begunkov1-16/+23
2023-01-29io_uring: parse check_cq out of wq waitingPavel Begunkov1-14/+18
2023-01-29io_uring: move defer tw task checksPavel Begunkov2-9/+11
2023-01-29io_uring: kill io_run_task_work_ctxPavel Begunkov2-21/+5
2023-01-29io_uring: don't iterate cq wait fast pathPavel Begunkov1-10/+8
2023-01-29io_uring: rearrange defer list checksPavel Begunkov2-4/+1
2023-01-27io_uring: always prep_async for drain requestsDylan Yudaken1-10/+8
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe1-0/+11
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2-2/+10
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov1-17/+23
2023-01-19io_uring/msg_ring: fix missing lock on overflow for IOPOLLJens Axboe1-9/+30
2023-01-19io_uring/msg_ring: move double lock/unlock helpers higher upJens Axboe1-24/+23
2023-01-18mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand1-1/+1
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov1-1/+5
2023-01-12io_uring/poll: attempt request issue after racy poll wakeupJens Axboe1-11/+20
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe1-2/+10
2023-01-09io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe1-5/+12
2023-01-08io_uring: use iter_ubuf for single range importsJens Axboe1-3/+6
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe1-12/+5
2023-01-08io_uring/io-wq: only free worker if it was allocated for creationJens Axboe1-1/+6
2023-01-05io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-03io_uring: lockdep annotate CQ lockingPavel Begunkov2-3/+17
2023-01-03io_uring: pin context while queueing deferred twPavel Begunkov1-1/+7
2023-01-02io_uring/io-wq: free worker if task_work creation is canceledJens Axboe1-0/+1
2022-12-23io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2022-12-21io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe1-5/+4
2022-12-21io_uring: finish waiting before flushing overflow entriesJens Axboe1-9/+16
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov1-1/+1
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe1-0/+1
2022-12-17io_uring: include task_work run after scheduling in wait for eventsJens Axboe1-1/+10
2022-12-17io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_workJens Axboe1-2/+1
2022-12-15io_uring: use call_rcu_hurry if signaling an eventfdDylan Yudaken1-1/+1
2022-12-15io_uring: fix overflow handling regressionPavel Begunkov2-2/+2
2022-12-14io_uring: ease timeout flush locking requirementsPavel Begunkov2-7/+4
2022-12-14io_uring: revise completion_lock lockingPavel Begunkov3-15/+20
2022-12-14io_uring: protect cq_timeouts with timeout_lockPavel Begunkov1-1/+3
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds10-190/+359
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds12-183/+291
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-12/+12
2022-12-08io_uring/msg_ring: flag target ring as having task_work, if neededJens Axboe1-0/+1
2022-12-07io_uring: skip spinlocking for ->task_completePavel Begunkov2-20/+61
2022-12-07io_uring: do msg_ring in target task via twPavel Begunkov1-3/+53
2022-12-07io_uring: extract a io_msg_install_complete helperPavel Begunkov1-13/+21
2022-12-07io_uring: get rid of double lockingPavel Begunkov3-36/+51
2022-12-07io_uring: never run tw and fallback in parallelPavel Begunkov1-2/+10
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov3-2/+19
2022-12-07io_uring: force multishot CQEs into task contextPavel Begunkov1-0/+21
2022-12-07io_uring: complete all requests in task contextPavel Begunkov1-3/+11
2022-12-07io_uring: don't check overflow flush failuresPavel Begunkov1-18/+6
2022-12-07io_uring: skip overflow CQE posting for dying ringPavel Begunkov1-14/+31
2022-12-07io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov1-0/+2
2022-12-07io_uring: dont remove file from msg_ring reqsPavel Begunkov4-5/+10
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli1-1/+3
2022-11-30io_uring: don't reinstall quiesce node for each twPavel Begunkov1-20/+18
2022-11-30io_uring: improve rsrc quiesce refs checksPavel Begunkov1-9/+6
2022-11-30io_uring: don't raw spin unlock to match cq_lockPavel Begunkov2-1/+6
2022-11-30io_uring: combine poll tw handlersPavel Begunkov1-33/+21
2022-11-30io_uring: improve poll warning handlingPavel Begunkov1-1/+1
2022-11-30io_uring: remove ctx variable in io_poll_check_eventsPavel Begunkov1-2/+1
2022-11-30io_uring: carve io_poll_check_events fast pathPavel Begunkov1-19/+22
2022-11-30io_uring: kill io_poll_issue's PF_EXITING checkPavel Begunkov1-2/+0
2022-11-29Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-nextJens Axboe12-183/+291
2022-11-25use less confusing names for iov_iter direction initializersAl Viro2-12/+12
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe1-2/+7
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma1-1/+2
2022-11-25io_uring/filetable: fix file reference underflowLin Ma1-2/+0
2022-11-25io_uring: make poll refs more robustPavel Begunkov1-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov1-5/+3
2022-11-25io_uring: keep unlock_post inlined in hot pathPavel Begunkov1-2/+9
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov1-9/+5
2022-11-25io_uring: spelling fixDylan Yudaken1-1/+1
2022-11-25io_uring: remove io_req_complete_post_twDylan Yudaken2-8/+1
2022-11-25io_uring: allow multishot polled reqs to defer completionDylan Yudaken1-1/+2
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken4-10/+13
2022-11-25io_uring: add lockdep assertion in io_fill_cqe_auxDylan Yudaken1-0/+2
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