summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe
2021-08-17io_uring: pin ctx on fallback executionPavel Begunkov
2021-08-14io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe
2021-08-09io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov
2021-08-09io_uring: drop ctx->uring_lock before flushing work itemJens Axboe
2021-08-09io_uring: rsrc ref lock needs to be IRQ safeJens Axboe
2021-08-08io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit
2021-08-08io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit
2021-07-28io_uring: fix poll requests leaking second poll entriesHao Xu
2021-07-28io_uring: don't block level reissue off completion pathJens Axboe
2021-07-27io_uring: always reissue from task_work contextJens Axboe
2021-07-26io_uring: fix race in unified task_work runningJens Axboe
2021-07-26io_uring: fix io_prep_async_link lockingPavel Begunkov
2021-07-23io_uring: explicitly catch any illegal async queue attemptJens Axboe
2021-07-23io_uring: never attempt iopoll reissue from release pathJens Axboe
2021-07-22io_uring: fix early fdput() of fileJens Axboe
2021-07-20io_uring: fix memleak in io_init_wq_offload()Yang Yingliang
2021-07-20io_uring: remove double poll entry on arm failurePavel Begunkov
2021-07-20io_uring: explicitly count entries for poll reqsPavel Begunkov
2021-07-11io_uring: fix io_drain_req()Pavel Begunkov
2021-07-11io_uring: use right task for exiting checksPavel Begunkov
2021-07-09io_uring: remove dead non-zero 'poll' checkJens Axboe
2021-07-08io_uring: mitigate unlikely iopoll lagPavel Begunkov
2021-07-07io_uring: fix drain alloc fail return codePavel Begunkov
2021-07-01io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov
2021-07-01io_uring: simplify task_work funcPavel Begunkov
2021-07-01io_uring: fix stuck fallback reqsPavel Begunkov
2021-06-30io_uring: code clean for kiocb_done()Hao Xu
2021-06-30io_uring: spin in iopoll() only when reqs are in a single queueHao Xu
2021-06-30io_uring: pre-initialise some of req fieldsPavel Begunkov
2021-06-30io_uring: refactor io_submit_flush_completionsPavel Begunkov
2021-06-30io_uring: optimise hot path restricted checksPavel Begunkov
2021-06-30io_uring: remove not needed PF_EXITING checkPavel Begunkov
2021-06-30io_uring: mainstream sqpoll task_work runningPavel Begunkov
2021-06-30io_uring: refactor io_arm_poll_handler()Pavel Begunkov
2021-06-30io_uring: reduce latency by reissueing the operationOlivier Langlois
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe
2021-06-30io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe
2021-06-30io_uring: refactor io_openat2()Pavel Begunkov
2021-06-30io_uring: update sqe layout build checksPavel Begunkov
2021-06-30io_uring: fix code style problemsPavel Begunkov
2021-06-30io_uring: refactor io_sq_thread()Pavel Begunkov
2021-06-30io_uring: don't change sqpoll creds if not neededPavel Begunkov
2021-06-23io_uring: Create define to modify a SQPOLL parameterOlivier Langlois
2021-06-23io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois
2021-06-18io_uring: improve in tctx_task_work() resubmissionPavel Begunkov
2021-06-18io_uring: don't resched with empty task_listPavel Begunkov
2021-06-18io_uring: refactor tctx task_work list splicingPavel Begunkov
2021-06-18io_uring: optimise task_work submit flushingPavel Begunkov
2021-06-18io_uring: inline __tctx_task_work()Pavel Begunkov