summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-01io_uring: add a helper timeout mode calculationPavel Begunkov1-12/+11
2021-02-01io_uring: deduplicate failing task_work_addPavel Begunkov1-29/+17
2021-02-01io_uring: remove __io_state_file_putPavel Begunkov1-9/+5
2021-02-01io_uring: simplify io_alloc_req()Pavel Begunkov1-3/+1
2021-02-01io_uring: further deduplicate #CQ events calcPavel Begunkov1-8/+7
2021-02-01io_uring: inline __io_commit_cqring()Pavel Begunkov1-9/+3
2021-02-01io_uring: inline io_async_submit()Pavel Begunkov1-6/+1
2021-02-01io_uring: cleanup personalities under uring_lockPavel Begunkov1-1/+1
2021-02-01io_uring: refactor io_resubmit_prep()Pavel Begunkov1-20/+13
2021-02-01io_uring: optimise io_rw_reissue()Pavel Begunkov1-3/+4
2021-02-01io_uring: make percpu_ref_release names consistentBijan Mottahedeh1-4/+4
2021-02-01io_uring: create common fixed_rsrc_data allocation routinesBijan Mottahedeh1-15/+29
2021-02-01io_uring: create common fixed_rsrc_ref_node handling routinesBijan Mottahedeh1-12/+26
2021-02-01io_uring: split ref_node alloc and initPavel Begunkov1-13/+11
2021-02-01io_uring: split alloc_fixed_file_ref_nodeBijan Mottahedeh1-2/+14
2021-02-01io_uring: add rsrc_ref locking routinesBijan Mottahedeh1-6/+16
2021-02-01io_uring: separate ref_list from fixed_rsrc_dataBijan Mottahedeh1-17/+18
2021-02-01io_uring: generalize io_queue_rsrc_removalBijan Mottahedeh1-7/+15
2021-02-01io_uring: rename file related variables to rsrcBijan Mottahedeh1-111/+117
2021-02-01io_uring: modularize io_sqe_buffers_registerBijan Mottahedeh1-17/+34
2021-02-01io_uring: modularize io_sqe_buffer_registerBijan Mottahedeh1-103/+107
2021-02-01io_uring: enable LOOKUP_CACHED path resolution for filename lookupsJens Axboe1-20/+27
2021-02-01Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Jens Axboe2-45/+49
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-25/+44
2021-01-30Merge tag '5.11-rc5-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-20/+81
2021-01-29Merge tag 'for-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-51/+46
2021-01-29Merge tag 'block-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+9
2021-01-29Merge tag 'io_uring-5.11-2021-01-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-42/+53