aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c
AgeCommit message (Expand)Author
2016-08-16block: Fix secure eraseAdrian Hunter
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie
2015-10-21block: check bio_mergeable() early before mergingMing Lei
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo
2015-04-23elevator: fix double release of elevator moduleChao Yu
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee
2014-06-22Revert "block: add __init to elv_register"Jens Axboe
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig
2014-06-10block: add __init to elv_registerFabian Frederick
2014-04-09block: fix regression with block enabled taggingJens Axboe
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma
2013-03-22block: implement runtime pm strategyLin Ming
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-22block: don't request module during elevator initTejun Heo
2013-01-18init, block: try to load default elevator module early during bootTejun Heo
2013-01-11block,elevator: use new hashtable implementationSasha Levin
2012-11-09block: recursive merge requestsShaohua Li
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-04-20blkcg: implement per-queue policy activationTejun Heo
2012-03-06block: implement bio_associate_current()Tejun Heo
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterTejun Heo
2012-03-06blkcg: shoot down blkio_groups on elevator switchTejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo
2012-03-06elevator: make elevator_init_fn() return 0/-errnoTejun Heo
2012-03-06elevator: clear auxiliary data earlier during elevator switchTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-01-15Revert "block: recursive merge requests"Jens Axboe
2011-12-16block: recursive merge requestsShaohua Li
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move icq cache management to block coreTejun Heo
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo
2011-12-14block: remove elevator_queue->opsTejun Heo
2011-12-14block: reorder elevator switch sequenceTejun Heo
2011-12-14block, cfq: remove delayed unlinkTejun Heo
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo
2011-10-19block: reorganize queue drainingTejun Heo
2011-09-12elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui
2011-06-02iosched: prevent aliased requests from starving other I/OJeff Moyer
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe