summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-192-4/+4
* io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-193-97/+25
* io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-193-9/+8
* io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov2023-04-191-1/+0
* io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov2023-04-151-4/+1
* io_uring/rsrc: simplify single file node switchingPavel Begunkov2023-04-151-7/+4
* io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov2023-04-151-2/+1
* io_uring/rsrc: inline switch_start fast pathPavel Begunkov2023-04-152-8/+13
* io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-154-28/+11
* io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov2023-04-151-0/+9
* io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-154-7/+14
* io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov2023-04-151-13/+5
* io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2023-04-152-5/+1
* io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-04-151-1/+1
* io_uring/notif: add constant for ubuf_info flagsPavel Begunkov2023-04-152-1/+2
* io_uring/rsrc: extract SCM file put helperPavel Begunkov2023-04-121-9/+11
* io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov2023-04-123-28/+20
* io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov2023-04-121-0/+1
* io_uring/rsrc: consolidate node cachingPavel Begunkov2023-04-124-12/+16
* io_uring/rsrc: add lockdep checksPavel Begunkov2023-04-121-0/+2
* io_uring: add irq lockdep checksPavel Begunkov2023-04-121-0/+2
* io_uring/kbuf: remove extra ->buf_ring null checkPavel Begunkov2023-04-121-8/+6
* io_uring: shut io_prep_async_work warningPavel Begunkov2023-04-121-1/+1
* io_uring/uring_cmd: take advantage of completion batchingJens Axboe2023-04-121-3/+7
* io_uring: optimise io_req_local_work_addPavel Begunkov2023-04-071-8/+16
* io_uring: refactor __io_cq_unlock_post_flush()Pavel Begunkov2023-04-071-10/+12
* io_uring: reduce scheduling due to twPavel Begunkov2023-04-076-25/+61
* io_uring: inline llist_add()Pavel Begunkov2023-04-071-1/+8
* io_uring: add tw add flagsPavel Begunkov2023-04-072-5/+11
* io_uring: refactor io_cqring_wake()Pavel Begunkov2023-04-072-13/+4
* io_uring: optimize local tw add ctx pinningPavel Begunkov2023-04-071-2/+6
* io_uring: move pinning out of io_req_local_work_addPavel Begunkov2023-04-071-7/+4
* io_uring/uring_cmd: assign ioucmd->cmd at async prep timeJens Axboe2023-04-051-3/+1
* io_uring/rsrc: add custom limit for node cachingPavel Begunkov2023-04-044-5/+13
* io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov2023-04-042-13/+19
* io_uring/rsrc: add lockdep sanity checksPavel Begunkov2023-04-043-5/+7
* io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov2023-04-044-12/+32
* io_uring/rsrc: don't offload node freePavel Begunkov2023-04-043-64/+4
* io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov2023-04-042-17/+36
* io_uring/rsrc: rename rsrc_listPavel Begunkov2023-04-042-4/+10
* io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov2023-04-043-7/+1
* io_uring/rsrc: protect node refs with uring_lockPavel Begunkov2023-04-043-56/+21
* io_uring: io_free_req() via twPavel Begunkov2023-04-041-1/+7
* io_uring: don't put nodes under spinlocksPavel Begunkov2023-04-042-5/+8
* io_uring/rsrc: keep cached refs per nodePavel Begunkov2023-04-043-14/+18
* io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov2023-04-042-12/+9
* io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe2023-04-032-2/+4
* io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe2023-04-032-11/+7
* io_uring: encapsulate task_work statePavel Begunkov2023-04-038-73/+79
* io_uring: remove extra tw trylocksPavel Begunkov2023-04-031-2/+1