summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring: deduplicate file table slot calculationPavel Begunkov2021-02-041-22/+19
| * io_uring: io_import_iovec return type cleanupPavel Begunkov2021-02-041-19/+11
| * io_uring: treat NONBLOCK and RWF_NOWAIT similarlyPavel Begunkov2021-02-041-14/+16
| * io_uring: highlight read-retry loopPavel Begunkov2021-02-041-20/+20
| * io_uring: inline io_read()'s iovec freeingPavel Begunkov2021-02-041-18/+13
| * io_uring: don't forget to adjust io_sizePavel Begunkov2021-02-041-9/+5
| * io_uring: let io_setup_async_rw take care of iovecPavel Begunkov2021-02-041-15/+9
| * io_uring: further simplify do_read error parsingPavel Begunkov2021-02-041-9/+8
| * io_uring: refactor io_read for unsupported nowaitPavel Begunkov2021-02-041-6/+6
| * io_uring: refactor io_cqring_waitPavel Begunkov2021-02-041-21/+22
| * io_uring: refactor scheduling in io_cqring_waitPavel Begunkov2021-02-041-11/+8
| * io_uring: deduplicate core cancellations sequencePavel Begunkov2021-02-041-45/+40
| * io_uring: simplify do_read return parsingPavel Begunkov2021-02-011-5/+2
| * io_uring: deduplicate adding to REQ_F_INFLIGHTPavel Begunkov2021-02-011-19/+17
| * io_uring: remove work flags after cleanupPavel Begunkov2021-02-011-13/+6
| * io_uring: inline io_req_drop_files()Pavel Begunkov2021-02-011-22/+17
| * io_uring: kill not used needs_file_no_errorPavel Begunkov2021-02-011-4/+1
| * io_uring: fix inconsistent lock statePavel Begunkov2021-02-011-4/+11
| * io_uring: Fix NULL dereference in error in io_sqe_files_register()Dan Carpenter2021-02-011-1/+1
| * io_uring: check kthread parked flag before sqthread goes to sleepHao Xu2021-02-011-4/+1
| * io_uring: Add skip option for __io_sqe_files_updatenoah2021-02-011-0/+3
| * io_uring: cleanup files_update loopingPavel Begunkov2021-02-011-6/+2
| * io_uring: consolidate putting reqs taskPavel Begunkov2021-02-011-20/+14
| * io_uring: ensure only sqo_task has file notesPavel Begunkov2021-02-011-0/+4
| * io_uring: simplify io_remove_personalities()Yejune Deng2021-02-011-17/+11
| * io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe2021-02-013-6/+1
| * io_uring: get rid of intermediate IORING_OP_CLOSE stageJens Axboe2021-02-011-29/+35
| * fs: provide locked helper variant of close_fd_get_file()Jens Axboe2021-02-012-11/+26
| * io_uring: save atomic dec for inline executed reqsPavel Begunkov2021-02-011-7/+10
| * io_uring: don't flush CQEs deep down the stackPavel Begunkov2021-02-011-3/+10
| * io_uring: help inlining of io_req_complete()Pavel Begunkov2021-02-011-15/+21
| * io_uring: add a helper timeout mode calculationPavel Begunkov2021-02-011-12/+11
| * io_uring: deduplicate failing task_work_addPavel Begunkov2021-02-011-29/+17
| * io_uring: remove __io_state_file_putPavel Begunkov2021-02-011-9/+5
| * io_uring: simplify io_alloc_req()Pavel Begunkov2021-02-011-3/+1
| * io_uring: further deduplicate #CQ events calcPavel Begunkov2021-02-011-8/+7
| * io_uring: inline __io_commit_cqring()Pavel Begunkov2021-02-011-9/+3
| * io_uring: inline io_async_submit()Pavel Begunkov2021-02-011-6/+1
| * io_uring: cleanup personalities under uring_lockPavel Begunkov2021-02-011-1/+1
| * io_uring: refactor io_resubmit_prep()Pavel Begunkov2021-02-011-20/+13
| * io_uring: optimise io_rw_reissue()Pavel Begunkov2021-02-011-3/+4
| * io_uring: make percpu_ref_release names consistentBijan Mottahedeh2021-02-011-4/+4
| * io_uring: create common fixed_rsrc_data allocation routinesBijan Mottahedeh2021-02-011-15/+29
| * io_uring: create common fixed_rsrc_ref_node handling routinesBijan Mottahedeh2021-02-011-12/+26
| * io_uring: split ref_node alloc and initPavel Begunkov2021-02-011-13/+11
| * io_uring: split alloc_fixed_file_ref_nodeBijan Mottahedeh2021-02-011-2/+14
| * io_uring: add rsrc_ref locking routinesBijan Mottahedeh2021-02-011-6/+16
| * io_uring: separate ref_list from fixed_rsrc_dataBijan Mottahedeh2021-02-011-17/+18
| * io_uring: generalize io_queue_rsrc_removalBijan Mottahedeh2021-02-011-7/+15
| * io_uring: rename file related variables to rsrcBijan Mottahedeh2021-02-011-111/+117