summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
...
* io_uring: remove unnecessary barrier before reading cq headStefan Bühler2019-04-301-2/+5
* io_uring: remove unnecessary barrier before wq_has_sleeperStefan Bühler2019-04-301-7/+4Star
* io_uring: fix notes on barriersStefan Bühler2019-04-301-9/+110
* io_uring: fix handling SQEs requesting NOWAITStefan Bühler2019-04-301-7/+10
* io_uring: remove 'state' argument from io_{read,write} pathJens Axboe2019-04-231-13/+12Star
* io_uring: fix poll full SQ detectionStefan Bühler2019-04-221-1/+2
* io_uring: fix race condition when sq threads goes sleepingStefan Bühler2019-04-221-1/+2
* io_uring: fix race condition reading SQ entriesStefan Bühler2019-04-221-1/+2
* io_uring: fail io_uring_register(2) on a dying io_uring instanceJens Axboe2019-04-221-0/+8
* io_uring: fix CQ overflow conditionJens Axboe2019-04-171-1/+1
* io_uring: fix possible deadlock between io_uring_{enter,register}Jens Axboe2019-04-151-0/+12
* io_uring: drop io_file_put() 'file' argumentJens Axboe2019-04-141-6/+4Star
* io_uring: only test SQPOLL cpu after we've verified itJens Axboe2019-04-141-4/+8
* io_uring: park SQPOLL thread if it's percpuJens Axboe2019-04-141-0/+5
* io_uring: restrict IORING_SETUP_SQPOLL to rootJens Axboe2019-04-081-0/+4
* io_uring: fix double free in case of fileset regitration failureJens Axboe2019-04-031-0/+1
* io_uring: offload write to async worker in case of -EAGAINRoman Penyaev2019-03-251-1/+15
* io_uring: fix big-endian compat signal mask handlingArnd Bergmann2019-03-251-1/+9
* Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-231-223/+216Star
|\
| * iov_iter: add ITER_BVEC_FLAG_NO_REF flagJens Axboe2019-03-181-0/+3
| * io_uring: retry bulk slab allocs as single allocsJens Axboe2019-03-181-5/+14
| * io_uring: fix poll racesJens Axboe2019-03-151-55/+56
| * io_uring: fix fget/fput handlingJens Axboe2019-03-151-133/+97Star
| * io_uring: add prepped flagJens Axboe2019-03-151-5/+6
| * io_uring: make io_read/write return an integerJens Axboe2019-03-151-10/+9Star
| * io_uring: use regular request ref countsJens Axboe2019-03-151-19/+35
* | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-1/+1
|/
* io_uring: allow workqueue item to handle multiple buffered requestsJens Axboe2019-03-061-52/+229
* io_uring: add support for IORING_OP_POLLJens Axboe2019-03-061-1/+262
* io_uring: add io_kiocb ref countJens Axboe2019-02-281-2/+6
* io_uring: add submission pollingJens Axboe2019-02-281-7/+242
* io_uring: add file set registrationJens Axboe2019-02-281-31/+280
* io_uring: add support for pre-mapped user IO buffersJens Axboe2019-02-281-13/+361
* io_uring: batch io_kiocb allocationJens Axboe2019-02-281-7/+38
* io_uring: use fget/fput_many() for file referencesJens Axboe2019-02-281-21/+121
* io_uring: support for IO pollingJens Axboe2019-02-281-9/+266
* io_uring: add fsync supportChristoph Hellwig2019-02-281-0/+54
* Add io_uring IO interfaceJens Axboe2019-02-281-0/+1255