Commit Graph

1888 Commits (b55bb78d296731d68bf14244b1c471dc2575bb3d)

Author SHA1 Message Date
Tejun Heo 80fd99792b blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing 13 years ago
Tejun Heo da8b066262 blkcg: make blkg_conf_prep() take @pol and return with queue lock held 13 years ago
Tejun Heo 8bd435b30e blkcg: remove static policy ID enums 13 years ago
Tejun Heo ec399347d3 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() 13 years ago
Tejun Heo bc0d6501a8 blkcg: kill blkio_list and replace blkio_list_lock with a mutex 13 years ago
Tejun Heo f48ec1d788 cfq: fix build breakage & warnings 13 years ago
Shaohua Li 1b2e19f17e block: make auto block plug flush threshold per-disk based 13 years ago
Tejun Heo 5bc4afb1ec blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros 13 years ago
Tejun Heo d366e7ec41 blkcg: pass around pd->pdata instead of pd itself in prfill functions 13 years ago
Tejun Heo af133ceb26 blkcg: move blkio_group_conf->iops and ->bps to blk-throttle 13 years ago
Tejun Heo 3381cb8d2e blkcg: move blkio_group_conf->weight to cfq 13 years ago
Tejun Heo 8a3d26151f blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c 13 years ago
Tejun Heo 155fead9b6 blkcg: move blkio_group_stats to cfq-iosched.c 13 years ago
Tejun Heo 9ade5ea4ce blkcg: add blkio_policy_ops operations for exit and stat reset 13 years ago
Tejun Heo 41b38b6d54 blkcg: cfq doesn't need per-cpu dispatch stats 13 years ago
Tejun Heo 629ed0b102 blkcg: move statistics update code to policies 13 years ago
Tejun Heo 2ce4d50f9c cfq: collapse cfq.h into cfq-iosched.c 13 years ago
Tejun Heo 60c2bc2d5a blkcg: move conf/stat file handling code to policies 13 years ago
Tejun Heo 44ea53de46 blkcg: implement blkio_policy_type->cftypes 13 years ago
Tejun Heo 829fdb5000 blkcg: export conf/stat helpers to prepare for reorganization 13 years ago
Tejun Heo 726fa6945e blkcg: simplify blkg_conf_prep() 13 years ago
Tejun Heo 3a8b31d396 blkcg: restructure blkio_group configruation setting 13 years ago
Tejun Heo c4682aec9c blkcg: restructure configuration printing 13 years ago
Tejun Heo 627f29f481 blkcg: drop blkiocg_file_write_u64() 13 years ago
Tejun Heo d3d32e69fa blkcg: restructure statistics printing 13 years ago
Tejun Heo edcb0722c6 blkcg: introduce blkg_stat and blkg_rwstat 13 years ago
Tejun Heo 2aa4a1523b blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters 13 years ago
Tejun Heo aaec55a002 blkcg: remove unused @pol and @plid parameters 13 years ago
Tao Ma 5bf14c0727 block: Make cfq_target_latency tunable through sysfs. 13 years ago
Tejun Heo 4baf6e3325 cgroup: convert all non-memcg controllers to the new cftype interface 13 years ago
Tejun Heo 676f7c8f84 cgroup: relocate cftype and cgroup_subsys definitions in controllers 13 years ago
Andi Kleen 8bcb6c7d48 block: use lockdep_assert_held for queue locking 13 years ago
Dan Carpenter a5567932fc blkcg: change a spin_lock() to spin_lock_irq() 13 years ago
Tejun Heo eb7d8c07f9 cfq: fix cfqg ref handling when BLK_CGROUP && !CFQ_GROUP_IOSCHED 13 years ago
Dan Carpenter 00380a404f block: blk_alloc_queue_node(): use caller's GFP flags instead of GFP_KERNEL 13 years ago
Tejun Heo 2b566fa55b block: remove ioc_*_changed() 13 years ago
Tejun Heo 598971bfbd cfq: don't use icq_get_changed() 13 years ago
Tejun Heo abede6da27 cfq: pass around cfq_io_cq instead of io_context 13 years ago
Tejun Heo 9a9e8a26da blkcg: add blkcg->id 13 years ago
Tejun Heo edf1b879e3 blkcg: remove blkio_group->stats_lock 13 years ago
Tejun Heo c4c76a0538 blkcg: restructure blkio_get_stat() 13 years ago
Tejun Heo 997a026c80 blkcg: simplify stat reset 13 years ago
Tejun Heo 5fe224d2d5 blkcg: don't use percpu for merged stats 13 years ago
Vivek Goyal 1cd9e039fc blkcg: alloc per cpu stats from worker thread in a delayed manner 13 years ago
Xiaotian Feng ff8c1474cc block: fix ioc leak in put_io_context 13 years ago
Tejun Heo 671058fb2a block: make blk-throttle preserve the issuing task on delayed bios 13 years ago
Tejun Heo 4f85cb96d9 block: make block cgroup policies follow bio task association 13 years ago
Tejun Heo 852c788f83 block: implement bio_associate_current() 13 years ago
Tejun Heo f6e8d01bee block: add io_context->active_ref 13 years ago
Tejun Heo 24acfc34fb block: interface update for ioc/icq creation functions 13 years ago