aboutsummaryrefslogtreecommitdiff
path: root/include/linux/blk-cgroup.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-29block: always attach cgroup info into bioGravatar Shaohua Li 1-0/+3
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchGravatar Nikolay Borisov 1-3/+3
2016-11-01blk-cgroup: use op_is_sync to check for synchronous requestsGravatar Christoph Hellwig 1-1/+1
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-6/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-10/+1
2016-09-23blkcg: Annotate blkg_hint correctlyGravatar Bart Van Assche 1-1/+1
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Gravatar Tejun Heo 1-10/+1
2016-08-07block: rename bio bi_rw to bi_opfGravatar Jens Axboe 1-2/+2
2016-06-07blkg_rwstat: separate op from flagsGravatar Mike Christie 1-6/+7
2016-06-07block, drivers, cgroup: use op_is_write helper instead of checking for REQ_WRITEGravatar Mike Christie 1-1/+1
2015-10-27blkcg: fix incorrect read/write sync/async stat accountingGravatar Tejun Heo 1-2/+2
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyGravatar Tejun Heo 1-0/+2
2015-08-18blkcg: implement interface for the unified hierarchyGravatar Tejun Heo 1-0/+1
2015-08-18blkcg: misc preparations for unified hierarchy interfaceGravatar Tejun Heo 1-0/+1
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersGravatar Tejun Heo 1-2/+2
2015-08-18blkcg: mark existing cftypes as legacyGravatar Tejun Heo 1-1/+1
2015-08-18blkcg: rename subsystem name from blkio to ioGravatar Tejun Heo 1-2/+2
2015-08-18blkcg: move io_service_bytes and io_serviced stats into blkcg_gqGravatar Tejun Heo 1-0/+14
2015-08-18blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqGravatar Tejun Heo 1-3/+4
2015-08-18blkcg: make blkcg_[rw]stat per-cpuGravatar Tejun Heo 1-53/+67
2015-08-18blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itGravatar Tejun Heo 1-13/+33
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Gravatar Tejun Heo 1-2/+38
2015-08-18blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Gravatar Tejun Heo 1-0/+3
2015-08-18blkcg: inline [__]blkg_lookup()Gravatar Tejun Heo 1-4/+45
2015-08-18blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsGravatar Tejun Heo 1-7/+10
2015-08-18blkcg: minor updates around blkcg_policy_dataGravatar Tejun Heo 1-4/+10
2015-08-18blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataGravatar Tejun Heo 1-4/+4
2015-08-18blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsGravatar Tejun Heo 1-2/+0
2015-08-18blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsGravatar Tejun Heo 1-9/+9
2015-08-18blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Gravatar Tejun Heo 1-3/+0
2015-08-18blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Gravatar Tejun Heo 1-2/+1
2015-07-09blkcg: fix blkcg_policy_data allocation bugGravatar Tejun Heo 1-8/+2
2015-07-09blkcg: implement all_blkcgs listGravatar Tejun Heo 1-0/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+655
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Gravatar Tejun Heo 1-0/+6
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksGravatar Tejun Heo 1-0/+4
2015-06-02blkcg: implement task_get_blkcg_css()Gravatar Tejun Heo 1-0/+12
2015-06-02blkcg: add blkcg_root_cssGravatar Tejun Heo 1-0/+3
2015-06-02update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.hGravatar Tejun Heo 1-2/+5
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hGravatar Tejun Heo 1-0/+603