summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-07-06io_uring: don't delay iopoll'ed req completionPavel Begunkov
2020-07-05io_uring: fix lost cqe->flagsPavel Begunkov
2020-07-05io_uring: keep queue_sqe()'s fail path separatelyPavel Begunkov
2020-07-05io_uring: fix mis-refcounting linked timeoutsPavel Begunkov
2020-07-05io_uring: use new io_req_task_work_add() helper throughoutJens Axboe
2020-07-05io_uring: abstract out task work runningJens Axboe
2020-07-05Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe
2020-07-04io_uring: fix regression with always ignoring signals in io_cqring_wait()Jens Axboe
2020-06-30io_uring: use signal based task_work runningJens Axboe
2020-06-30io_uring: fix missing ->mm on exitPavel Begunkov
2020-06-30io_uring: optimise io_req_find_next() fast checkPavel Begunkov
2020-06-30io_uring: simplify io_async_task_func()Pavel Begunkov
2020-06-30io_uring: fix NULL mm in io_poll_task_func()Pavel Begunkov
2020-06-30io_uring: don't fail iopoll requeue without ->mmPavel Begunkov
2020-06-30io_uring: clean up io_kill_linked_timeout() lockingJens Axboe
2020-06-30io_uring: do grab_env() just before puntingPavel Begunkov
2020-06-30io_uring: factor out grab_env() from defer_prep()Pavel Begunkov
2020-06-30io_uring: do init work in grab_env()Pavel Begunkov
2020-06-30io_uring: don't pass def into io_req_work_grab_envPavel Begunkov
2020-06-30io_uring: fix potential use after free on fallback request freePavel Begunkov
2020-06-30io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov
2020-06-30io_uring: kill REQ_F_TIMEOUTPavel Begunkov
2020-06-30io_uring: replace find_next() out param with retPavel Begunkov
2020-06-30io_uring: deduplicate freeing linked timeoutsPavel Begunkov
2020-06-29io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov
2020-06-28io_uring: fix iopoll -EAGAIN handlingPavel Begunkov
2020-06-28io_uring: do task_work_run() during iopollPavel Begunkov
2020-06-28io_uring: clean up req->result setting by rwPavel Begunkov
2020-06-28io_uring: kill REQ_F_LINK_NEXTPavel Begunkov
2020-06-28io_uring: cosmetic changes for batch freePavel Begunkov
2020-06-28io_uring: batch-free linked requests as wellPavel Begunkov
2020-06-28io_uring: dismantle req early and remove need_iterPavel Begunkov
2020-06-28io_uring: remove inflight batching in free_many()Pavel Begunkov
2020-06-28io_uring: fix refs underflow in io_iopoll_queue()Pavel Begunkov
2020-06-28io_uring: fix missing io_grab_files()Pavel Begunkov
2020-06-28io_uring: don't mark link's head for_asyncPavel Begunkov
2020-06-28io_uring: fix feeding io-wq with uninit reqsPavel Begunkov
2020-06-28io_uring: fix punting req w/o grabbed envPavel Begunkov
2020-06-28io_uring: fix req->work corruptionPavel Begunkov
2020-06-26io_uring: fix function args for !CONFIG_NETRandy Dunlap
2020-06-26Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov
2020-06-26io-wq: compact io-wq flags numbersPavel Begunkov
2020-06-26io_uring: use task_work for links if possibleJens Axboe
2020-06-25io_uring: enable READ/WRITE to use deferred completionsJens Axboe
2020-06-25io_uring: pass in completion state to appropriate issue side handlersJens Axboe
2020-06-25io_uring: pass down completion state on the issue sideJens Axboe
2020-06-25io_uring: add 'io_comp_state' to struct io_submit_stateJens Axboe
2020-06-25io_uring: provide generic io_req_complete() helperJens Axboe
2020-06-25io_uring: fix NULL-mm for linked reqsPavel Begunkov