index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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 drivers/block: Use octal not symbolic permissions
Joe Perches
2018-05-24
1
-1
/
+1
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
1
-12
/
+3
*
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
2018-05-09
1
-23
/
+26
*
block/cfq: cache rightmost rb_node
Davidlohr Bueso
2017-09-08
1
-5
/
+14
*
block/cfq: replace cfq_rb_root leftmost caching
Davidlohr Bueso
2017-09-08
1
-50
/
+20
*
block, scheduler: convert xxx_var_store to void
weiping zhang
2017-08-28
1
-7
/
+6
*
cfq: Give a chance for arming slice idle timer in case of group_idle
Ritesh Harjani
2017-08-11
1
-1
/
+2
*
block: use standard blktrace API to output cgroup info for debug notes
Shaohua Li
2017-07-29
1
-9
/
+6
*
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-06-12
1
-2
/
+15
|
\
|
*
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
Hou Tao
2017-05-31
1
-2
/
+15
*
|
cfq-iosched: Delete unused function min_vdisktime()
Matthias Kaehlcke
2017-05-30
1
-9
/
+0
|
/
*
cfq: Disable writeback throttling by default
Jan Kara
2017-04-05
1
-12
/
+5
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-21
1
-5
/
+9
|
\
|
*
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
2017-02-08
1
-2
/
+2
|
*
cfq-iosched: Adjust one function call together with a variable assignment
Markus Elfring
2017-01-23
1
-2
/
+4
|
*
block: Initialize cfqq->ioprio_class in cfq_get_queue()
Alexander Potapenko
2017-01-23
1
-0
/
+2
|
*
block: move existing elevator ops to union
Jens Axboe
2017-01-17
1
-1
/
+1
*
|
cfq-iosched: don't call wbt_disable_default() with IRQs disabled
Jens Axboe
2017-02-16
1
-12
/
+13
|
/
*
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
2016-11-28
1
-6
/
+3
*
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
Tejun Heo
2016-11-22
1
-1
/
+2
*
block: hook up writeback throttling
Jens Axboe
2016-11-10
1
-0
/
+14
*
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
2016-11-10
1
-1
/
+1
*
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
2016-11-01
1
-3
/
+8
*
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
2016-11-01
1
-12
/
+4
*
block: better op and flags encoding
Christoph Hellwig
2016-10-28
1
-34
/
+32
*
cfq: fix starvation of asynchronous writes
Glauber Costa
2016-09-23
1
-3
/
+10
*
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-07
1
-2
/
+2
*
block: do not merge requests without consulting with io scheduler
Tahsin Erdogan
2016-07-20
1
-4
/
+11
*
cfq-iosched: Charge at least 1 jiffie instead of 1 ns
Jan Kara
2016-06-28
1
-1
/
+2
*
cfq-iosched: Fix regression in bonnie++ rewrite performance
Jan Kara
2016-06-28
1
-1
/
+10
*
cfq-iosched: Convert slice_resid from u64 to s64
Jan Kara
2016-06-28
1
-2
/
+2
*
cfq-iosched: temporarily boost queue priority for idle classes
Jens Axboe
2016-06-09
1
-1
/
+21
*
cfq-iosched: Convert to use highres timers
Jan Kara
2016-06-08
1
-9
/
+12
*
cfq-iosched: Expose microsecond interfaces
Jeff Moyer
2016-06-08
1
-0
/
+40
*
cfq-iosched: Convert from jiffies to nanoseconds
Jeff Moyer
2016-06-08
1
-137
/
+136
*
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
2016-06-07
1
-1
/
+1
*
blkg_rwstat: separate op from flags
Mike Christie
2016-06-07
1
-20
/
+29
*
block: prepare elevator to use REQ_OPs.
Mike Christie
2016-06-07
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-1
/
+1
*
cfq-iosched: Allow parent cgroup to preempt its child
Jan Kara
2016-02-04
1
-1
/
+18
*
cfq-iosched: Allow sync noidle workloads to preempt each other
Jan Kara
2016-02-04
1
-1
/
+0
*
cfq-iosched: Reorder checks in cfq_should_preempt()
Jan Kara
2016-02-04
1
-6
/
+7
*
cfq-iosched: Don't group_idle if cfqq has big thinktime
Jan Kara
2016-02-04
1
-2
/
+8
*
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
2015-09-18
1
-2
/
+2
*
blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy
Tejun Heo
2015-08-18
1
-15
/
+40
*
blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/
Tejun Heo
2015-08-18
1
-11
/
+11
*
blkcg: implement interface for the unified hierarchy
Tejun Heo
2015-08-18
1
-5
/
+56
*
blkcg: misc preparations for unified hierarchy interface
Tejun Heo
2015-08-18
1
-4
/
+4
*
blkcg: move body parsing from blkg_conf_prep() to its callers
Tejun Heo
2015-08-18
1
-6
/
+11
[next]