summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+23
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds30-342/+3274
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2019-09-15block: also check RQF_STATS in blk_mq_need_time_stamp()Hou Tao1-3/+3
2019-09-15block: make rq sector size accessible for block statsHou Tao2-7/+7
2019-09-14bfq: Fix bfq linkage errorPavel Begunkov1-0/+2
2019-09-12block: fix race between switching elevator and removing queuesMing Lei1-3/+5
2019-09-12block: bypass blk_set_runtime_active for uninitialized q->devStanley Chu1-5/+7
2019-09-10iocost_monitor: Report debtTejun Heo1-3/+3
2019-09-10blk-iocost: Don't let merges push vtime into the futureTejun Heo1-7/+18
2019-09-10blk-iocost: Account force-charged overage in absolute vtimeTejun Heo1-7/+55
2019-09-10blk-iocost: Fix incorrect operation order during iocg freeTejun Heo1-3/+3
2019-09-06bfq: Add per-device weightFam Zheng2-11/+87
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng1-0/+2
2019-09-06block: fix elevator_get_by_features()Jens Axboe1-6/+7
2019-09-05block: Delay default elevator initializationDamien Le Moal3-3/+25
2019-09-05block: Improve default elevator selectionDamien Le Moal1-7/+44
2019-09-05block: Introduce elevator featuresDamien Le Moal3-11/+55
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal3-19/+14
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal2-15/+16
2019-09-03block: elevator.c: Remove now unused elevator= argumentMarcos Paulo de Souza1-14/+0
2019-09-03block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+9
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda1-0/+23
2019-08-30blkcg: add missing NULL check in ioc_cpd_alloc()Tejun Heo1-1/+3
2019-08-29blkcg: fix missing free on error path of blk_iocost_init()Tejun Heo1-0/+1
2019-08-28blkcg: add tools/cgroup/iocost_coef_gen.pyTejun Heo1-0/+3
2019-08-28blkcg: add tools/cgroup/iocost_monitor.pyTejun Heo1-0/+21
2019-08-28blkcg: implement blk-iocostTejun Heo4-0/+2385
2019-08-28blk-mq: add optional request->alloc_time_nsTejun Heo2-2/+14
2019-08-28blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/Tejun Heo2-5/+5
2019-08-28block/rq_qos: implement rq_qos_ops->queue_depth_changed()Tejun Heo5-15/+26
2019-08-28block/rq_qos: add rq_qos_merge()Tejun Heo3-0/+22
2019-08-28blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()Tejun Heo1-19/+43
2019-08-28blkcg: make ->cpd_init_fn() optionalTejun Heo1-1/+2
2019-08-28blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()Tejun Heo4-9/+14
2019-08-27block: split .sysfs_lock into two locksMing Lei5-33/+83
2019-08-27block: add helper for checking if queue is registeredMing Lei3-4/+4
2019-08-27blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueueMing Lei1-7/+0
2019-08-27block: don't hold q->sysfs_lock in elevator_init_mqMing Lei1-9/+5
2019-08-27block: Remove blk_mq_register_dev()Bart Van Assche1-11/+0
2019-08-22block: move same page handling from __bio_add_pc_page to the callersChristoph Hellwig1-10/+10
2019-08-22block: create a bio_try_merge_pc_page helperChristoph Hellwig1-24/+10
2019-08-22block: improve the gap check in __bio_add_pc_pageChristoph Hellwig1-7/+7
2019-08-20block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definitionRevanth Rajashekar1-2/+0
2019-08-20block: sed-opal: Remove always false conditional statementRevanth Rajashekar1-4/+0
2019-08-20block: sed-opal: Add/remove spacesRevanth Rajashekar2-6/+42
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-1/+0
2019-08-15block: remove REQ_NOWAIT_INLINEJens Axboe1-6/+2
2019-08-14block: annotate refault stalls from IO submissionJohannes Weiner2-1/+25