summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2021-12-16block: add completion handler for fast pathJens Axboe
2021-12-14block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe
2021-12-14block: make queue stat accounting a referenceJens Axboe
2021-12-14iocost: Fix divide-by-zero on donation from low hweight cgroupTejun Heo
2021-12-13bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-12-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov
2021-12-06blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tagsJohn Garry
2021-12-06blk-mq: Delete busy_iter_fnJohn Garry
2021-12-06blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry
2021-12-06blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Ming Lei
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei
2021-12-03blk-mq: run dispatch lock once in case of issuing from listMing Lei
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-12-03blk-mq: remove hctx_lock and hctx_unlockMing Lei
2021-12-03block: switch to atomic_t for request referencesJens Axboe
2021-12-03block: move direct_IO into our own read_iter handlerJens Axboe
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-12-02block: fix double bio queue when merging in cached request pathJens Axboe
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe
2021-12-02blk-mq: check q->poll_stat in queue_poll_stat_showMing Lei
2021-11-29block: Fix fsync always failed if once failedYe Bin
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: don't check ->rq_disk in mergesChristoph Hellwig
2021-11-29block: Remove redundant initialization of variable retColin Ian King
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig
2021-11-29block: simplify ioc_create_icqChristoph Hellwig
2021-11-29block: return the io_context from create_task_io_contextChristoph Hellwig
2021-11-29block: use alloc_io_context in __copy_ioChristoph Hellwig
2021-11-29block: factor out a alloc_io_context helperChristoph Hellwig
2021-11-29block: remove get_io_context_activeChristoph Hellwig
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig
2021-11-29block: mark put_io_context_active staticChristoph Hellwig
2021-11-29Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig
2021-11-29bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig
2021-11-29bfq: simplify bfq_bic_lookupChristoph Hellwig
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig
2021-11-29blk-mq: use bio->bi_opf after bio is checkedMing Lei
2021-11-29bfq: Do not let waker requests skip proper accountingJan Kara
2021-11-29bfq: Log waker detectionsJan Kara
2021-11-29bfq: Provide helper to generate bfqq nameJan Kara
2021-11-29bfq: Limit waker detection in timeJan Kara
2021-11-29bfq: Limit number of requests consumed by each cgroupJan Kara
2021-11-29bfq: Store full bitmap depth in bfq_dataJan Kara
2021-11-29bfq: Track number of allocated requests in bfq_entityJan Kara