index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-24
block drivers/block: Use octal not symbolic permissions
Joe Perches
1
-1
/
+1
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-12
/
+3
2018-05-09
block: use ktime_get_ns() instead of sched_clock() for cfq and bfq
Omar Sandoval
1
-23
/
+26
2017-09-08
block/cfq: cache rightmost rb_node
Davidlohr Bueso
1
-5
/
+14
2017-09-08
block/cfq: replace cfq_rb_root leftmost caching
Davidlohr Bueso
1
-50
/
+20
2017-08-28
block, scheduler: convert xxx_var_store to void
weiping zhang
1
-7
/
+6
2017-08-11
cfq: Give a chance for arming slice idle timer in case of group_idle
Ritesh Harjani
1
-1
/
+2
2017-07-29
block: use standard blktrace API to output cgroup info for debug notes
Shaohua Li
1
-9
/
+6
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
1
-2
/
+15
2017-05-31
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
Hou Tao
1
-2
/
+15
2017-05-30
cfq-iosched: Delete unused function min_vdisktime()
Matthias Kaehlcke
1
-9
/
+0
2017-04-05
cfq: Disable writeback throttling by default
Jan Kara
1
-12
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-21
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+9
2017-02-16
cfq-iosched: don't call wbt_disable_default() with IRQs disabled
Jens Axboe
1
-12
/
+13
2017-02-08
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
1
-2
/
+2
2017-01-23
cfq-iosched: Adjust one function call together with a variable assignment
Markus Elfring
1
-2
/
+4
2017-01-23
block: Initialize cfqq->ioprio_class in cfq_get_queue()
Alexander Potapenko
1
-0
/
+2
2017-01-17
block: move existing elevator ops to union
Jens Axboe
1
-1
/
+1
2016-11-28
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
1
-6
/
+3
2016-11-22
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
Tejun Heo
1
-1
/
+2
2016-11-10
block: hook up writeback throttling
Jens Axboe
1
-0
/
+14
2016-11-10
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
1
-1
/
+1
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
1
-3
/
+8
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
1
-12
/
+4
2016-10-28
block: better op and flags encoding
Christoph Hellwig
1
-34
/
+32
2016-09-23
cfq: fix starvation of asynchronous writes
Glauber Costa
1
-3
/
+10
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
1
-2
/
+2
2016-07-20
block: do not merge requests without consulting with io scheduler
Tahsin Erdogan
1
-4
/
+11
2016-06-28
cfq-iosched: Charge at least 1 jiffie instead of 1 ns
Jan Kara
1
-1
/
+2
2016-06-28
cfq-iosched: Fix regression in bonnie++ rewrite performance
Jan Kara
1
-1
/
+10
2016-06-28
cfq-iosched: Convert slice_resid from u64 to s64
Jan Kara
1
-2
/
+2
2016-06-09
cfq-iosched: temporarily boost queue priority for idle classes
Jens Axboe
1
-1
/
+21
2016-06-08
cfq-iosched: Convert to use highres timers
Jan Kara
1
-9
/
+12
2016-06-08
cfq-iosched: Expose microsecond interfaces
Jeff Moyer
1
-0
/
+40
2016-06-08
cfq-iosched: Convert from jiffies to nanoseconds
Jeff Moyer
1
-137
/
+136
2016-06-07
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
1
-1
/
+1
2016-06-07
blkg_rwstat: separate op from flags
Mike Christie
1
-20
/
+29
2016-06-07
block: prepare elevator to use REQ_OPs.
Mike Christie
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-02-04
cfq-iosched: Allow parent cgroup to preempt its child
Jan Kara
1
-1
/
+18
2016-02-04
cfq-iosched: Allow sync noidle workloads to preempt each other
Jan Kara
1
-1
/
+0
2016-02-04
cfq-iosched: Reorder checks in cfq_should_preempt()
Jan Kara
1
-6
/
+7
2016-02-04
cfq-iosched: Don't group_idle if cfqq has big thinktime
Jan Kara
1
-2
/
+8
2015-09-18
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
1
-2
/
+2
2015-08-18
blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy
Tejun Heo
1
-15
/
+40
2015-08-18
blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/
Tejun Heo
1
-11
/
+11
2015-08-18
blkcg: implement interface for the unified hierarchy
Tejun Heo
1
-5
/
+56
2015-08-18
blkcg: misc preparations for unified hierarchy interface
Tejun Heo
1
-4
/
+4
2015-08-18
blkcg: move body parsing from blkg_conf_prep() to its callers
Tejun Heo
1
-6
/
+11
[next]