summaryrefslogtreecommitdiffstats
path: root/include/linux/io_uring.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: ensure io-wq context is always destroyed for tasksJens Axboe2021-02-231-1/+1
* io_uring: remove io_identityJens Axboe2021-02-211-19/+0
* io_uring: tie async worker side to the task contextJens Axboe2021-02-211-0/+1
* io_uring: provide FIFO ordering for task_workJens Axboe2021-02-101-0/+14
* io_uring: properly handle SQPOLL request cancelationsJens Axboe2020-11-041-1/+2
* io-wq: inherit audit loginuid and sessionidJens Axboe2020-10-171-0/+4
* io_uring: use percpu counters to track inflight requestsJens Axboe2020-10-171-5/+2
* io_uring: assign new io_identity for task if members have changedJens Axboe2020-10-171-1/+2
* io_uring: store io_identity in io_uring_taskJens Axboe2020-10-171-0/+1
* io_uring: COW io_identity on mismatchJens Axboe2020-10-171-0/+1
* io_uring: move io identity items into separate structJens Axboe2020-10-171-1/+12
* io_uring: move io_uring_get_socket() into io_uring.hJens Axboe2020-09-301-0/+5
* io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+53