summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo
2019-09-06bfq: Add per-device weightFam Zheng
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng
2019-09-06block: fix elevator_get_by_features()Jens Axboe
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-09-05block: Improve default elevator selectionDamien Le Moal
2019-09-05block: Introduce elevator featuresDamien Le Moal
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda
2019-08-30blkcg: add missing NULL check in ioc_cpd_alloc()Tejun Heo
2019-08-29blkcg: fix missing free on error path of blk_iocost_init()Tejun Heo
2019-08-28blkcg: add tools/cgroup/iocost_coef_gen.pyTejun Heo
2019-08-28blkcg: add tools/cgroup/iocost_monitor.pyTejun Heo
2019-08-28blkcg: implement blk-iocostTejun Heo
2019-08-28blk-mq: add optional request->alloc_time_nsTejun Heo
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo
2019-08-27block: split .sysfs_lock into two locksMing Lei
2019-08-27block: add helper for checking if queue is registeredMing Lei
2019-08-27blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar
2019-08-19block: remove struct request_queue queue_headJunxiao Bi
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner
2019-08-12blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handlingzhengbin
2019-08-12blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin
2019-08-08block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente
2019-08-08block, bfq: move update of waker and woken list to queue freeingPaolo Valente
2019-08-08block, bfq: reset last_completed_rq_bfqq if the pointed queue is freedPaolo Valente
2019-08-06block: stop exporting bio_map_kernHans Holmberg
2019-08-04blk-mq: balance mapping between present CPUs and queuesMing Lei
2019-08-04blk-zoned: implement REQ_OP_ZONE_RESET_ALLChaitanya Kulkarni
2019-08-04block: Fix a comment in blk_cleanup_queue()Bart Van Assche
2019-08-04block: Improve physical block alignment of split biosBart Van Assche