index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
KMEM_CACHE(): simplify slab cache creation
Christoph Lameter
2007-05-07
1
-4
/
+2
*
cfq-iosched: speedup cic rb lookup
Jens Axboe
2007-04-30
1
-2
/
+18
*
cfq-iosched: get rid of cfqq hash
Vasily Tarasov
2007-04-30
1
-100
/
+67
*
cfq-iosched: tighten queue request overlap condition
Jens Axboe
2007-04-30
1
-1
/
+2
*
cfq-iosched: improve sync vs async workloads
Jens Axboe
2007-04-30
1
-13
/
+18
*
cfq-iosched: never allow an async queue idling
Jens Axboe
2007-04-30
1
-1
/
+6
*
cfq-iosched: get rid of ->dispatch_slice
Jens Axboe
2007-04-30
1
-5
/
+1
*
cfq-iosched: don't pass unused preemption variable around
Jens Axboe
2007-04-30
1
-15
/
+13
*
cfq-iosched: get rid of ->cur_rr and ->cfq_list
Jens Axboe
2007-04-30
1
-55
/
+32
*
cfq-iosched: slice offset should take ioprio into account
Jens Axboe
2007-04-30
1
-1
/
+2
*
[PATCH] cfq-iosched: style cleanups and comments
Jens Axboe
2007-04-30
1
-16
/
+50
*
cfq-iosched: sort IDLE queues into the rbtree
Jens Axboe
2007-04-30
1
-36
/
+31
*
cfq-iosched: sort RT queues into the rbtree
Jens Axboe
2007-04-30
1
-15
/
+12
*
[PATCH] cfq-iosched: speed up rbtree handling
Jens Axboe
2007-04-30
1
-14
/
+48
*
cfq-iosched: rework the whole round-robin list concept
Jens Axboe
2007-04-30
1
-238
/
+123
*
cfq-iosched: minor updates
Jens Axboe
2007-04-30
1
-63
/
+18
*
cfq-iosched: development update
Jens Axboe
2007-04-30
1
-120
/
+261
*
cfq-iosched: improve preemption for cooperating tasks
Jens Axboe
2007-04-30
1
-6
/
+20
*
cfq-iosched: fix alias + front merge bug
Jens Axboe
2007-04-25
1
-6
/
+6
*
cfq-iosched: fix sequential write regression
Jens Axboe
2007-04-20
1
-15
/
+19
*
cfq-iosched: improve continue or break logic in cfq_dispatch
Jens Axboe
2007-02-11
1
-8
/
+8
*
cfq-iosched: remove the implicit queue kicking in slice expire
Jens Axboe
2007-02-11
1
-6
/
+6
*
cfq-iosched: check whether a queue timed out in accounting
Jens Axboe
2007-02-11
1
-14
/
+18
*
cfq-iosched: tweak the FIFO checking
Jens Axboe
2007-02-11
1
-3
/
+4
*
cfq-iosched: don't pass in queue for cfq_arm_slice_timer()
Jens Axboe
2007-02-11
1
-5
/
+4
*
cfq-iosched: account for slice over/under time
Jens Axboe
2007-02-11
1
-20
/
+12
*
cfq-iosched: defer slice activation to first request being active
Jens Axboe
2007-02-11
1
-38
/
+53
*
[PATCH] cfq-iosched: use last service point as the fairness criteria
Jens Axboe
2007-02-11
1
-14
/
+34
*
cfq-iosched: document the cfqq flags
Jens Axboe
2007-02-11
1
-9
/
+9
*
[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()
Jens Axboe
2007-02-11
1
-10
/
+9
*
cfq-iosched: remove cfq_io_context last_queue
Jens Axboe
2007-02-11
1
-17
/
+2
*
[PATCH] cfq-iosched: merging problem
Jens Axboe
2007-01-02
1
-3
/
+3
*
[PATCH] cfq-iosched: tighten allow merge criteria
Jens Axboe
2006-12-22
1
-13
/
+8
*
[PATCH] cfq-iosched: don't allow sync merges across queues
Jens Axboe
2006-12-20
1
-0
/
+33
*
[PATCH] Propagate down request sync flag
Jens Axboe
2006-12-13
1
-6
/
+12
*
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
2006-12-07
1
-2
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
1
-5
/
+4
|
\
|
*
[BLOCK] Cleanup unused variable passing
Jens Axboe
2006-12-01
1
-5
/
+4
*
|
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
1
-3
/
+5
|
/
*
[PATCH] CFQ: request <-> request merging rr_list fixup
Jens Axboe
2006-10-31
1
-3
/
+3
*
[PATCH] CFQ: bad locking in changed_ioprio()
Jens Axboe
2006-10-30
1
-2
/
+3
*
[PATCH] CFQ: use irq safe locking in cfq_cic_link()
Jens Axboe
2006-10-30
1
-2
/
+3
*
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
2006-10-01
1
-1
/
+1
*
[PATCH] Update axboe@suse.de email address
Jens Axboe
2006-09-30
1
-1
/
+1
*
[PATCH] cfq-iosched: use metadata read flag
Jens Axboe
2006-09-30
1
-0
/
+24
*
[PATCH] cfq-iosched: improve queue preemption
Jens Axboe
2006-09-30
1
-6
/
+8
*
[PATCH] Add blk_start_queueing() helper
Jens Axboe
2006-09-30
1
-18
/
+4
*
[PATCH] cfq-iosched: kill the empty_list
Jens Axboe
2006-09-30
1
-8
/
+2
*
[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list()
Jens Axboe
2006-09-30
1
-31
/
+22
*
[PATCH] Make sure all block/io scheduler setups are node aware
Jens Axboe
2006-09-30
1
-6
/
+7
[next]