summaryrefslogtreecommitdiff
path: root/fs/io_uring.c
AgeCommit message (Expand)Author
2021-08-23io_uring: cache __io_free_req()'d requestsPavel Begunkov
2021-08-23io_uring: move io_fallback_req_func()Pavel Begunkov
2021-08-23io_uring: optimise putting task structPavel Begunkov
2021-08-23io_uring: drop exec checks from io_req_task_submitPavel Begunkov
2021-08-23io_uring: kill unused IO_IOPOLL_BATCHPavel Begunkov
2021-08-23io_uring: improve ctx hang handlingPavel Begunkov
2021-08-23io_uring: deduplicate open iopoll checkPavel Begunkov
2021-08-23io_uring: inline io_free_req_deferredPavel Begunkov
2021-08-23io_uring: move io_rsrc_node_alloc() definitionPavel Begunkov
2021-08-23io_uring: move io_put_task() definitionPavel Begunkov
2021-08-23io_uring: extract a helper for ctx quiescePavel Begunkov
2021-08-23io_uring: optimise io_cqring_wait() hot pathPavel Begunkov
2021-08-23io_uring: add more locking annotations for submitPavel Begunkov
2021-08-23io_uring: don't halt iopoll too earlyPavel Begunkov
2021-08-23io_uring: refactor io_alloc_reqPavel Begunkov
2021-08-23io_uring: remove unnecessary PF_EXITING checkPavel Begunkov
2021-08-23io_uring: clean io-wq callbacksPavel Begunkov
2021-08-23io_uring: avoid touching inode in rw prepPavel Begunkov
2021-08-23io_uring: rename io_file_supports_async()Pavel Begunkov
2021-08-23io_uring: inline fixed part of io_file_get()Pavel Begunkov
2021-08-23io_uring: use kvmalloc for fixed filesPavel Begunkov
2021-08-23io_uring: be smarter about waking multiple CQ ring waitersJens Axboe
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