| Commit message (Expand) | Author | Age | Files | Lines |
* | io_uring: complete all requests in task context | Pavel Begunkov | 2022-12-07 | 1 | -0/+2 |
* | io_uring: reshuffle issue_flags | Pavel Begunkov | 2022-11-30 | 1 | -6/+5 |
* | io_uring: fix multishot accept request leaks | Pavel Begunkov | 2022-11-17 | 1 | -0/+3 |
* | io_uring: Add missing inline to io_uring_cmd_import_fixed() dummy | Geert Uytterhoeven | 2022-10-04 | 1 | -1/+1 |
* | io_uring: introduce fixed buffer support for io_uring_cmd | Anuj Gupta | 2022-09-30 | 1 | -1/+1 |
* | io_uring: add io_uring_cmd_import_fixed | Anuj Gupta | 2022-09-30 | 1 | -0/+8 |
* | io_uring: add iopoll infrastructure for io_uring_cmd | Kanchan Joshi | 2022-09-21 | 1 | -2/+6 |
* | fs,io_uring: add infrastructure for uring-cmd | Jens Axboe | 2022-05-11 | 1 | -0/+33 |
* | io_uring: add io_uring_get_opcode | Dylan Yudaken | 2022-04-26 | 1 | -0/+5 |
* | io_uring: add support for registering ring file descriptors | Jens Axboe | 2022-03-10 | 1 | -1/+4 |
* | io_uring: remove files pointer in cancellation functions | Hao Xu | 2021-08-23 | 1 | -5/+5 |
* | io_uring: extract io_uring_files_cancel() in io_uring_task_cancel() | Hao Xu | 2021-08-23 | 1 | -1/+2 |
* | io_uring: unify files and task cancel | Pavel Begunkov | 2021-04-11 | 1 | -7/+5 |
* | io_uring: remove structures from include/linux/io_uring.h | Stefan Metzmacher | 2021-03-18 | 1 | -25/+0 |
* | io_uring: index io_uring->xa by ctx not file | Pavel Begunkov | 2021-03-07 | 1 | -1/+1 |
* | io_uring: destroy io-wq on exec | Pavel Begunkov | 2021-03-04 | 1 | -1/+1 |
* | io_uring: ensure io-wq context is always destroyed for tasks | Jens Axboe | 2021-02-23 | 1 | -1/+1 |
* | io_uring: remove io_identity | Jens Axboe | 2021-02-21 | 1 | -19/+0 |
* | io_uring: tie async worker side to the task context | Jens Axboe | 2021-02-21 | 1 | -0/+1 |
* | io_uring: provide FIFO ordering for task_work | Jens Axboe | 2021-02-10 | 1 | -0/+14 |
* | io_uring: properly handle SQPOLL request cancelations | Jens Axboe | 2020-11-04 | 1 | -1/+2 |
* | io-wq: inherit audit loginuid and sessionid | Jens Axboe | 2020-10-17 | 1 | -0/+4 |
* | io_uring: use percpu counters to track inflight requests | Jens Axboe | 2020-10-17 | 1 | -5/+2 |
* | io_uring: assign new io_identity for task if members have changed | Jens Axboe | 2020-10-17 | 1 | -1/+2 |
* | io_uring: store io_identity in io_uring_task | Jens Axboe | 2020-10-17 | 1 | -0/+1 |
* | io_uring: COW io_identity on mismatch | Jens Axboe | 2020-10-17 | 1 | -0/+1 |
* | io_uring: move io identity items into separate struct | Jens Axboe | 2020-10-17 | 1 | -1/+12 |
* | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe | 2020-09-30 | 1 | -0/+5 |
* | io_uring: don't rely on weak ->files references | Jens Axboe | 2020-09-30 | 1 | -0/+53 |