summaryrefslogtreecommitdiff
path: root/block/elevator.c
Commit message (Expand)AuthorAge
* block: Fix secure eraseAdrian Hunter2016-08-16
* block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-20
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-07
* block: check bio_mergeable() early before mergingMing Lei2015-10-21
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\
| * blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-02
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-25
|\ \
| * | cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-10
| |/
* | elevator: fix double release of elevator moduleChao Yu2015-04-23
|/
* block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-04
* block: fix wrong error return in elevator_init()Sudip Mukherjee2014-10-23
* Revert "block: add __init to elv_register"Jens Axboe2014-06-22
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-11
* block: add __init to elv_registerFabian Frederick2014-06-10
* block: fix regression with block enabled taggingJens Axboe2014-04-09
* block: Abstract out bvec iteratorKent Overstreet2013-11-23
* elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-11-08
* elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-08
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-11
* elevator: Fix a race in elevator switchingJianpeng Ma2013-07-03
* block: implement runtime pm strategyLin Ming2013-03-22
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\
| * block,elevator: use new hashtable implementationSasha Levin2013-01-11
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* | block: don't request module during elevator initTejun Heo2013-01-22
* | init, block: try to load default elevator module early during bootTejun Heo2013-01-18
|/
* block: recursive merge requestsShaohua Li2012-11-09
* block: Clean up special command handling logicMartin K. Petersen2012-09-20
* blkcg: implement per-queue policy activationTejun Heo2012-04-20
* block: implement bio_associate_current()Tejun Heo2012-03-06
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-06
* blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-06
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-06
* block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-06
* elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-06
* elevator: clear auxiliary data earlier during elevator switchTejun Heo2012-03-06
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-08
* Revert "block: recursive merge requests"Jens Axboe2012-01-15
* block: recursive merge requestsShaohua Li2011-12-16
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-14
* block, cfq: move icq cache management to block coreTejun Heo2011-12-14
* block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo2011-12-14
* block: remove elevator_queue->opsTejun Heo2011-12-14
* block: reorder elevator switch sequenceTejun Heo2011-12-14
* block, cfq: remove delayed unlinkTejun Heo2011-12-14
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-19
* block: reorganize queue drainingTejun Heo2011-10-19
* elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui2011-09-12
* iosched: prevent aliased requests from starving other I/OJeff Moyer2011-06-02
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-20