summaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
Commit message (Expand)AuthorAge
...
* blkcg: remove cfqg_stats->sectorsTejun Heo2015-08-18
* blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo2015-08-18
* blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo2015-08-18
* blkcg: make blkcg_[rw]stat per-cpuTejun Heo2015-08-18
* blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo2015-08-18
* blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-18
* blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo2015-08-18
* blkcg: minor updates around blkcg_policy_dataTejun Heo2015-08-18
* blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo2015-08-18
* blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo2015-08-18
* blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo2015-08-18
* cfq-iosched: charge async IOs to the appropriate blkcg's instead of the rootTejun Heo2015-08-18
* cfq-iosched: fold cfq_find_alloc_queue() into cfq_get_queue()Tejun Heo2015-08-18
* cfq-iosched: move cfq_group determination from cfq_find_alloc_queue() to cfq_...Tejun Heo2015-08-18
* cfq-iosched: remove @gfp_mask from cfq_find_alloc_queue()Tejun Heo2015-08-18
* blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all...Tejun Heo2015-08-18
* cfq-iosched: minor cleanupsTejun Heo2015-08-18
* cfq-iosched: fix oom cfq_queue ref leak in cfq_set_request()Tejun Heo2015-08-18
* cfq-iosched: fix async oom queue handlingTejun Heo2015-08-18
* cfq-iosched: simplify control flow in cfq_get_queue()Tejun Heo2015-08-18
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-02
* | cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULLJens Axboe2015-06-20
* | cfq-iosched: fix sysfs oops when attempting to read unconfigured weightsJens Axboe2015-06-19
* | cfq-iosched: move group scheduling functions under ifdefJens Axboe2015-06-19
* | cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-10
* | block, cgroup: implement policy-specific per-blkcg dataArianna Avanzini2015-06-07
* | block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan2015-06-05
|/
* cfq-iosched: handle failure of cfq group allocationKonstantin Khlebnikov2015-02-09
* cfq-iosched: fix incorrect filing of rt async cfqqJeff Moyer2015-01-21
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-11
|\
| * cfq-iosched: Add comments on update timing of weightToshiaki Makita2014-08-28
| * cfq-iosched: Fix wrong children_weight calculationToshiaki Makita2014-08-26
* | blkcg: remove blkcg->idTejun Heo2014-09-08
|/
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-09
|\
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-13
* | block: Fix format string mismatch in cfq-iosched.cMasanari Iida2014-04-30
* | block: remove 'q' parameter from kblockd_schedule_*_work()Jens Axboe2014-04-09
|/
* Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-03
|\
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-19
| * cgroup: update the meaning of cftype->max_write_lenTejun Heo2014-02-11
* | block: Stop abusing csd.list for fifo_timeJan Kara2014-02-24
|/
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-05
* block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra2013-11-13
* Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-09-22
|\
| * cfq: explicitly use 64bit divide operation for 64bit argumentsAnatol Pomozov2013-09-22
| * block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-11
* | cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-08
|/
* elevator: Fix a race in elevator switchingJianpeng Ma2013-07-03
* block: Add bio_end_sector()Kent Overstreet2013-03-23