index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
cfq-iosched.c
Age
Commit message (
Expand
)
Author
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
2017-05-31
cfq-iosched: fix the delay of cfq_group's vdisktime under iops mode
Hou Tao
2017-05-30
cfq-iosched: Delete unused function min_vdisktime()
Matthias Kaehlcke
2017-04-05
cfq: Disable writeback throttling by default
Jan Kara
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-02-21
Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-02-16
cfq-iosched: don't call wbt_disable_default() with IRQs disabled
Jens Axboe
2017-02-08
block: enumify ELEVATOR_*_MERGE
Christoph Hellwig
2017-01-23
cfq-iosched: Adjust one function call together with a variable assignment
Markus Elfring
2017-01-23
block: Initialize cfqq->ioprio_class in cfq_get_queue()
Alexander Potapenko
2017-01-17
block: move existing elevator ops to union
Jens Axboe
2016-11-28
blk-wbt: cleanup disable-by-default for CFQ
Jens Axboe
2016-11-22
block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg
Tejun Heo
2016-11-10
block: hook up writeback throttling
Jens Axboe
2016-11-10
block: cfq_cpd_alloc() should use @gfp
Tejun Heo
2016-11-01
block: replace REQ_NOIDLE with REQ_IDLE
Christoph Hellwig
2016-11-01
cfq-iosched: use op_is_sync instead of opencoding it
Christoph Hellwig
2016-10-28
block: better op and flags encoding
Christoph Hellwig
2016-09-23
cfq: fix starvation of asynchronous writes
Glauber Costa
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-07-20
block: do not merge requests without consulting with io scheduler
Tahsin Erdogan
2016-06-28
cfq-iosched: Charge at least 1 jiffie instead of 1 ns
Jan Kara
2016-06-28
cfq-iosched: Fix regression in bonnie++ rewrite performance
Jan Kara
2016-06-28
cfq-iosched: Convert slice_resid from u64 to s64
Jan Kara
2016-06-09
cfq-iosched: temporarily boost queue priority for idle classes
Jens Axboe
2016-06-08
cfq-iosched: Convert to use highres timers
Jan Kara
2016-06-08
cfq-iosched: Expose microsecond interfaces
Jeff Moyer
2016-06-08
cfq-iosched: Convert from jiffies to nanoseconds
Jeff Moyer
2016-06-07
block: convert is_sync helpers to use REQ_OPs.
Mike Christie
2016-06-07
blkg_rwstat: separate op from flags
Mike Christie
2016-06-07
block: prepare elevator to use REQ_OPs.
Mike Christie
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-02-04
cfq-iosched: Allow parent cgroup to preempt its child
Jan Kara
2016-02-04
cfq-iosched: Allow sync noidle workloads to preempt each other
Jan Kara
2016-02-04
cfq-iosched: Reorder checks in cfq_should_preempt()
Jan Kara
2016-02-04
cfq-iosched: Don't group_idle if cfqq has big thinktime
Jan Kara
2015-09-18
cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()
Tejun Heo
2015-08-18
blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy
Tejun Heo
2015-08-18
blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/
Tejun Heo
2015-08-18
blkcg: implement interface for the unified hierarchy
Tejun Heo
2015-08-18
blkcg: misc preparations for unified hierarchy interface
Tejun Heo
2015-08-18
blkcg: move body parsing from blkg_conf_prep() to its callers
Tejun Heo
2015-08-18
blkcg: mark existing cftypes as legacy
Tejun Heo
2015-08-18
blkcg: refine error codes returned during blkcg configuration
Tejun Heo
2015-08-18
blkcg: remove unnecessary NULL checks from __cfqg_set_weight_device()
Tejun Heo
2015-08-18
blkcg: remove cfqg_stats->sectors
Tejun Heo
2015-08-18
blkcg: move io_service_bytes and io_serviced stats into blkcg_gq
Tejun Heo
2015-08-18
blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gq
Tejun Heo
2015-08-18
blkcg: make blkcg_[rw]stat per-cpu
Tejun Heo
2015-08-18
blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it
Tejun Heo
[next]