aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov1-1/+1
2019-03-06io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe1-52/+229
2019-03-06io_uring: add support for IORING_OP_POLLJens Axboe1-1/+262
2019-02-28io_uring: add io_kiocb ref countJens Axboe1-2/+6
2019-02-28io_uring: add submission pollingJens Axboe1-7/+242
2019-02-28io_uring: add file set registrationJens Axboe1-31/+280
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-13/+361
2019-02-28io_uring: batch io_kiocb allocationJens Axboe1-7/+38
2019-02-28io_uring: use fget/fput_many() for file referencesJens Axboe1-21/+121
2019-02-28io_uring: support for IO pollingJens Axboe1-9/+266
2019-02-28io_uring: add fsync supportChristoph Hellwig1-0/+54
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+1255