aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/uring_cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov1-0/+6
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-1/+1
2025-05-16Merge branch 'io_uring-6.15' into for-6.16/io_uringJens Axboe1-0/+5
2025-05-12io_uring/uring_cmd: fix hybrid polling initialization issuehexue1-0/+5
2025-04-28io_uring/cmd: move net cmd into a separate filePavel Begunkov1-83/+0
2025-03-31io_uring: cleanup {g,s]etsockopt sqe readingPavel Begunkov1-8/+10
2025-03-31io_uring: hide caches sqes from driversPavel Begunkov1-2/+2
2025-03-21io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov1-0/+19
2025-03-21io_uring/cmd: add iovec cache for commandsPavel Begunkov1-1/+19
2025-03-19io_uring/cmd: don't expose entire cmd async dataPavel Begunkov1-7/+11
2025-03-19io_uring: rename the data cmd cachePavel Begunkov1-2/+2
2025-02-28io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos1-1/+2
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov1-21/+4
2025-02-27io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed()Pavel Begunkov1-1/+2
2025-02-24io_uring/cmd: optimise !CONFIG_COMPAT flags settingPavel Begunkov1-1/+1
2025-02-17io_uring: introduce type alias for io_tw_stateCaleb Sander Mateos1-1/+1
2025-02-13io_uring/uring_cmd: unconditionally copy SQEs at prep timeJens Axboe1-23/+11
2025-02-12io_uring/uring_cmd: remove dead req_has_async_data() checkJens Axboe1-3/+0
2025-02-12io_uring/uring_cmd: switch sqe to async_data on EAGAINCaleb Sander Mateos1-9/+14
2025-02-12io_uring/uring_cmd: don't assume io_uring_cmd_data layoutCaleb Sander Mateos1-1/+1
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-9/+2
2025-01-23io_uring/uring_cmd: cleanup struct io_uring_cmd_data layoutJens Axboe1-3/+3
2025-01-23io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()Jens Axboe1-1/+1
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-23/+11
2025-01-15io_uring: reuse io_should_terminate_tw() for cmdsPavel Begunkov1-1/+1
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-7/+16
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe1-2/+11
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe1-5/+5
2024-12-27io_uring/uring_cmd: Allocate async data through generic helperGabriel Krisman Bertazi1-18/+2
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert1-1/+1
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-9/+18
2024-11-11io_uring/uring_cmd: fix buffer index retrievalMing Lei1-1/+2
2024-11-11io_uring/cmd: let cmds to know about dying taskPavel Begunkov1-1/+5
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei1-1/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+1
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe1-2/+2
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-2/+2
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+4
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-3/+3
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-8/+4
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe1-1/+1
2024-10-29io_uring/uring_cmd: get rid of using req->imuJens Axboe1-5/+18
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov1-0/+7
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov1-1/+1
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov1-1/+1
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov1-0/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-10/+4
2024-04-15io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe1-6/+19
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe1-21/+56
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov1-6/+2