summaryrefslogtreecommitdiff
path: root/block/cfq-iosched.c
AgeCommit message (Expand)Author
2018-09-15cfq: Suppress compiler warnings about comparisonsBart Van Assche
2017-09-08block/cfq: cache rightmost rb_nodeDavidlohr Bueso
2017-09-08block/cfq: replace cfq_rb_root leftmost cachingDavidlohr Bueso
2017-08-28block, scheduler: convert xxx_var_store to voidweiping zhang
2017-08-11cfq: Give a chance for arming slice idle timer in case of group_idleRitesh Harjani
2017-07-29block: use standard blktrace API to output cgroup info for debug notesShaohua Li
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-05-31cfq-iosched: fix the delay of cfq_group's vdisktime under iops modeHou Tao
2017-05-30cfq-iosched: Delete unused function min_vdisktime()Matthias Kaehlcke
2017-04-05cfq: Disable writeback throttling by defaultJan Kara
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-21Merge tag 'for-4.11/linus-merge-signed' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-02-16cfq-iosched: don't call wbt_disable_default() with IRQs disabledJens Axboe
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-01-23cfq-iosched: Adjust one function call together with a variable assignmentMarkus Elfring
2017-01-23block: Initialize cfqq->ioprio_class in cfq_get_queue()Alexander Potapenko
2017-01-17block: move existing elevator ops to unionJens Axboe
2016-11-28blk-wbt: cleanup disable-by-default for CFQJens Axboe
2016-11-22block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcgTejun Heo
2016-11-10block: hook up writeback throttlingJens Axboe
2016-11-10block: cfq_cpd_alloc() should use @gfpTejun Heo
2016-11-01block: replace REQ_NOIDLE with REQ_IDLEChristoph Hellwig
2016-11-01cfq-iosched: use op_is_sync instead of opencoding itChristoph Hellwig
2016-10-28block: better op and flags encodingChristoph Hellwig
2016-09-23cfq: fix starvation of asynchronous writesGlauber Costa
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan
2016-06-28cfq-iosched: Charge at least 1 jiffie instead of 1 nsJan Kara
2016-06-28cfq-iosched: Fix regression in bonnie++ rewrite performanceJan Kara
2016-06-28cfq-iosched: Convert slice_resid from u64 to s64Jan Kara
2016-06-09cfq-iosched: temporarily boost queue priority for idle classesJens Axboe
2016-06-08cfq-iosched: Convert to use highres timersJan Kara
2016-06-08cfq-iosched: Expose microsecond interfacesJeff Moyer
2016-06-08cfq-iosched: Convert from jiffies to nanosecondsJeff Moyer
2016-06-07block: convert is_sync helpers to use REQ_OPs.Mike Christie
2016-06-07blkg_rwstat: separate op from flagsMike Christie
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-04cfq-iosched: Allow parent cgroup to preempt its childJan Kara
2016-02-04cfq-iosched: Allow sync noidle workloads to preempt each otherJan Kara
2016-02-04cfq-iosched: Reorder checks in cfq_should_preempt()Jan Kara
2016-02-04cfq-iosched: Don't group_idle if cfqq has big thinktimeJan Kara
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2015-08-18blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchyTejun Heo
2015-08-18blkcg: s/CFQ_WEIGHT_*/CFQ_WEIGHT_LEGACY_*/Tejun Heo
2015-08-18blkcg: implement interface for the unified hierarchyTejun Heo
2015-08-18blkcg: misc preparations for unified hierarchy interfaceTejun Heo
2015-08-18blkcg: move body parsing from blkg_conf_prep() to its callersTejun Heo
2015-08-18blkcg: mark existing cftypes as legacyTejun Heo
2015-08-18blkcg: refine error codes returned during blkcg configurationTejun Heo