index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-29
cfq_get_queue: fix possible NULL pointer access
Oleg Nesterov
1
-1
/
+4
2007-10-29
cfq_exit_queue() should cancel cfq_data->unplug_work
Oleg Nesterov
1
-1
/
+1
2007-07-24
[BLOCK] Get rid of request_queue_t typedef
Jens Axboe
1
-19
/
+20
2007-07-20
cfq: Write-only stuff in CFQ data structures
Alexey Dobriyan
1
-11
/
+0
2007-07-20
cfq: async queue allocation per priority
Vasily Tarasov
1
-12
/
+44
2007-07-17
Slab allocators: Replace explicit zeroing with __GFP_ZERO
Christoph Lameter
1
-9
/
+9
2007-07-10
cfq-iosched: fix async queue behaviour
Jens Axboe
1
-3
/
+36
2007-05-07
KMEM_CACHE(): simplify slab cache creation
Christoph Lameter
1
-4
/
+2
2007-04-30
cfq-iosched: speedup cic rb lookup
Jens Axboe
1
-2
/
+18
2007-04-30
cfq-iosched: get rid of cfqq hash
Vasily Tarasov
1
-100
/
+67
2007-04-30
cfq-iosched: tighten queue request overlap condition
Jens Axboe
1
-1
/
+2
2007-04-30
cfq-iosched: improve sync vs async workloads
Jens Axboe
1
-13
/
+18
2007-04-30
cfq-iosched: never allow an async queue idling
Jens Axboe
1
-1
/
+6
2007-04-30
cfq-iosched: get rid of ->dispatch_slice
Jens Axboe
1
-5
/
+1
2007-04-30
cfq-iosched: don't pass unused preemption variable around
Jens Axboe
1
-15
/
+13
2007-04-30
cfq-iosched: get rid of ->cur_rr and ->cfq_list
Jens Axboe
1
-55
/
+32
2007-04-30
cfq-iosched: slice offset should take ioprio into account
Jens Axboe
1
-1
/
+2
2007-04-30
[PATCH] cfq-iosched: style cleanups and comments
Jens Axboe
1
-16
/
+50
2007-04-30
cfq-iosched: sort IDLE queues into the rbtree
Jens Axboe
1
-36
/
+31
2007-04-30
cfq-iosched: sort RT queues into the rbtree
Jens Axboe
1
-15
/
+12
2007-04-30
[PATCH] cfq-iosched: speed up rbtree handling
Jens Axboe
1
-14
/
+48
2007-04-30
cfq-iosched: rework the whole round-robin list concept
Jens Axboe
1
-238
/
+123
2007-04-30
cfq-iosched: minor updates
Jens Axboe
1
-63
/
+18
2007-04-30
cfq-iosched: development update
Jens Axboe
1
-120
/
+261
2007-04-30
cfq-iosched: improve preemption for cooperating tasks
Jens Axboe
1
-6
/
+20
2007-04-25
cfq-iosched: fix alias + front merge bug
Jens Axboe
1
-6
/
+6
2007-04-20
cfq-iosched: fix sequential write regression
Jens Axboe
1
-15
/
+19
2007-02-11
cfq-iosched: improve continue or break logic in cfq_dispatch
Jens Axboe
1
-8
/
+8
2007-02-11
cfq-iosched: remove the implicit queue kicking in slice expire
Jens Axboe
1
-6
/
+6
2007-02-11
cfq-iosched: check whether a queue timed out in accounting
Jens Axboe
1
-14
/
+18
2007-02-11
cfq-iosched: tweak the FIFO checking
Jens Axboe
1
-3
/
+4
2007-02-11
cfq-iosched: don't pass in queue for cfq_arm_slice_timer()
Jens Axboe
1
-5
/
+4
2007-02-11
cfq-iosched: account for slice over/under time
Jens Axboe
1
-20
/
+12
2007-02-11
cfq-iosched: defer slice activation to first request being active
Jens Axboe
1
-38
/
+53
2007-02-11
[PATCH] cfq-iosched: use last service point as the fairness criteria
Jens Axboe
1
-14
/
+34
2007-02-11
cfq-iosched: document the cfqq flags
Jens Axboe
1
-9
/
+9
2007-02-11
[PATCH] cfq-iosched: move on_rr check into cfq_resort_rr_list()
Jens Axboe
1
-10
/
+9
2007-02-11
cfq-iosched: remove cfq_io_context last_queue
Jens Axboe
1
-17
/
+2
2007-01-02
[PATCH] cfq-iosched: merging problem
Jens Axboe
1
-3
/
+3
2006-12-22
[PATCH] cfq-iosched: tighten allow merge criteria
Jens Axboe
1
-13
/
+8
2006-12-20
[PATCH] cfq-iosched: don't allow sync merges across queues
Jens Axboe
1
-0
/
+33
2006-12-13
[PATCH] Propagate down request sync flag
Jens Axboe
1
-6
/
+12
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-2
/
+2
2006-12-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
1
-5
/
+4
2006-12-01
[BLOCK] Cleanup unused variable passing
Jens Axboe
1
-5
/
+4
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
1
-3
/
+5
2006-10-31
[PATCH] CFQ: request <-> request merging rr_list fixup
Jens Axboe
1
-3
/
+3
2006-10-30
[PATCH] CFQ: bad locking in changed_ioprio()
Jens Axboe
1
-2
/
+3
2006-10-30
[PATCH] CFQ: use irq safe locking in cfq_cic_link()
Jens Axboe
1
-2
/
+3
2006-10-01
[PATCH] completions: lockdep annotate on stack completions
Peter Zijlstra
1
-1
/
+1
[next]