summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-10io_uring: provide FIFO ordering for task_workJens Axboe2-16/+94
2021-02-10io_uring: use persistent request cacheJens Axboe1-18/+30
2021-02-10io_uring: feed reqs back into alloc cachePavel Begunkov1-7/+12
2021-02-10io_uring: persistent req cachePavel Begunkov1-8/+13
2021-02-10io_uring: count ctx refs separately from reqsPavel Begunkov1-1/+5
2021-02-10io_uring: remove fallback_reqPavel Begunkov1-36/+2
2021-02-10io_uring: submit-completion free batchingPavel Begunkov1-20/+29
2021-02-10io_uring: replace list with array for compl batchPavel Begunkov1-24/+11
2021-02-10io_uring: don't reinit submit state every timePavel Begunkov1-5/+4
2021-02-10io_uring: remove ctx from comp_statePavel Begunkov1-11/+9
2021-02-10io_uring: don't keep submit_state on stackPavel Begunkov1-44/+46
2021-02-10io_uring: don't propagate io_comp_statePavel Begunkov1-91/+73
2021-02-09io_uring: make op handlers always take issue flagsPavel Begunkov1-12/+13
2021-02-09io_uring: replace force_nonblock with flagsPavel Begunkov1-82/+96
2021-02-08io_uring: cleanup up cancel SQPOLL reqs across execPavel Begunkov1-21/+36
2021-02-05io_uring: refactor sendmsg/recvmsg iov managingPavel Begunkov1-30/+27
2021-02-05io_uring: clean iov usage for recvmsg buf selectPavel Begunkov1-6/+4
2021-02-05io_uring: set msg_name on msg fixupPavel Begunkov1-2/+1
2021-02-04io_uring/io-wq: return 2-step work swap schemePavel Begunkov3-34/+12
2021-02-04io_uring: deduplicate file table slot calculationPavel Begunkov1-22/+19
2021-02-04io_uring: io_import_iovec return type cleanupPavel Begunkov1-19/+11
2021-02-04io_uring: treat NONBLOCK and RWF_NOWAIT similarlyPavel Begunkov1-14/+16
2021-02-04io_uring: highlight read-retry loopPavel Begunkov1-20/+20
2021-02-04io_uring: inline io_read()'s iovec freeingPavel Begunkov1-18/+13
2021-02-04io_uring: don't forget to adjust io_sizePavel Begunkov1-9/+5
2021-02-04io_uring: let io_setup_async_rw take care of iovecPavel Begunkov1-15/+9
2021-02-04io_uring: further simplify do_read error parsingPavel Begunkov1-9/+8
2021-02-04io_uring: refactor io_read for unsupported nowaitPavel Begunkov1-6/+6
2021-02-04io_uring: refactor io_cqring_waitPavel Begunkov1-21/+22
2021-02-04io_uring: refactor scheduling in io_cqring_waitPavel Begunkov1-11/+8
2021-02-04io_uring: deduplicate core cancellations sequencePavel Begunkov1-45/+40
2021-02-01io_uring: simplify do_read return parsingPavel Begunkov1-5/+2
2021-02-01io_uring: deduplicate adding to REQ_F_INFLIGHTPavel Begunkov1-19/+17
2021-02-01io_uring: remove work flags after cleanupPavel Begunkov1-13/+6
2021-02-01io_uring: inline io_req_drop_files()Pavel Begunkov1-22/+17
2021-02-01io_uring: kill not used needs_file_no_errorPavel Begunkov1-4/+1
2021-02-01io_uring: fix inconsistent lock statePavel Begunkov1-4/+11
2021-02-01io_uring: Fix NULL dereference in error in io_sqe_files_register()Dan Carpenter1-1/+1
2021-02-01io_uring: check kthread parked flag before sqthread goes to sleepHao Xu1-4/+1
2021-02-01io_uring: Add skip option for __io_sqe_files_updatenoah1-0/+3
2021-02-01io_uring: cleanup files_update loopingPavel Begunkov1-6/+2
2021-02-01io_uring: consolidate putting reqs taskPavel Begunkov1-20/+14
2021-02-01io_uring: ensure only sqo_task has file notesPavel Begunkov1-0/+4
2021-02-01io_uring: simplify io_remove_personalities()Yejune Deng1-17/+11
2021-02-01io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe3-6/+1
2021-02-01io_uring: get rid of intermediate IORING_OP_CLOSE stageJens Axboe1-29/+35
2021-02-01fs: provide locked helper variant of close_fd_get_file()Jens Axboe2-11/+26
2021-02-01io_uring: save atomic dec for inline executed reqsPavel Begunkov1-7/+10
2021-02-01io_uring: don't flush CQEs deep down the stackPavel Begunkov1-3/+10
2021-02-01io_uring: help inlining of io_req_complete()Pavel Begunkov1-15/+21