Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
86566325d398409637fe920181306d43f5980541
/
block
/
cfq-iosched.c
7b6d91d
block: unify flags for struct bio and struct request
by Christoph Hellwig
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
e98ef89
cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n
by Vivek Goyal
· 14 years ago
c10b61f
cfq: Don't allow queue merges for queues that have no process references
by Jeff Moyer
· 14 years ago
d02a2c0
cfq-iosched: fix an oops caused by slab leak
by Shaohua Li
· 14 years ago
80b15c7
cfq-iosched: compact io_context radix_tree
by Konstantin Khlebnikov
· 14 years ago
bca4b91
cfq-iosched: remove dead_key from cfq_io_context
by Konstantin Khlebnikov
· 14 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
f1ac2502
block: remove all rcu head initializations
by Paul E. McKenney
· 14 years ago
dcf097b
blk-cgroup: Fix RCU correctness warning in cfq_init_queue()
by Vivek Goyal
· 15 years ago
50eaeb3
cfq-iosched: fix broken cfq_ref_get_cfqf() for CONFIG_BLK_CGROUP=y && CFQ_GROUP_IOSCHED=n
by Dmitry Monakhov
· 15 years ago
afc24d4
blk-cgroup: config options re-arrangement
by Vivek Goyal
· 15 years ago
e5ff082
blkio: Fix another BUG_ON() crash due to cfqq movement across groups
by Vivek Goyal
· 15 years ago
7f1dc8a
blkio: Fix blkio crash during rq stat update
by Vivek Goyal
· 15 years ago
8d2a91f
blkio: Initialize blkg->stats_lock for the root cfqg too
by Divyesh Shah
· 15 years ago
28baf44
blkio: Fix compile errors
by Divyesh Shah
· 15 years ago
4facdae
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 15 years ago
a11cdaa
block: Update to io-controller stats
by Divyesh Shah
· 15 years ago
34d0f17
io-controller: Add a new interface "weight_device" for IO-Controller
by Gui Jianfeng
· 15 years ago
2f40842
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 15 years ago
3440c49
cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch
by Divyesh Shah
· 15 years ago
812df48
blkio: Add more debug-only per-cgroup stats
by Divyesh Shah
· 15 years ago
cdc1184
blkio: Add io_queued and avg_queue_size stats
by Divyesh Shah
· 15 years ago
812d402
blkio: Add io_merged stat
by Divyesh Shah
· 15 years ago
84c124d
blkio: Changes to IO controller additional stats patches
by Divyesh Shah
· 15 years ago
a74b2ad
block: expose the statistics in blkio.time and blkio.sectors for the root cgroup
by Ricky Benitez
· 15 years ago
9195291
blkio: Increment the blkio cgroup stats for real now
by Divyesh Shah
· 15 years ago
303a3ac
blkio: Add io controller stats like
by Divyesh Shah
· 15 years ago
9a0785b
blkio: Remove per-cfqq nr_sectors as we'll be passing
by Divyesh Shah
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
39c01b2
cfq-iosched: Do not merge queues of BE and IDLE classes
by Divyesh Shah
· 15 years ago
b1ffe73
cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging
by Divyesh Shah
· 15 years ago
e9ce335
cfq-iosched: fix a kbuild regression
by Shaohua Li
· 15 years ago
73e9ffd
cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit builds
by Richard Kennedy
· 15 years ago
abc3c74
cfq-iosched: quantum check tweak
by Shaohua Li
· 15 years ago
53c583d
cfq-iosched: requests "in flight" vs "in driver" clarification
by Corrado Zoccolo
· 15 years ago
41647e7
cfq-iosched: rethink seeky detection for SSDs
by Corrado Zoccolo
· 15 years ago
3dde36d
cfq-iosched: rework seeky detection
by Corrado Zoccolo
· 15 years ago
024f906
cfq: Remove useless css reference get
by Gui Jianfeng
· 15 years ago
c4081ba
cfq: reorder cfq_queue removing padding on 64bit
by Richard Kennedy
· 15 years ago
ae54abe
cfq-iosched: split seeky coop queues after one slice
by Shaohua Li
· 15 years ago
1efe8fe
cfq-iosched: Do not idle on async queues
by Vivek Goyal
· 15 years ago
875feb6
cfq-iosched: Respect ioprio_class when preempting
by Divyesh Shah
· 15 years ago
2f7a2d8
cfq-iosched: don't regard requests with long distance as close
by Shaohua Li
· 15 years ago
65b32a5
cfq-iosched: Remove prio_change logic for workload selection
by Vivek Goyal
· 15 years ago
fb104db
cfq-iosched: Get rid of nr_groups
by Vivek Goyal
· 15 years ago
1db32c4
cfq-iosched: Remove the check for same cfq group from allow_merge
by Vivek Goyal
· 15 years ago
66ae291
cfq: set workload as expired if it doesn't have any slice left
by Gui Jianfeng
· 15 years ago
82bbbf2
Fix a CFQ crash in "for-2.6.33" branch of block tree
by Vivek Goyal
· 15 years ago
554554f
cfq: Remove wait_request flag when idle time is being deleted
by Gui Jianfeng
· 15 years ago
edc7113
cfq-iosched: commenting non-obvious initialization
by Corrado Zoccolo
· 15 years ago
7667aa0
cfq-iosched: Take care of corner cases of group losing share due to deletion
by Vivek Goyal
· 15 years ago
c244bb5
cfq-iosched: Get rid of cfqq wait_busy_done flag
by Vivek Goyal
· 15 years ago
b9d8f4c
cfq: Optimization for close cooperating queue searching
by Gui Jianfeng
· 15 years ago
573412b
cfq-iosched: reduce write depth only if sync was delayed
by Corrado Zoccolo
· 15 years ago
878eadd
cfq-iosched: Do not access cfqq after freeing it
by Vivek Goyal
· 15 years ago
bb729bc
cfq-iosched: use call_rcu() instead of doing grace period stall on queue exit
by Jens Axboe
· 15 years ago
3e25206
blkio: Implement dynamic io controlling policy registration
by Vivek Goyal
· 15 years ago
9d6a986
blkio: Export some symbols from blkio as its user CFQ can be a module
by Vivek Goyal
· 15 years ago
3c764b7
cfq-iosched: make nonrot check logic consistent
by Shaohua Li
· 15 years ago
f2eecb9
cfq-iosched: move IO controller declerations to a header file
by Jens Axboe
· 15 years ago
c04645e
blkio: Wait on sync-noidle queue even if rq_noidle = 1
by Vivek Goyal
· 15 years ago
ae30c28
blkio: Implement group_isolation tunable
by Vivek Goyal
· 15 years ago
f26bd1f
blkio: Determine async workload length based on total number of queues
by Vivek Goyal
· 15 years ago
f75edf2
blkio: Wait for cfq queue to get backlogged if group is empty
by Vivek Goyal
· 15 years ago
f8d461d
blkio: Propagate cgroup weight updation to cfq groups
by Vivek Goyal
· 15 years ago
24610333
blkio: Drop the reference to queue once the task changes cgroup
by Vivek Goyal
· 15 years ago
8682e1f
blkio: Provide some isolation between groups
by Vivek Goyal
· 15 years ago
2208419
blkio: Export disk time and sectors used by a group to user space
by Vivek Goyal
· 15 years ago
2868ef7
blkio: Some debugging aids for CFQ
by Vivek Goyal
· 15 years ago
b1c3576
blkio: Take care of cgroup deletion and cfq group reference counting
by Vivek Goyal
· 15 years ago
25fb516
blkio: Dynamic cfq group creation based on cgroup tasks belongs to
by Vivek Goyal
· 15 years ago
dae739e
blkio: Group time used accounting and workload context save restore
by Vivek Goyal
· 15 years ago
58ff82f
blkio: Implement per cfq group latency target and busy queue avg
by Vivek Goyal
· 15 years ago
25bc6b0
blkio: Introduce per cfq group weights and vdisktime calculations
by Vivek Goyal
· 15 years ago
1fa8f6d
blkio: Introduce the root service tree for cfq groups
by Vivek Goyal
· 15 years ago
f04a642
blkio: Keep queue on service tree until we expire it
by Vivek Goyal
· 15 years ago
615f025
blkio: Implement macro to traverse each service tree in group
by Vivek Goyal
· 15 years ago
cdb16e8
blkio: Introduce the notion of cfq groups
by Vivek Goyal
· 15 years ago
bf791937
blkio: Set must_dispatch only if we decided to not dispatch the request
by Vivek Goyal
· 15 years ago
474b18c
cfq-iosched: no dispatch limit for single queue
by Shaohua Li
· 15 years ago
464191c
Revert "cfq: Make use of service count to estimate the rb_key offset"
by Jens Axboe
· 15 years ago
8e55063
cfq-iosched: fix corner cases in idling logic
by Corrado Zoccolo
· 15 years ago
76280af
cfq-iosched: idling on deep seeky sync queues
by Corrado Zoccolo
· 15 years ago
e4a2291
cfq-iosched: fix no-idle preemption logic
by Corrado Zoccolo
· 15 years ago
e459dd0
cfq-iosched: fix ncq detection code
by Corrado Zoccolo
· 15 years ago
c16632b
cfq-iosched: cleanup unreachable code
by Corrado Zoccolo
· 15 years ago
3586e91
cfq: Make use of service count to estimate the rb_key offset
by Gui Jianfeng
· 15 years ago
ad5ebd2
block: jiffies fixes
by Randy Dunlap
· 15 years ago
cf7c25c
cfq-iosched: fix next_rq computation
by Corrado Zoccolo
· 15 years ago
e00ef79
cfq-iosched: get rid of the coop_preempt flag
by Jens Axboe
· 15 years ago
125c4f2
cfq-iosched: fix merge error
by Jens Axboe
· 15 years ago
2058297
Merge branch 'for-linus' into for-2.6.33
by Jens Axboe
· 15 years ago
150e6c6
Merge branch 'cfq-2.6.33' into for-2.6.33
by Jens Axboe
· 15 years ago
4b27e1b
cfq-iosched: limit coop preemption
by Shaohua Li
· 15 years ago
e6ec4fe
cfq-iosched: fix bad return value cfq_should_preempt()
by Jens Axboe
· 15 years ago
dddb745
cfq-iosched: simplify prio-unboost code
by Corrado Zoccolo
· 15 years ago
5869619c
cfq-iosched: fix style issue in cfq_get_avg_queues()
by Jens Axboe
· 15 years ago
718eee0
cfq-iosched: fairness for sync no-idle queues
by Corrado Zoccolo
· 15 years ago
a6d44e9
cfq-iosched: enable idling for last queue on priority class
by Corrado Zoccolo
· 15 years ago
Next »