aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-08io_uring: restrict IORING_SETUP_SQPOLL to rootJens Axboe1-0/+4
2019-04-03io_uring: fix double free in case of fileset regitration failureJens Axboe1-0/+1
2019-03-25io_uring: offload write to async worker in case of -EAGAINRoman Penyaev1-1/+15
2019-03-25io_uring: fix big-endian compat signal mask handlingArnd Bergmann1-1/+9
2019-03-23Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds1-223/+216
2019-03-18iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe1-0/+3
2019-03-18io_uring: retry bulk slab allocs as single allocsJens Axboe1-5/+14
2019-03-15io_uring: fix poll racesJens Axboe1-55/+56
2019-03-15io_uring: fix fget/fput handlingJens Axboe1-133/+97
2019-03-14io_uring: add prepped flagJens Axboe1-5/+6
2019-03-14io_uring: make io_read/write return an integerJens Axboe1-10/+9
2019-03-14io_uring: use regular request ref countsJens Axboe1-19/+35
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