Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-27blkcg: fix incorrect read/write sync/async stat accountingTejun Heo
2015-08-19blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo
2015-08-19blkcg: implement interface for the unified hierarchyTejun Heo
2015-08-19blkcg: misc preparations for unified hierarchy interfaceTejun Heo
2015-08-19blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo
2015-08-19blkcg: mark existing cftypes as legacyTejun Heo
2015-08-19blkcg: rename subsystem name from blkio to ioTejun Heo
2015-08-19blkcg: move io_service_bytes and io_serviced stats into blkcg_gqTejun Heo
2015-08-19blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gqTejun Heo
2015-08-19blkcg: make blkcg_[rw]stat per-cpuTejun Heo
2015-08-19blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with itTejun Heo
2015-08-19blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo
2015-08-19blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_l...Tejun Heo
2015-08-19blkcg: inline [__]blkg_lookup()Tejun Heo
2015-08-19blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methodsTejun Heo
2015-08-19blkcg: minor updates around blkcg_policy_dataTejun Heo
2015-08-19blkcg: make blkcg_policy methods take a pointer to blkcg_policy_dataTejun Heo
2015-08-19blk-throttle: clean up blkg_policy_data alloc/init/exit/free methodsTejun Heo
2015-08-19blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methodsTejun Heo
2015-08-19blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy()Tejun Heo
2015-08-19blkcg: remove unnecessary request_list->blkg NULL test in blk_put_rl()Tejun Heo
2015-07-09blkcg: fix blkcg_policy_data allocation bugTejun Heo
2015-07-09blkcg: implement all_blkcgs listTejun Heo
2015-06-26Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-02writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac...Tejun Heo
2015-06-02writeback: make backing_dev_info host cgroup-specific bdi_writebacksTejun Heo
2015-06-02blkcg: implement task_get_blkcg_css()Tejun Heo
2015-06-02blkcg: add blkcg_root_cssTejun Heo
2015-06-02update !CONFIG_BLK_CGROUP dummies in include/linux/blk-cgroup.hTejun Heo
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo