Age | Commit message (Expand) | Author | Files | Lines |
2023-12-19 | io_uring/unix: drop usage of io_uring socket | Jens Axboe | 1 | -5/+5 |
2023-12-12 | io_uring: split out cmd api into a separate header | Pavel Begunkov | 1 | -88/+1 |
2023-10-19 | io_uring/cmd: Pass compat mode in issue_flags | Breno Leitao | 1 | -0/+1 |
2023-09-28 | io_uring: cancelable uring_cmd | Ming Lei | 1 | -0/+15 |
2023-09-28 | io_uring: retain top 8bits of uring_cmd flags for kernel internal use | Ming Lei | 1 | -0/+3 |
2023-08-09 | io_uring: Add io_uring command support for sockets | Breno Leitao | 1 | -0/+6 |
2023-05-25 | io_uring/cmd: add cmd lazy tw wake helper | Pavel Begunkov | 1 | -2/+16 |
2023-05-09 | io_uring: make io_uring_sqe_cmd() unconditionally available | Jens Axboe | 1 | -5/+5 |
2023-05-04 | io_uring: Pass whole sqe to commands | Breno Leitao | 1 | -1/+6 |
2023-03-20 | block/io_uring: pass in issue_flags for uring_cmd task_work handling | Jens Axboe | 1 | -5/+6 |
2022-12-07 | io_uring: complete all requests in task context | Pavel Begunkov | 1 | -0/+2 |
2022-11-30 | io_uring: reshuffle issue_flags | Pavel Begunkov | 1 | -6/+5 |
2022-11-17 | io_uring: fix multishot accept request leaks | Pavel Begunkov | 1 | -0/+3 |
2022-10-04 | io_uring: Add missing inline to io_uring_cmd_import_fixed() dummy | Geert Uytterhoeven | 1 | -1/+1 |
2022-09-30 | io_uring: introduce fixed buffer support for io_uring_cmd | Anuj Gupta | 1 | -1/+1 |
2022-09-30 | io_uring: add io_uring_cmd_import_fixed | Anuj Gupta | 1 | -0/+8 |
2022-09-21 | io_uring: add iopoll infrastructure for io_uring_cmd | Kanchan Joshi | 1 | -2/+6 |
2022-05-11 | fs,io_uring: add infrastructure for uring-cmd | Jens Axboe | 1 | -0/+33 |
2022-04-26 | io_uring: add io_uring_get_opcode | Dylan Yudaken | 1 | -0/+5 |
2022-03-10 | io_uring: add support for registering ring file descriptors | Jens Axboe | 1 | -1/+4 |
2021-08-23 | io_uring: remove files pointer in cancellation functions | Hao Xu | 1 | -5/+5 |
2021-08-23 | io_uring: extract io_uring_files_cancel() in io_uring_task_cancel() | Hao Xu | 1 | -1/+2 |
2021-04-11 | io_uring: unify files and task cancel | Pavel Begunkov | 1 | -7/+5 |
2021-03-18 | io_uring: remove structures from include/linux/io_uring.h | Stefan Metzmacher | 1 | -25/+0 |
2021-03-07 | io_uring: index io_uring->xa by ctx not file | Pavel Begunkov | 1 | -1/+1 |
2021-03-04 | io_uring: destroy io-wq on exec | Pavel Begunkov | 1 | -1/+1 |
2021-02-23 | io_uring: ensure io-wq context is always destroyed for tasks | Jens Axboe | 1 | -1/+1 |
2021-02-21 | io_uring: remove io_identity | Jens Axboe | 1 | -19/+0 |
2021-02-21 | io_uring: tie async worker side to the task context | Jens Axboe | 1 | -0/+1 |
2021-02-10 | io_uring: provide FIFO ordering for task_work | Jens Axboe | 1 | -0/+14 |
2020-11-04 | io_uring: properly handle SQPOLL request cancelations | Jens Axboe | 1 | -1/+2 |
2020-10-17 | io-wq: inherit audit loginuid and sessionid | Jens Axboe | 1 | -0/+4 |
2020-10-17 | io_uring: use percpu counters to track inflight requests | Jens Axboe | 1 | -5/+2 |
2020-10-17 | io_uring: assign new io_identity for task if members have changed | Jens Axboe | 1 | -1/+2 |
2020-10-17 | io_uring: store io_identity in io_uring_task | Jens Axboe | 1 | -0/+1 |
2020-10-17 | io_uring: COW io_identity on mismatch | Jens Axboe | 1 | -0/+1 |
2020-10-17 | io_uring: move io identity items into separate struct | Jens Axboe | 1 | -1/+12 |
2020-09-30 | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe | 1 | -0/+5 |
2020-09-30 | io_uring: don't rely on weak ->files references | Jens Axboe | 1 | -0/+53 |