summaryrefslogtreecommitdiffstats
path: root/block/bfq-cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-201-14/+13
* bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig2019-06-201-43/+19
* blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-201-37/+155
* blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-201-6/+4
* blk-cgroup: pass blkg_rwstat structures by referenceChristoph Hellwig2019-06-201-6/+9
* cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-4/+2
* block, bfq: add weight symlink to the bfq.weight cgroup parameterAngelo Ruocco2019-06-071-2/+4
* block: switch all files cleared marked as GPLv2 or later to SPDX tagsChristoph Hellwig2019-04-301-10/+1
* block, bfq: fix some typos in commentsAngelo Ruocco2019-04-081-1/+1
* block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-011-1/+2
* blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-071-2/+2
* block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-1/+1
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-2/+2
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-211-2/+2
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-061-2/+2
* block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-08-161-1/+2
* block: use ktime_get_ns() instead of sched_clock() for cfq and bfqOmar Sandoval2018-05-091-20/+20
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-01-091-2/+5
* block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-141-64/+84
* bfq: Declare local functions staticBart Van Assche2017-09-011-9/+9
* block, bfq: access and cache blkg data only when safePaolo Valente2017-06-081-23/+93
* block, bfq: split bfq-iosched.c into multiple source filesPaolo Valente2017-04-191-0/+1139