Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cbccb18f4f937132af64a95ae04186a6c2c05236
/
block
/
blk-cgroup.c
e507266
blkcg: fix "scheduling while atomic" in blk_queue_bypass_start
by Jun'ichi Nomura
· 12 years ago
ee89f81
Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
810ecfa
blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock
by Tejun Heo
· 12 years ago
16b3de6
blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()
by Tejun Heo
· 12 years ago
b50da39
blkcg: export __blkg_prfill_rwstat()
by Tejun Heo
· 12 years ago
f427d90
blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online
by Tejun Heo
· 12 years ago
b276a87
blkcg: add blkg_policy_data->plid
by Tejun Heo
· 12 years ago
e71357e
cfq-iosched: add leaf_weight
by Tejun Heo
· 12 years ago
3c54786
blkcg: make blkcg_gq's hierarchical
by Tejun Heo
· 12 years ago
93e6d5d
blkcg: cosmetic updates to blkg_create()
by Tejun Heo
· 12 years ago
86cde6b
blkcg: reorganize blkg_lookup_create() and friends
by Tejun Heo
· 12 years ago
356d2e5
blkcg: fix minor bug in blkg_alloc()
by Tejun Heo
· 12 years ago
60da5bf
Merge branch 'for-3.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
3f3299d
block: Rename queue dead flag
by Bart Van Assche
· 12 years ago
92fb974
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()
by Tejun Heo
· 12 years ago
5b805f2
Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
1db1e31
Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8
by Tejun Heo
· 12 years ago
bcf6de1
cgroup: make ->pre_destroy() return void
by Tejun Heo
· 12 years ago
65c77fd
blkcg: stop iteration early if root_rl is the only request list
by Jun'ichi Nomura
· 12 years ago
65635cb
blkcg: Fix use-after-free of q->root_blkg and q->root_rl.blkg
by Jun'ichi Nomura
· 12 years ago
8c7f6ed
cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for them
by Tejun Heo
· 12 years ago
a051661
blkcg: implement per-blkg request allocation
by Tejun Heo
· 12 years ago
b1208b5
blkcg: inline bio_blkcg() and friends
by Tejun Heo
· 12 years ago
1597499
blkcg: make root blkcg allocation use %GFP_KERNEL
by Tejun Heo
· 12 years ago
1358986
blkcg: __blkg_lookup_create() doesn't need radix preload
by Tejun Heo
· 12 years ago
27e1f9d
blkcg: drop local variable @q from blkg_destroy()
by Tejun Heo
· 12 years ago
9b2ea86
blkcg: fix blkg_alloc() failure path
by Tejun Heo
· 12 years ago
a637120
blkcg: use radix tree to index blkgs from blkcg
by Tejun Heo
· 13 years ago
496fb78
blkcg: fix blkcg->css ref leak in __blkg_lookup_create()
by Tejun Heo
· 13 years ago
f9fcc2d
blkcg: collapse blkcg_policy_ops into blkcg_policy
by Tejun Heo
· 13 years ago
f95a04a
blkcg: embed struct blkg_policy_data in policy specific data
by Tejun Heo
· 13 years ago
3c79839
blkcg: mass rename of blkcg API
by Tejun Heo
· 13 years ago
54e7ed1
blkcg: remove blkio_group->path[]
by Tejun Heo
· 13 years ago
6d18b00
blkcg: shoot down blkgs if all policies are deactivated
by Tejun Heo
· 13 years ago
3c96cb3
blkcg: drop stuff unused after per-queue policy activation update
by Tejun Heo
· 13 years ago
a2b1693
blkcg: implement per-queue policy activation
by Tejun Heo
· 13 years ago
80fd997
blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing
by Tejun Heo
· 13 years ago
da8b066
blkcg: make blkg_conf_prep() take @pol and return with queue lock held
by Tejun Heo
· 13 years ago
8bd435b
blkcg: remove static policy ID enums
by Tejun Heo
· 13 years ago
ec39934
blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs()
by Tejun Heo
· 13 years ago
bc0d650
blkcg: kill blkio_list and replace blkio_list_lock with a mutex
by Tejun Heo
· 13 years ago
5bc4afb1
blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros
by Tejun Heo
· 13 years ago
d366e7e
blkcg: pass around pd->pdata instead of pd itself in prfill functions
by Tejun Heo
· 13 years ago
3381cb8
blkcg: move blkio_group_conf->weight to cfq
by Tejun Heo
· 13 years ago
8a3d261
blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c
by Tejun Heo
· 13 years ago
155fead
blkcg: move blkio_group_stats to cfq-iosched.c
by Tejun Heo
· 13 years ago
9ade5ea
blkcg: add blkio_policy_ops operations for exit and stat reset
by Tejun Heo
· 13 years ago
41b38b6
blkcg: cfq doesn't need per-cpu dispatch stats
by Tejun Heo
· 13 years ago
629ed0b
blkcg: move statistics update code to policies
by Tejun Heo
· 13 years ago
60c2bc2
blkcg: move conf/stat file handling code to policies
by Tejun Heo
· 13 years ago
44ea53d
blkcg: implement blkio_policy_type->cftypes
by Tejun Heo
· 13 years ago
829fdb5
blkcg: export conf/stat helpers to prepare for reorganization
by Tejun Heo
· 13 years ago
726fa69
blkcg: simplify blkg_conf_prep()
by Tejun Heo
· 13 years ago
3a8b31d
blkcg: restructure blkio_group configruation setting
by Tejun Heo
· 13 years ago
c4682ae
blkcg: restructure configuration printing
by Tejun Heo
· 13 years ago
627f29f
blkcg: drop blkiocg_file_write_u64()
by Tejun Heo
· 13 years ago
d3d32e6
blkcg: restructure statistics printing
by Tejun Heo
· 13 years ago
edcb072
blkcg: introduce blkg_stat and blkg_rwstat
by Tejun Heo
· 13 years ago
aaec55a
blkcg: remove unused @pol and @plid parameters
by Tejun Heo
· 13 years ago
959d851
Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged
by Tejun Heo
· 13 years ago
4baf6e3
cgroup: convert all non-memcg controllers to the new cftype interface
by Tejun Heo
· 13 years ago
676f7c8
cgroup: relocate cftype and cgroup_subsys definitions in controllers
by Tejun Heo
· 13 years ago
a556793
blkcg: change a spin_lock() to spin_lock_irq()
by Dan Carpenter
· 13 years ago
0d9cabd
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 13 years ago
2b566fa
block: remove ioc_*_changed()
by Tejun Heo
· 13 years ago
9a9e8a2
blkcg: add blkcg->id
by Tejun Heo
· 13 years ago
edf1b87
blkcg: remove blkio_group->stats_lock
by Tejun Heo
· 13 years ago
c4c76a0
blkcg: restructure blkio_get_stat()
by Tejun Heo
· 13 years ago
997a026
blkcg: simplify stat reset
by Tejun Heo
· 13 years ago
5fe224d
blkcg: don't use percpu for merged stats
by Tejun Heo
· 13 years ago
1cd9e03
blkcg: alloc per cpu stats from worker thread in a delayed manner
by Vivek Goyal
· 13 years ago
4f85cb9
block: make block cgroup policies follow bio task association
by Tejun Heo
· 13 years ago
c875f4d
blkcg: drop unnecessary RCU locking
by Tejun Heo
· 13 years ago
9f13ef6
blkcg: use double locking instead of RCU for blkg synchronization
by Tejun Heo
· 13 years ago
e8989fa
blkcg: unify blkg's for blkcg policies
by Tejun Heo
· 13 years ago
03aa264
blkcg: let blkcg core manage per-queue blkg list and counter
by Tejun Heo
· 13 years ago
4eef304
blkcg: move per-queue blkg list heads and counters to queue and blkg
by Tejun Heo
· 13 years ago
c176826
blkcg: don't use blkg->plid in stat related functions
by Tejun Heo
· 13 years ago
549d3aa
blkcg: make blkg->pd an array and move configuration and stats into it
by Tejun Heo
· 13 years ago
1adaf3d
blkcg: move refcnt to blkcg core
by Tejun Heo
· 13 years ago
0381411
blkcg: let blkcg core handle policy private data allocation
by Tejun Heo
· 13 years ago
923adde
blkcg: clear all request_queues on blkcg policy [un]registrations
by Tejun Heo
· 13 years ago
5efd611
blkcg: add blkcg_{init|drain|exit}_queue()
by Tejun Heo
· 13 years ago
7ee9c56
blkcg: let blkio_group point to blkio_cgroup directly
by Tejun Heo
· 13 years ago
92616b5
blkcg: skip blkg printing if q isn't associated with disk
by Vivek Goyal
· 13 years ago
7a4dd28
blkcg: kill the mind-bending blkg->dev
by Tejun Heo
· 13 years ago
4bfd482
blkcg: kill blkio_policy_node
by Tejun Heo
· 13 years ago
e56da7e
blkcg: don't allow or retain configuration of missing devices
by Tejun Heo
· 13 years ago
cd1604f
blkcg: factor out blkio_group creation
by Tejun Heo
· 13 years ago
035d10b
blkcg: add blkio_policy[] array and allow one policy per policy ID
by Tejun Heo
· 13 years ago
ca32aef
blkcg: use q and plid instead of opaque void * for blkio_group association
by Tejun Heo
· 13 years ago
72e06c2
blkcg: shoot down blkio_groups on elevator switch
by Tejun Heo
· 13 years ago
32e380a
blkcg: make CONFIG_BLK_CGROUP bool
by Tejun Heo
· 13 years ago
11a3122
block: strip out locking optimization in put_io_context()
by Tejun Heo
· 13 years ago
761b3ef
cgroup: remove cgroup_subsys argument from callbacks
by Li Zefan
· 13 years ago
b3c9dd1
Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
b2efa05
block, cfq: unlink cfq_io_context's immediately
by Tejun Heo
· 13 years ago
dc86900
block, cfq: move ioc ioprio/cgroup changed handling to cic
by Tejun Heo
· 13 years ago
6e736be
block: make ioc get/put interface more conventional and fix race on alloction
by Tejun Heo
· 13 years ago
Next »