summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAgeFilesLines
* block: better op and flags encodingChristoph Hellwig2016-10-281-2/+2
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-17/+15
* block: Fix secure eraseAdrian Hunter2016-08-161-1/+1
* block: do not merge requests without consulting with io schedulerTahsin Erdogan2016-07-201-11/+11
* block: prepare elevator to use REQ_OPs.Mike Christie2016-06-071-4/+3
* block: check bio_mergeable() early before mergingMing Lei2015-10-211-1/+1
* Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+1
|\
| * blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo2015-06-021-1/+1
* | Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-0/+2
|\ \
| * | cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe2015-06-101-0/+2
| |/
* / elevator: fix double release of elevator moduleChao Yu2015-04-231-5/+1
|/
* block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-041-1/+1
* block: fix wrong error return in elevator_init()Sudip Mukherjee2014-10-231-1/+3
* Revert "block: add __init to elv_register"Jens Axboe2014-06-221-1/+1
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-111-20/+0
* block: add __init to elv_registerFabian Frederick2014-06-101-1/+1
* block: fix regression with block enabled taggingJens Axboe2014-04-091-0/+2
* block: Abstract out bvec iteratorKent Overstreet2013-11-231-1/+1
* elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama2013-11-081-2/+14
* elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama2013-11-081-0/+6
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-111-1/+1
* elevator: Fix a race in elevator switchingJianpeng Ma2013-07-031-20/+5
* block: implement runtime pm strategyLin Ming2013-03-221-0/+26
* Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-19/+4
|\
| * block,elevator: use new hashtable implementationSasha Levin2013-01-111-19/+4
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+2
* | block: don't request module during elevator initTejun Heo2013-01-221-7/+12
* | init, block: try to load default elevator module early during bootTejun Heo2013-01-181-0/+16
|/
* block: recursive merge requestsShaohua Li2012-11-091-4/+12
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-4/+2
* blkcg: implement per-queue policy activationTejun Heo2012-04-201-2/+0
* block: implement bio_associate_current()Tejun Heo2012-03-061-2/+3
* blkcg: unify blkg's for blkcg policiesTejun Heo2012-03-061-3/+2
* blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo2012-03-061-2/+3
* blkcg: shoot down blkio_groups on elevator switchTejun Heo2012-03-061-0/+3
* block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-061-22/+3
* elevator: make elevator_init_fn() return 0/-errnoTejun Heo2012-03-061-10/+2
* elevator: clear auxiliary data earlier during elevator switchTejun Heo2012-03-061-45/+45
* block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-51/+4
* Revert "block: recursive merge requests"Jens Axboe2012-01-151-12/+4
* block: recursive merge requestsShaohua Li2011-12-161-4/+12
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-141-1/+2
* block, cfq: move icq cache management to block coreTejun Heo2011-12-141-2/+35
* block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo2011-12-141-2/+0
* block: remove elevator_queue->opsTejun Heo2011-12-141-38/+36
* block: reorder elevator switch sequenceTejun Heo2011-12-141-54/+37
* block, cfq: remove delayed unlinkTejun Heo2011-12-141-16/+0
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-191-1/+1
* block: reorganize queue drainingTejun Heo2011-10-191-26/+11
* elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui2011-09-121-1/+1