summaryrefslogtreecommitdiffstats
path: root/io_uring/uring_cmd.c
AgeCommit message (Expand)AuthorLines
2025-01-09Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-7/+16
2025-01-06io_uring/cmd: add per-op data to struct io_uring_cmd_dataJens Axboe-2/+11
2025-01-06io_uring/cmd: rename struct uring_cache to io_uring_cmd_dataJens Axboe-5/+5
2024-12-03io_uring: Change res2 parameter type in io_uring_cmd_doneBernd Schubert-1/+1
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds-9/+18
2024-11-11io_uring/uring_cmd: fix buffer index retrievalMing Lei-1/+2
2024-11-11io_uring/cmd: let cmds to know about dying taskPavel Begunkov-1/+5
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei-1/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe-1/+1
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe-2/+2
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe-2/+2
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe-5/+4
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe-3/+3
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe-8/+4
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe-1/+1
2024-10-29io_uring/uring_cmd: get rid of using req->imuJens Axboe-5/+18
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov-0/+7
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov-1/+1
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov-1/+1
2024-04-15io_uring: separate header for exported net bitsPavel Begunkov-0/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe-10/+4
2024-04-15io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe-6/+19
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe-21/+56
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov-6/+2
2024-04-15io_uring/cmd: fix tw <-> issue_flags conversionPavel Begunkov-3/+10
2024-04-15io_uring/cmd: kill one issue_flags to tw conversionPavel Begunkov-4/+4
2024-04-15io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov-0/+30
2024-02-12io_uring: Don't include af_unix.h.Kuniyuki Iwashima-0/+1
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds-14/+1
2024-01-11Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds-1/+0
2023-12-14io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementationAl Viro-1/+1
2023-12-12io_uring/cmd: inline io_uring_cmd_get_taskPavel Begunkov-6/+0
2023-12-12io_uring/cmd: inline io_uring_cmd_do_in_task_lazyPavel Begunkov-7/+0
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov-1/+1
2023-12-01io_uring: remove uring_cmd cookieKeith Busch-1/+0
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPTBreno Leitao-0/+21
2023-10-19io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPTBreno Leitao-0/+28
2023-10-19io_uring/cmd: return -EOPNOTSUPP if net is disabledBreno Leitao-0/+2
2023-10-19io_uring/cmd: Pass compat mode in issue_flagsBreno Leitao-0/+2
2023-09-28io_uring: cancelable uring_cmdMing Lei-0/+47
2023-09-28io_uring: retain top 8bits of uring_cmd flags for kernel internal useMing Lei-1/+1
2023-08-24io_uring: simplify big_cqe handlingPavel Begunkov-3/+2
2023-08-09io_uring: Add io_uring command support for socketsBreno Leitao-0/+28
2023-05-25io_uring/cmd: add cmd lazy tw wake helperPavel Begunkov-4/+12
2023-05-04io_uring: Remove unnecessary BUILD_BUG_ONBreno Leitao-3/+0
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao-6/+3
2023-04-12io_uring/uring_cmd: take advantage of completion batchingJens Axboe-3/+7
2023-04-05io_uring/uring_cmd: assign ioucmd->cmd at async prep timeJens Axboe-3/+1
2023-04-03io_uring: encapsulate task_work statePavel Begunkov-2/+2
2023-03-24Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds-4/+6