summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-06-30io_uring: kill REQ_F_TIMEOUT_NOSEQPavel Begunkov1-7/+8
2020-06-30io_uring: kill REQ_F_TIMEOUTPavel Begunkov1-4/+0
2020-06-30io_uring: replace find_next() out param with retPavel Begunkov1-18/+18
2020-06-30io_uring: deduplicate freeing linked timeoutsPavel Begunkov1-49/+58
2020-06-29io_uring: fix missing wake_up io_rw_reissue()Pavel Begunkov1-1/+3
2020-06-28io_uring: fix iopoll -EAGAIN handlingPavel Begunkov1-7/+4
2020-06-28io_uring: do task_work_run() during iopollPavel Begunkov1-0/+2
2020-06-28io_uring: clean up req->result setting by rwPavel Begunkov1-7/+2
2020-06-28io_uring: kill REQ_F_LINK_NEXTPavel Begunkov1-8/+1
2020-06-28io_uring: cosmetic changes for batch freePavel Begunkov1-32/+37
2020-06-28io_uring: batch-free linked requests as wellPavel Begunkov1-10/+16
2020-06-28io_uring: dismantle req early and remove need_iterPavel Begunkov1-11/+3
2020-06-28io_uring: remove inflight batching in free_many()Pavel Begunkov1-33/+8
2020-06-28io_uring: fix refs underflow in io_iopoll_queue()Pavel Begunkov1-1/+0
2020-06-28io_uring: fix missing io_grab_files()Pavel Begunkov1-7/+7
2020-06-28io_uring: don't mark link's head for_asyncPavel Begunkov1-1/+1
2020-06-28io_uring: fix feeding io-wq with uninit reqsPavel Begunkov1-5/+10
2020-06-28io_uring: fix punting req w/o grabbed envPavel Begunkov1-6/+2
2020-06-28io_uring: fix req->work corruptionPavel Begunkov1-1/+1
2020-06-27io_uring: fix function args for !CONFIG_NETRandy Dunlap1-6/+12
2020-06-26Merge branch 'io_uring-5.8' into for-5.9/io_uringJens Axboe1-9/+14
2020-06-26io-wq: return next work from ->do_work() directlyPavel Begunkov3-38/+25
2020-06-26io-wq: compact io-wq flags numbersPavel Begunkov1-4/+4
2020-06-26io_uring: use task_work for links if possibleJens Axboe1-74/+117
2020-06-25io_uring: enable READ/WRITE to use deferred completionsJens Axboe1-15/+23
2020-06-25io_uring: pass in completion state to appropriate issue side handlersJens Axboe1-67/+86
2020-06-25io_uring: pass down completion state on the issue sideJens Axboe1-17/+50
2020-06-25io_uring: add 'io_comp_state' to struct io_submit_stateJens Axboe1-2/+16
2020-06-25io_uring: provide generic io_req_complete() helperJens Axboe1-63/+43
2020-06-25io_uring: fix NULL-mm for linked reqsPavel Begunkov1-4/+11
2020-06-25io_uring: fix current->mm NULL dereference on exitPavel Begunkov1-0/+9
2020-06-25io_uring: fix hanging iopoll in case of -EAGAINPavel Begunkov1-7/+2
2020-06-23io_uring: fix io_sq_thread no schedule when busyXuan Zhuo1-2/+2
2020-06-22io_uring: kill NULL checks for submit statePavel Begunkov1-5/+1
2020-06-22io_uring: set @poll->file after @poll initPavel Begunkov1-1/+1
2020-06-22io_uring: remove REQ_F_MUST_PUNTPavel Begunkov1-15/+7
2020-06-22io_uring: remove setting REQ_F_MUST_PUNT in rwPavel Begunkov1-8/+0
2020-06-22io_uring: support true async buffered reads, if file provides itJens Axboe1-4/+135
2020-06-22btrfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-22xfs: flag files as supporting buffered async readsJens Axboe1-1/+1
2020-06-22block: flag block devices as supporting IOCB_WAITQJens Axboe1-1/+1
2020-06-22io_uring: re-issue block requests that failed because of resourcesJens Axboe1-24/+124
2020-06-22io_uring: catch -EIO from buffered issue request failureJens Axboe1-5/+23
2020-06-22io_uring: always plug for any number of IOsJens Axboe1-10/+5
2020-06-22io_uring: separate reporting of ring pages from registered pagesBijan Mottahedeh1-13/+30
2020-06-22io_uring: report pinned memory usageBijan Mottahedeh1-4/+18
2020-06-22io_uring: rename ctx->account_mem fieldBijan Mottahedeh1-8/+8
2020-06-22io_uring: add wrappers for memory accountingBijan Mottahedeh1-20/+28
2020-06-22io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behaviorJiufei Xue1-2/+7
2020-06-22io_uring: change the poll type to be 32-bitsJiufei Xue1-4/+9