Age | Commit message (Expand) | Author | Files | Lines |
2019-09-16 | block: also check RQF_STATS in blk_mq_need_time_stamp() | Hou Tao | 1 | -3/+3 |
2019-09-16 | block: make rq sector size accessible for block stats | Hou Tao | 2 | -7/+7 |
2019-09-14 | bfq: Fix bfq linkage error | Pavel Begunkov | 1 | -0/+2 |
2019-09-12 | block: fix race between switching elevator and removing queues | Ming Lei | 1 | -3/+5 |
2019-09-12 | block: bypass blk_set_runtime_active for uninitialized q->dev | Stanley Chu | 1 | -5/+7 |
2019-09-10 | iocost_monitor: Report debt | Tejun Heo | 1 | -3/+3 |
2019-09-10 | blk-iocost: Don't let merges push vtime into the future | Tejun Heo | 1 | -7/+18 |
2019-09-10 | blk-iocost: Account force-charged overage in absolute vtime | Tejun Heo | 1 | -7/+55 |
2019-09-10 | blk-iocost: Fix incorrect operation order during iocg free | Tejun Heo | 1 | -3/+3 |
2019-09-06 | bfq: Add per-device weight | Fam Zheng | 2 | -11/+87 |
2019-09-06 | bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacy | Fam Zheng | 1 | -28/+32 |
2019-09-06 | bfq: Fix the missing barrier in __bfq_entity_update_weight_prio | Fam Zheng | 1 | -0/+2 |
2019-09-06 | block: fix elevator_get_by_features() | Jens Axboe | 1 | -6/+7 |
2019-09-06 | block: Delay default elevator initialization | Damien Le Moal | 3 | -3/+25 |
2019-09-06 | block: Improve default elevator selection | Damien Le Moal | 1 | -7/+44 |
2019-09-06 | block: Introduce elevator features | Damien Le Moal | 3 | -11/+55 |
2019-09-06 | block: Change elevator_init_mq() to always succeed | Damien Le Moal | 3 | -19/+14 |
2019-09-06 | block: Cleanup elevator_init_mq() use | Damien Le Moal | 2 | -15/+16 |
2019-09-03 | block: elevator.c: Remove now unused elevator= argument | Marcos Paulo de Souza | 1 | -14/+0 |
2019-09-03 | block: mq-deadline: Fix queue restart handling | Damien Le Moal | 1 | -10/+9 |
2019-09-03 | block: add a helper function to merge the segments | Yoshihiro Shimoda | 1 | -0/+23 |
2019-08-30 | blkcg: add missing NULL check in ioc_cpd_alloc() | Tejun Heo | 1 | -1/+3 |
2019-08-29 | blkcg: fix missing free on error path of blk_iocost_init() | Tejun Heo | 1 | -0/+1 |
2019-08-29 | blkcg: add tools/cgroup/iocost_coef_gen.py | Tejun Heo | 1 | -0/+3 |
2019-08-29 | blkcg: add tools/cgroup/iocost_monitor.py | Tejun Heo | 1 | -0/+21 |
2019-08-29 | blkcg: implement blk-iocost | Tejun Heo | 4 | -0/+2385 |
2019-08-29 | blk-mq: add optional request->alloc_time_ns | Tejun Heo | 2 | -2/+14 |
2019-08-29 | blkcg: s/RQ_QOS_CGROUP/RQ_QOS_LATENCY/ | Tejun Heo | 2 | -5/+5 |
2019-08-29 | block/rq_qos: implement rq_qos_ops->queue_depth_changed() | Tejun Heo | 5 | -15/+26 |
2019-08-29 | block/rq_qos: add rq_qos_merge() | Tejun Heo | 3 | -0/+22 |
2019-08-29 | blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() | Tejun Heo | 1 | -19/+43 |
2019-08-29 | blkcg: make ->cpd_init_fn() optional | Tejun Heo | 1 | -1/+2 |
2019-08-29 | blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() | Tejun Heo | 4 | -9/+14 |
2019-08-27 | block: split .sysfs_lock into two locks | Ming Lei | 5 | -33/+83 |
2019-08-27 | block: add helper for checking if queue is registered | Ming Lei | 3 | -4/+4 |
2019-08-27 | blk-mq: don't hold q->sysfs_lock in blk_mq_map_swqueue | Ming Lei | 1 | -7/+0 |
2019-08-27 | block: don't hold q->sysfs_lock in elevator_init_mq | Ming Lei | 1 | -9/+5 |
2019-08-27 | block: Remove blk_mq_register_dev() | Bart Van Assche | 1 | -11/+0 |
2019-08-22 | block: move same page handling from __bio_add_pc_page to the callers | Christoph Hellwig | 1 | -10/+10 |
2019-08-22 | block: create a bio_try_merge_pc_page helper | Christoph Hellwig | 1 | -24/+10 |
2019-08-22 | block: improve the gap check in __bio_add_pc_page | Christoph Hellwig | 1 | -7/+7 |
2019-08-20 | block: sed-opal: Removed duplicate OPAL_METHOD_LENGTH definition | Revanth Rajashekar | 1 | -2/+0 |
2019-08-20 | block: sed-opal: Remove always false conditional statement | Revanth Rajashekar | 1 | -4/+0 |
2019-08-20 | block: sed-opal: Add/remove spaces | Revanth Rajashekar | 2 | -6/+42 |
2019-08-19 | block: remove struct request_queue queue_head | Junxiao Bi | 1 | -1/+0 |
2019-08-15 | block: remove REQ_NOWAIT_INLINE | Jens Axboe | 1 | -6/+2 |
2019-08-14 | block: annotate refault stalls from IO submission | Johannes Weiner | 2 | -1/+25 |
2019-08-12 | blk-mq: Fix memory leak in blk_mq_init_allocated_queue error handling | zhengbin | 1 | -3/+6 |
2019-08-12 | blk-mq: move cancel of requeue_work to the front of blk_exit_queue | zhengbin | 2 | -2/+3 |
2019-08-08 | block, bfq: handle NULL return value by bfq_init_rq() | Paolo Valente | 1 | -3/+11 |