| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-03 | io_uring/uring_cmd: avoid double indirect call in task work dispatch | Caleb Sander Mateos | 1 | -16/+2 |
| 2025-11-03 | io_uring: add wrapper type for io_req_tw_func_t arg | Caleb Sander Mateos | 1 | -1/+2 |
| 2025-10-22 | io_uring: add support for IORING_SETUP_SQE_MIXED | Keith Busch | 1 | -2/+15 |
| 2025-10-20 | io_uring: unify task_work cancelation checks | Jens Axboe | 1 | -1/+1 |
| 2025-10-02 | Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -9/+74 |
| 2025-09-20 | io_uring: fix nvme's 32b cqes on mixed cq | Keith Busch | 1 | -4/+7 |
| 2025-09-18 | io_uring: include dying ring in task_work "should cancel" state | Jens Axboe | 1 | -1/+1 |
| 2025-09-03 | io_uring/uring_cmd: correct io_uring_cmd_done() ret type | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-09-02 | io_uring/uring_cmd: add io_uring_cmd_tw_t type alias | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-08-27 | io_uring: add async data clear/free helpers | Jens Axboe | 1 | -2/+1 |
| 2025-08-27 | io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXED | Jens Axboe | 1 | -1/+1 |
| 2025-08-24 | io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checks | Caleb Sander Mateos | 1 | -7/+3 |
| 2025-08-24 | io_uring/cmd: deduplicate uring_cmd_flags checks | Caleb Sander Mateos | 1 | -2/+0 |
| 2025-08-24 | io_uring: uring_cmd: add multishot support | Ming Lei | 1 | -1/+70 |
| 2025-07-18 | io_uring/cmd: remove struct io_uring_cmd_data | Caleb Sander Mateos | 1 | -11/+1 |
| 2025-07-18 | io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag | Caleb Sander Mateos | 1 | -1/+5 |
| 2025-06-23 | io_uring: add mshot helper for posting CQE32 | Pavel Begunkov | 1 | -0/+11 |
| 2025-06-23 | io_uring/cmd: allow multishot polled commands | Pavel Begunkov | 1 | -0/+23 |
| 2025-06-23 | io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copies | Jens Axboe | 1 | -9/+12 |
| 2025-06-23 | io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup() | Jens Axboe | 1 | -21/+13 |
| 2025-05-23 | io_uring/cmd: warn on reg buf imports by ineligible cmds | Pavel Begunkov | 1 | -0/+6 |
| 2025-05-21 | io_uring: finish IOU_OK -> IOU_COMPLETE transition | Jens Axboe | 1 | -1/+1 |
| 2025-05-16 | Merge branch 'io_uring-6.15' into for-6.16/io_uring | Jens Axboe | 1 | -0/+5 |
| 2025-05-12 | io_uring/uring_cmd: fix hybrid polling initialization issue | hexue | 1 | -0/+5 |
| 2025-04-28 | io_uring/cmd: move net cmd into a separate file | Pavel Begunkov | 1 | -83/+0 |
| 2025-03-31 | io_uring: cleanup {g,s]etsockopt sqe reading | Pavel Begunkov | 1 | -8/+10 |
| 2025-03-31 | io_uring: hide caches sqes from drivers | Pavel Begunkov | 1 | -2/+2 |
| 2025-03-21 | io_uring/cmd: introduce io_uring_cmd_import_fixed_vec | Pavel Begunkov | 1 | -0/+19 |
| 2025-03-21 | io_uring/cmd: add iovec cache for commands | Pavel Begunkov | 1 | -1/+19 |
| 2025-03-19 | io_uring/cmd: don't expose entire cmd async data | Pavel Begunkov | 1 | -7/+11 |
| 2025-03-19 | io_uring: rename the data cmd cache | Pavel Begunkov | 1 | -2/+2 |
| 2025-02-28 | io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer type | Caleb Sander Mateos | 1 | -1/+2 |
| 2025-02-27 | io_uring: combine buffer lookup and import | Pavel Begunkov | 1 | -21/+4 |
| 2025-02-27 | io_uring/nvme: pass issue_flags to io_uring_cmd_import_fixed() | Pavel Begunkov | 1 | -1/+2 |
| 2025-02-24 | io_uring/cmd: optimise !CONFIG_COMPAT flags setting | Pavel Begunkov | 1 | -1/+1 |
| 2025-02-17 | io_uring: introduce type alias for io_tw_state | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-02-13 | io_uring/uring_cmd: unconditionally copy SQEs at prep time | Jens Axboe | 1 | -23/+11 |
| 2025-02-12 | io_uring/uring_cmd: remove dead req_has_async_data() check | Jens Axboe | 1 | -3/+0 |
| 2025-02-12 | io_uring/uring_cmd: switch sqe to async_data on EAGAIN | Caleb Sander Mateos | 1 | -9/+14 |
| 2025-02-12 | io_uring/uring_cmd: don't assume io_uring_cmd_data layout | Caleb Sander Mateos | 1 | -1/+1 |
| 2025-01-23 | io_uring: get rid of alloc cache init_once handling | Jens Axboe | 1 | -9/+2 |
| 2025-01-23 | io_uring/uring_cmd: cleanup struct io_uring_cmd_data layout | Jens Axboe | 1 | -3/+3 |
| 2025-01-23 | io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock() | Jens Axboe | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -23/+11 |
| 2025-01-15 | io_uring: reuse io_should_terminate_tw() for cmds | Pavel Begunkov | 1 | -1/+1 |
| 2025-01-09 | Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+16 |
| 2025-01-06 | io_uring/cmd: add per-op data to struct io_uring_cmd_data | Jens Axboe | 1 | -2/+11 |
| 2025-01-06 | io_uring/cmd: rename struct uring_cache to io_uring_cmd_data | Jens Axboe | 1 | -5/+5 |
| 2024-12-27 | io_uring/uring_cmd: Allocate async data through generic helper | Gabriel Krisman Bertazi | 1 | -18/+2 |
| 2024-12-03 | io_uring: Change res2 parameter type in io_uring_cmd_done | Bernd Schubert | 1 | -1/+1 |
| 2024-11-18 | Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -9/+18 |
| 2024-11-11 | io_uring/uring_cmd: fix buffer index retrieval | Ming Lei | 1 | -1/+2 |
| 2024-11-11 | io_uring/cmd: let cmds to know about dying task | Pavel Begunkov | 1 | -1/+5 |
| 2024-11-07 | io_uring/rsrc: add & apply io_req_assign_buf_node() | Ming Lei | 1 | -1/+1 |
| 2024-11-06 | io_uring: move struct io_kiocb from task_struct to io_uring_task | Jens Axboe | 1 | -1/+1 |
| 2024-11-06 | io_uring: move cancelations to be io_uring_task based | Jens Axboe | 1 | -2/+2 |
| 2024-11-06 | io_uring/rsrc: split io_kiocb node type assignments | Jens Axboe | 1 | -2/+2 |
| 2024-11-02 | io_uring/rsrc: add io_rsrc_node_lookup() helper | Jens Axboe | 1 | -5/+4 |
| 2024-11-02 | io_uring/rsrc: unify file and buffer resource tables | Jens Axboe | 1 | -3/+3 |
| 2024-11-02 | io_uring/rsrc: get rid of per-ring io_rsrc_node list | Jens Axboe | 1 | -8/+4 |
| 2024-10-29 | io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node() | Jens Axboe | 1 | -1/+1 |
| 2024-10-29 | io_uring/uring_cmd: get rid of using req->imu | Jens Axboe | 1 | -5/+18 |
| 2024-09-11 | io_uring/cmd: expose iowq to cmds | Pavel Begunkov | 1 | -0/+7 |
| 2024-07-24 | io_uring: simplify io_uring_cmd return | Pavel Begunkov | 1 | -1/+1 |
| 2024-07-20 | io_uring: fix lost getsockopt completions | Pavel Begunkov | 1 | -1/+1 |
| 2024-04-15 | io_uring: separate header for exported net bits | Pavel Begunkov | 1 | -0/+1 |
| 2024-04-15 | io_uring/alloc_cache: switch to array based caching | Jens Axboe | 1 | -10/+4 |
| 2024-04-15 | io_uring/uring_cmd: defer SQE copying until it's needed | Jens Axboe | 1 | -6/+19 |
| 2024-04-15 | io_uring/uring_cmd: switch to always allocating async data | Jens Axboe | 1 | -21/+56 |
| 2024-04-15 | io_uring: remove struct io_tw_state::locked | Pavel Begunkov | 1 | -6/+2 |
| 2024-04-15 | io_uring/cmd: fix tw <-> issue_flags conversion | Pavel Begunkov | 1 | -3/+10 |
| 2024-04-15 | io_uring/cmd: kill one issue_flags to tw conversion | Pavel Begunkov | 1 | -4/+4 |
| 2024-04-15 | io_uring/cmd: move io_uring_try_cancel_uring_cmd() | Pavel Begunkov | 1 | -0/+30 |
| 2024-02-12 | io_uring: Don't include af_unix.h. | Kuniyuki Iwashima | 1 | -0/+1 |
| 2024-01-11 | Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -14/+1 |
| 2024-01-11 | Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+0 |
| 2023-12-14 | io_uring/cmd: fix breakage in SOCKET_URING_OP_SIOC* implementation | Al Viro | 1 | -1/+1 |
| 2023-12-12 | io_uring/cmd: inline io_uring_cmd_get_task | Pavel Begunkov | 1 | -6/+0 |
| 2023-12-12 | io_uring/cmd: inline io_uring_cmd_do_in_task_lazy | Pavel Begunkov | 1 | -7/+0 |
| 2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov | 1 | -1/+1 |
| 2023-12-01 | io_uring: remove uring_cmd cookie | Keith Busch | 1 | -1/+0 |
| 2023-10-19 | io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT | Breno Leitao | 1 | -0/+21 |
| 2023-10-19 | io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT | Breno Leitao | 1 | -0/+28 |
| 2023-10-19 | io_uring/cmd: return -EOPNOTSUPP if net is disabled | Breno Leitao | 1 | -0/+2 |
| 2023-10-19 | io_uring/cmd: Pass compat mode in issue_flags | Breno Leitao | 1 | -0/+2 |
| 2023-09-28 | io_uring: cancelable uring_cmd | Ming Lei | 1 | -0/+47 |
| 2023-09-28 | io_uring: retain top 8bits of uring_cmd flags for kernel internal use | Ming Lei | 1 | -1/+1 |
| 2023-08-24 | io_uring: simplify big_cqe handling | Pavel Begunkov | 1 | -3/+2 |
| 2023-08-09 | io_uring: Add io_uring command support for sockets | Breno Leitao | 1 | -0/+28 |
| 2023-05-25 | io_uring/cmd: add cmd lazy tw wake helper | Pavel Begunkov | 1 | -4/+12 |
| 2023-05-04 | io_uring: Remove unnecessary BUILD_BUG_ON | Breno Leitao | 1 | -3/+0 |
| 2023-05-04 | io_uring: Pass whole sqe to commands | Breno Leitao | 1 | -6/+3 |
| 2023-04-12 | io_uring/uring_cmd: take advantage of completion batching | Jens Axboe | 1 | -3/+7 |
| 2023-04-05 | io_uring/uring_cmd: assign ioucmd->cmd at async prep time | Jens Axboe | 1 | -3/+1 |
| 2023-04-03 | io_uring: encapsulate task_work state | Pavel Begunkov | 1 | -2/+2 |
| 2023-03-24 | Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -4/+6 |
| 2023-03-20 | block/io_uring: pass in issue_flags for uring_cmd task_work handling | Jens Axboe | 1 | -4/+6 |
| 2023-03-09 | io_uring/uring_cmd: ensure that device supports IOPOLL | Jens Axboe | 1 | -1/+3 |
| 2022-11-23 | io_uring: iopoll protect complete_post | Pavel Begunkov | 1 | -1/+1 |
| 2022-09-30 | io_uring: introduce fixed buffer support for io_uring_cmd | Anuj Gupta | 1 | -1/+18 |
| 2022-09-30 | io_uring: add io_uring_cmd_import_fixed | Anuj Gupta | 1 | -0/+10 |
| 2022-09-21 | io_uring: add iopoll infrastructure for io_uring_cmd | Kanchan Joshi | 1 | -2/+9 |
| 2022-08-31 | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+5 |
| 2022-08-26 | lsm,io_uring: add LSM hooks for the new uring_cmd file op | Luis Chamberlain | 1 | -0/+5 |
| 2022-08-23 | io_uring: fix submission-failure handling for uring-cmd | Kanchan Joshi | 1 | -1/+1 |
| 2022-08-12 | io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields | Stefan Metzmacher | 1 | -0/+3 |
| 2022-08-12 | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 1 | -4/+4 |
| 2022-08-11 | io_uring: fix error handling for io_uring_cmd | Anuj Gupta | 1 | -1/+3 |
| 2022-08-03 | io_uring: pass correct parameters to io_req_set_res | Ming Lei | 1 | -1/+1 |
| 2022-07-24 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 1 | -1/+0 |
| 2022-07-24 | io_uring: move uring_cmd handling to its own file | Jens Axboe | 1 | -0/+115 |