summaryrefslogtreecommitdiffstats
path: root/fs/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: fix xa_alloc_cycle() error return value checkJens Axboe2021-08-201-4/+5
* io_uring: pin ctx on fallback executionPavel Begunkov2021-08-171-0/+2
* io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe2021-08-141-2/+3
* io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov2021-08-091-7/+8
* io_uring: drop ctx->uring_lock before flushing work itemJens Axboe2021-08-091-2/+4
* io_uring: rsrc ref lock needs to be IRQ safeJens Axboe2021-08-091-14/+5
* io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit2021-08-081-4/+9
* io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit2021-08-081-2/+3
* io_uring: fix poll requests leaking second poll entriesHao Xu2021-07-281-3/+2
* io_uring: don't block level reissue off completion pathJens Axboe2021-07-281-0/+6
* io_uring: always reissue from task_work contextJens Axboe2021-07-271-2/+8
* io_uring: fix race in unified task_work runningJens Axboe2021-07-261-1/+5
* io_uring: fix io_prep_async_link lockingPavel Begunkov2021-07-261-2/+11
* io_uring: explicitly catch any illegal async queue attemptJens Axboe2021-07-231-0/+11
* io_uring: never attempt iopoll reissue from release pathJens Axboe2021-07-231-7/+7
* io_uring: fix early fdput() of fileJens Axboe2021-07-221-2/+4
* io_uring: fix memleak in io_init_wq_offload()Yang Yingliang2021-07-201-1/+5
* io_uring: remove double poll entry on arm failurePavel Begunkov2021-07-201-0/+2
* io_uring: explicitly count entries for poll reqsPavel Begunkov2021-07-201-6/+10
* io_uring: fix io_drain_req()Pavel Begunkov2021-07-111-2/+4
* io_uring: use right task for exiting checksPavel Begunkov2021-07-111-1/+1
* io_uring: remove dead non-zero 'poll' checkJens Axboe2021-07-091-1/+1
* io_uring: mitigate unlikely iopoll lagPavel Begunkov2021-07-081-1/+5
* io_uring: fix drain alloc fail return codePavel Begunkov2021-07-071-1/+1
* io_uring: fix exiting io_req_task_work_add leaksPavel Begunkov2021-07-011-46/+24
* io_uring: simplify task_work funcPavel Begunkov2021-07-011-44/+28
* io_uring: fix stuck fallback reqsPavel Begunkov2021-07-011-41/+20
* io_uring: code clean for kiocb_done()Hao Xu2021-06-301-1/+1
* io_uring: spin in iopoll() only when reqs are in a single queueHao Xu2021-06-301-6/+14
* io_uring: pre-initialise some of req fieldsPavel Begunkov2021-06-301-6/+18
* io_uring: refactor io_submit_flush_completionsPavel Begunkov2021-06-301-5/+5
* io_uring: optimise hot path restricted checksPavel Begunkov2021-06-301-2/+2
* io_uring: remove not needed PF_EXITING checkPavel Begunkov2021-06-301-7/+2
* io_uring: mainstream sqpoll task_work runningPavel Begunkov2021-06-301-4/+3
* io_uring: refactor io_arm_poll_handler()Pavel Begunkov2021-06-301-21/+16
* io_uring: reduce latency by reissueing the operationOlivier Langlois2021-06-301-9/+22
* io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKATJens Axboe2021-06-301-0/+4
* io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEATJens Axboe2021-06-301-0/+4
* io_uring: refactor io_openat2()Pavel Begunkov2021-06-301-15/+14
* io_uring: update sqe layout build checksPavel Begunkov2021-06-301-0/+2
* io_uring: fix code style problemsPavel Begunkov2021-06-301-8/+8
* io_uring: refactor io_sq_thread()Pavel Begunkov2021-06-301-3/+3
* io_uring: don't change sqpoll creds if not neededPavel Begunkov2021-06-301-7/+7
* io_uring: Create define to modify a SQPOLL parameterOlivier Langlois2021-06-231-2/+3
* io_uring: Fix race condition when sqp thread goes to sleepOlivier Langlois2021-06-231-1/+1
* io_uring: improve in tctx_task_work() resubmissionPavel Begunkov2021-06-181-4/+8
* io_uring: don't resched with empty task_listPavel Begunkov2021-06-181-1/+3
* io_uring: refactor tctx task_work list splicingPavel Begunkov2021-06-181-6/+1
* io_uring: optimise task_work submit flushingPavel Begunkov2021-06-181-2/+3
* io_uring: inline __tctx_task_work()Pavel Begunkov2021-06-181-36/+31