summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25io_uring: use AT_STATX_CACHED for IORING_OP_STATX fast pathnonblock-path-lookupJens Axboe
2021-01-25fs: ensure that ->getattr() honors AT_STATX_CACHEDJens Axboe
2021-01-25fs: add support for AT_STATX_CACHEDJens Axboe
2021-01-25io_uring: consolidate putting reqs taskPavel Begunkov
2021-01-25io_uring: ensure only sqo_task has file notesPavel Begunkov
2021-01-25io_uring: simplify io_remove_personalities()Yejune Deng
2021-01-25io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCELJens Axboe
2021-01-25io_uring: get rid of intermediate IORING_OP_CLOSE stageJens Axboe
2021-01-25fs: provide locked helper variant of close_fd_get_file()Jens Axboe
2021-01-25io_uring: save atomic dec for inline executed reqsPavel Begunkov
2021-01-25io_uring: don't flush CQEs deep down the stackPavel Begunkov
2021-01-25io_uring: help inlining of io_req_complete()Pavel Begunkov
2021-01-25io_uring: add a helper timeout mode calculationPavel Begunkov
2021-01-25io_uring: deduplicate failing task_work_addPavel Begunkov
2021-01-25io_uring: remove __io_state_file_putPavel Begunkov
2021-01-25io_uring: simplify io_alloc_req()Pavel Begunkov
2021-01-25io_uring: further deduplicate #CQ events calcPavel Begunkov
2021-01-25io_uring: inline __io_commit_cqring()Pavel Begunkov
2021-01-25io_uring: inline io_async_submit()Pavel Begunkov
2021-01-25io_uring: cleanup personalities under uring_lockPavel Begunkov
2021-01-25io_uring: refactor io_resubmit_prep()Pavel Begunkov
2021-01-25io_uring: optimise io_rw_reissue()Pavel Begunkov
2021-01-25io_uring: make percpu_ref_release names consistentBijan Mottahedeh
2021-01-25io_uring: create common fixed_rsrc_data allocation routinesBijan Mottahedeh
2021-01-25io_uring: create common fixed_rsrc_ref_node handling routinesBijan Mottahedeh
2021-01-25io_uring: split ref_node alloc and initPavel Begunkov
2021-01-25io_uring: split alloc_fixed_file_ref_nodeBijan Mottahedeh
2021-01-25io_uring: add rsrc_ref locking routinesBijan Mottahedeh
2021-01-25io_uring: separate ref_list from fixed_rsrc_dataBijan Mottahedeh
2021-01-25io_uring: generalize io_queue_rsrc_removalBijan Mottahedeh
2021-01-25io_uring: rename file related variables to rsrcBijan Mottahedeh
2021-01-25io_uring: modularize io_sqe_buffers_registerBijan Mottahedeh
2021-01-25io_uring: modularize io_sqe_buffer_registerBijan Mottahedeh
2021-01-25io_uring: enable LOOKUP_CACHED path resolution for filename lookupsJens Axboe
2021-01-25Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Jens Axboe
2021-01-24io_uring: only call io_cqring_ev_posted() if events were postedJens Axboe
2021-01-24io_uring: if we see flush on exit, cancel related tasksJens Axboe
2021-01-24Linux 5.11-rc5Linus Torvalds
2021-01-24Merge tag 'sh-for-5.11' of git://git.libc.org/linux-shLinus Torvalds
2021-01-24Merge tag 'io_uring-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-24Merge tag 'block-5.11-2021-01-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-01-24Merge tag 'char-misc-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-01-24Merge tag 'driver-core-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-01-24Merge tag 'staging-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-24Merge tag 'tty-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-01-24Merge tag 'usb-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner