| Commit message (Expand) | Author | Age | Files | Lines |
* | io_uring: Add io_uring command support for sockets | Breno Leitao | 2023-08-09 | 1 | -0/+28 |
* | io_uring/cmd: add cmd lazy tw wake helper | Pavel Begunkov | 2023-05-25 | 1 | -4/+12 |
* | io_uring: Remove unnecessary BUILD_BUG_ON | Breno Leitao | 2023-05-04 | 1 | -3/+0 |
* | io_uring: Pass whole sqe to commands | Breno Leitao | 2023-05-04 | 1 | -6/+3 |
* | io_uring/uring_cmd: take advantage of completion batching | Jens Axboe | 2023-04-12 | 1 | -3/+7 |
* | io_uring/uring_cmd: assign ioucmd->cmd at async prep time | Jens Axboe | 2023-04-05 | 1 | -3/+1 |
* | io_uring: encapsulate task_work state | Pavel Begunkov | 2023-04-03 | 1 | -2/+2 |
* | Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux | Linus Torvalds | 2023-03-24 | 1 | -4/+6 |
|\ |
|
| * | block/io_uring: pass in issue_flags for uring_cmd task_work handling | Jens Axboe | 2023-03-21 | 1 | -4/+6 |
* | | io_uring/uring_cmd: ensure that device supports IOPOLL | Jens Axboe | 2023-03-09 | 1 | -1/+3 |
|/ |
|
* | io_uring: iopoll protect complete_post | Pavel Begunkov | 2022-11-23 | 1 | -1/+1 |
* | io_uring: introduce fixed buffer support for io_uring_cmd | Anuj Gupta | 2022-09-30 | 1 | -1/+18 |
* | io_uring: add io_uring_cmd_import_fixed | Anuj Gupta | 2022-09-30 | 1 | -0/+10 |
* | io_uring: add iopoll infrastructure for io_uring_cmd | Kanchan Joshi | 2022-09-21 | 1 | -2/+9 |
* | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-31 | 1 | -0/+5 |
|\ |
|
| * | lsm,io_uring: add LSM hooks for the new uring_cmd file op | Luis Chamberlain | 2022-08-26 | 1 | -0/+5 |
* | | io_uring: fix submission-failure handling for uring-cmd | Kanchan Joshi | 2022-08-23 | 1 | -1/+1 |
|/ |
|
* | io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields | Stefan Metzmacher | 2022-08-13 | 1 | -0/+3 |
* | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 2022-08-13 | 1 | -4/+4 |
* | io_uring: fix error handling for io_uring_cmd | Anuj Gupta | 2022-08-11 | 1 | -1/+3 |
* | io_uring: pass correct parameters to io_req_set_res | Ming Lei | 2022-08-03 | 1 | -1/+1 |
* | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 2022-07-25 | 1 | -1/+0 |
* | io_uring: move uring_cmd handling to its own file | Jens Axboe | 2022-07-25 | 1 | -0/+115 |