Age | Commit message (Expand) | Author | Files | Lines |
2019-06-25 | block, bfq: detect wakers and unconditionally inject their I/O | Paolo Valente | 1 | -1/+24 |
2019-06-20 | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 1 | -2/+2 |
2019-06-20 | blk-cgroup: move struct blkg_stat to bfq | Christoph Hellwig | 1 | -7/+12 |
2019-04-30 | block: switch all files cleared marked as GPLv2 or later to SPDX tags | Christoph Hellwig | 1 | -10/+1 |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 1 | -1/+1 |
2019-04-10 | block, bfq: fix use after free in bfq_bfqq_expire | Paolo Valente | 1 | -1/+1 |
2019-04-08 | block, bfq: fix some typos in comments | Angelo Ruocco | 1 | -2/+2 |
2019-04-01 | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 1 | -0/+9 |
2019-04-01 | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 1 | -4/+19 |
2019-04-01 | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 1 | -0/+3 |
2019-04-01 | block, bfq: tune service injection basing on request service times | Paolo Valente | 1 | -23/+28 |
2019-04-01 | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 1 | -3/+3 |
2019-01-31 | block, bfq: fix in-service-queue check for queue merging | Paolo Valente | 1 | -0/+3 |
2019-01-31 | block, bfq: consider also ioprio classes in symmetry detection | Paolo Valente | 1 | -3/+5 |
2018-12-07 | block, bfq: fix decrement of num_active_groups | Paolo Valente | 1 | -2/+49 |
2018-10-13 | block, bfq: improve asymmetric scenarios detection | Federico Motta | 1 | -16/+11 |
2018-09-14 | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash | Paolo Valente | 1 | -0/+26 |
2018-07-09 | block, bfq: add/remove entity weights correctly | Paolo Valente | 1 | -2/+5 |
2018-05-31 | block, bfq: remove slow-system class | Paolo Valente | 1 | -10/+4 |
2018-05-10 | bfq-iosched: remove unused variable | Jens Axboe | 1 | -6/+0 |
2018-05-09 | block: use ktime_get_ns() instead of sched_clock() for cfq and bfq | Omar Sandoval | 1 | -5/+5 |
2018-03-26 | block, bfq: lower-bound the estimated peak rate to 1 | Paolo Valente | 1 | -1/+1 |
2018-01-18 | block, bfq: limit sectors served with interactive weight raising | Paolo Valente | 1 | -0/+5 |
2018-01-18 | block, bfq: limit tags for writes and async I/O | Paolo Valente | 1 | -0/+12 |
2018-01-05 | block, bfq: let a queue be merged only shortly after starting I/O | Paolo Valente | 1 | -0/+2 |
2017-11-14 | block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUP | Luca Miccio | 1 | -2/+2 |
2017-08-31 | block, bfq: make lookup_next_entity push up vtime on expirations | Paolo Valente | 1 | -2/+2 |
2017-08-28 | Merge tag 'v4.13-rc7' into for-4.14/block-postmerge | Jens Axboe | 1 | -5/+17 |
2017-08-11 | block,bfq: refactor device-idling logic | Paolo Valente | 1 | -6/+6 |
2017-07-29 | block, bfq: consider also in_service_entity to state whether an entity is active | Paolo Valente | 1 | -5/+17 |
2017-07-29 | block: use standard blktrace API to output cgroup info for debug notes | Shaohua Li | 1 | -5/+8 |
2017-07-12 | bfq: fix typos in comments about B-WF2Q+ algorithm | Hou Tao | 1 | -1/+1 |
2017-07-03 | block, bfq: don't change ioprio class for a bfq_queue on a service tree | Paolo Valente | 1 | -1/+2 |
2017-06-08 | block, bfq: access and cache blkg data only when safe | Paolo Valente | 1 | -12/+11 |
2017-04-20 | bfq: fix compile error if CONFIG_CGROUPS=n | Jens Axboe | 1 | -3/+2 |
2017-04-19 | block, bfq: split bfq-iosched.c into multiple source files | Paolo Valente | 1 | -0/+942 |