Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
24bdb8ef068ebdc2a57ce715f0ab22d5da32832a
/
block
/
blk-throttle.c
24bdb8e
blkcg: make blkcg_[rw]stat per-cpu
by Tejun Heo
· 9 years ago
ae11889
blkcg: consolidate blkg creation in blkcg_bio_issue_check()
by Tejun Heo
· 9 years ago
c9589f0
blk-throttle: improve queue bypass handling
by Tejun Heo
· 9 years ago
85b6bc9
blkcg: move root blkg lookup optimization from throtl_lookup_tg() to __blkg_lookup()
by Tejun Heo
· 9 years ago
a9520cd
blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data
by Tejun Heo
· 9 years ago
b2ce264
blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods
by Tejun Heo
· 9 years ago
4fb7203
blk-throttle: remove asynchrnous percpu stats allocation mechanism
by Tejun Heo
· 9 years ago
001bea7
blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods
by Tejun Heo
· 9 years ago
eea8f41
blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h
by Tejun Heo
· 9 years ago
045c47c
blk-throttle: check stats_cpu before reading it from sysfs
by Thadeu Lima de Souza Cascardo
· 10 years ago
aa6ec29
cgroup: remove sane_behavior support on non-default hierarchies
by Tejun Heo
· 10 years ago
14208b0
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 10 years ago
451af50
cgroup: replace cftype->write_string() with cftype->write()
by Tejun Heo
· 10 years ago
5cf8c22
block/blk-throttle.c: fix return of 0/1 with return type bool
by Fabian Frederick
· 11 years ago
8876e14
block/blk-throttle.c: add static to blk_throtl_dispatch_work_fn
by Fabian Frederick
· 11 years ago
4d3bb51
cgroup: drop const from @buffer of cftype->write_string()
by Tejun Heo
· 11 years ago
5f46990
cgroup: update the meaning of cftype->max_write_len
by Tejun Heo
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
2da8ca8
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
by Tejun Heo
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
90d3839
block: Use u64_stats_init() to initialize seqcounts
by Peter Zijlstra
· 11 years ago
bd8815a
cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
by Tejun Heo
· 11 years ago
492eb21
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
by Tejun Heo
· 11 years ago
182446d
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
by Tejun Heo
· 11 years ago
9138125
blk-throttle: implement proper hierarchy support
by Tejun Heo
· 11 years ago
693e751
blk-throttle: implement throtl_grp->has_rules[]
by Tejun Heo
· 11 years ago
32ee5bc
blk-throttle: Account for child group's start time in parent while bio climbs up
by Vivek Goyal
· 11 years ago
c5cc207
blk-throttle: add throtl_qnode for dispatch fairness
by Tejun Heo
· 11 years ago
2e48a53
blk-throttle: make throtl_pending_timer_fn() ready for hierarchy
by Tejun Heo
· 11 years ago
6bc9c2b
blk-throttle: make tg_dispatch_one_bio() ready for hierarchy
by Tejun Heo
· 11 years ago
9e660ac
blk-throttle: make blk_throtl_bio() ready for hierarchy
by Tejun Heo
· 11 years ago
2a12f0d
blk-throttle: make blk_throtl_drain() ready for hierarchy
by Tejun Heo
· 11 years ago
6e1a570
blk-throttle: dispatch from throtl_pending_timer_fn()
by Tejun Heo
· 11 years ago
7f52f98
blk-throttle: implement dispatch looping
by Tejun Heo
· 11 years ago
69df0ab
blk-throttle: separate out throtl_service_queue->pending_timer from throtl_data->dispatch_work
by Tejun Heo
· 11 years ago
2a0f61e
blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats update with it
by Tejun Heo
· 11 years ago
fda6f27
blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()
by Tejun Heo
· 11 years ago
77216b0
blk-throttle: add throtl_service_queue->parent_sq
by Tejun Heo
· 11 years ago
0e9f416
blk-throttle: generalize update_disptime optimization in blk_throtl_bio()
by Tejun Heo
· 11 years ago
651930b
blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]
by Tejun Heo
· 11 years ago
73f0d49
blk-throttle: move bio_lists[] and friends to throtl_service_queue
by Tejun Heo
· 11 years ago
49a2f1e
blk-throttle: add throtl_grp->service_queue
by Tejun Heo
· 11 years ago
0049af7
blk-throttle: reorganize throtl_service_queue passed around as argument
by Tejun Heo
· 11 years ago
e2d57e6
blk-throttle: pass around throtl_service_queue instead of throtl_data
by Tejun Heo
· 11 years ago
0f3457f
blk-throttle: add backlink pointer from throtl_grp to throtl_data
by Tejun Heo
· 11 years ago
5b2c16a
blk-throttle: simplify throtl_grp flag handling
by Tejun Heo
· 11 years ago
c9e0332
blk-throttle: rename throtl_rb_root to throtl_service_queue
by Tejun Heo
· 11 years ago
6a52560
blk-throttle: remove pointless throtl_nr_queued() optimizations
by Tejun Heo
· 11 years ago
a9131a2
blk-throttle: relocate throtl_schedule_delayed_work()
by Tejun Heo
· 11 years ago
cb76199
blk-throttle: collapse throtl_dispatch() into the work function
by Tejun Heo
· 11 years ago
632b449
blk-throttle: remove deferred config application mechanism
by Tejun Heo
· 11 years ago
2db6314
blk-throttle: remove spurious throtl_enqueue_tg() call from throtl_select_dispatch()
by Tejun Heo
· 11 years ago
3f3299d
block: Rename queue dead flag
by Bart Van Assche
· 12 years ago
e7c2f96
workqueue: use mod_delayed_work() instead of __cancel + queue
by Tejun Heo
· 12 years ago
3b07e9c
workqueue: deprecate system_nrt[_freezable]_wq
by Tejun Heo
· 12 years ago
7f4b35d
block: allocate io_context upfront
by Tejun Heo
· 12 years ago
ff26eaa
blkcg: tg_stats_alloc_lock is an irq lock
by Tejun Heo
· 12 years ago
0b7877d
Merge tag 'v3.4-rc5' into for-3.5/core
by Jens Axboe
· 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
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
03d8e11
blkcg: add request_queue->root_blkg
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
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
af133ce
blkcg: move blkio_group_conf->iops and ->bps to blk-throttle
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
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
aaec55a
blkcg: remove unused @pol and @plid parameters
by Tejun Heo
· 13 years ago
8bcb6c7
block: use lockdep_assert_held for queue locking
by Andi Kleen
· 13 years ago
671058f
block: make blk-throttle preserve the issuing task on delayed bios
by Tejun Heo
· 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
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
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
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
7a4dd28
blkcg: kill the mind-bending blkg->dev
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
f51b802
blkcg: use the usual get blkg path for root blkio_group
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
0a5a7d0
blkcg: update blkg get functions take blkio_cgroup as parameter
by Tejun Heo
· 13 years ago
2a7f124
blkcg: move rcu_read_lock() outside of blkio_group get functions
by Tejun Heo
· 13 years ago
72e06c2
blkcg: shoot down blkio_groups on elevator switch
by Tejun Heo
· 13 years ago
6ecf23a
block: extend queue bypassing to cover blkcg policies
by Tejun Heo
· 13 years ago
34f6055
block: add blk_queue_dead()
by Tejun Heo
· 13 years ago
334c2b0
blk-throttle: use queue_is_locked() instead of lockdep_is_held()
by Jens Axboe
· 13 years ago
c9a929d
block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown
by Tejun Heo
· 13 years ago
Next »