summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe
2019-03-18io_uring: retry bulk slab allocs as single allocsJens Axboe
2019-03-15io_uring: fix poll racesJens Axboe
2019-03-15io_uring: fix fget/fput handlingJens Axboe
2019-03-14io_uring: add prepped flagJens Axboe
2019-03-14io_uring: make io_read/write return an integerJens Axboe
2019-03-14io_uring: use regular request ref countsJens Axboe
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov
2019-03-06io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe
2019-03-06io_uring: add support for IORING_OP_POLLJens Axboe
2019-02-28io_uring: add io_kiocb ref countJens Axboe
2019-02-28io_uring: add submission pollingJens Axboe
2019-02-28io_uring: add file set registrationJens Axboe
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe
2019-02-28io_uring: batch io_kiocb allocationJens Axboe
2019-02-28io_uring: use fget/fput_many() for file referencesJens Axboe
2019-02-28io_uring: support for IO pollingJens Axboe
2019-02-28io_uring: add fsync supportChristoph Hellwig
2019-02-28Add io_uring IO interfaceJens Axboe