aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-15block: also check RQF_STATS in blk_mq_need_time_stamp()Hou Tao
2019-09-15block: make rq sector size accessible for block statsHou Tao
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov
2019-09-12block: fix race between switching elevator and removing queuesMing Lei
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu
2019-09-10iocost_monitor: Report debtTejun Heo
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo
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