index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
2007-07-24
1
-19
/
+20
*
cfq: Write-only stuff in CFQ data structures
Alexey Dobriyan
2007-07-20
1
-11
/
+0
*
cfq: async queue allocation per priority
Vasily Tarasov
2007-07-20
1
-12
/
+44
*
Slab allocators: Replace explicit zeroing with __GFP_ZERO
Christoph Lameter
2007-07-17
1
-9
/
+9
*
cfq-iosched: fix async queue behaviour
Jens Axboe
2007-07-10
1
-3
/
+36
*
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
[next]