aboutsummaryrefslogtreecommitdiffstats
path: root/block/elevator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche1-0/+1
2017-05-10elevator: remove redundant warnings on IO scheduler switchJens Axboe1-4/+1
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenMing Lei1-3/+0
2017-05-02block: Remove elevator_change()Bart Van Assche1-13/+0
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2017-04-19block: respect BLK_MQ_F_NO_SCHEDMing Lei1-2/+10
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesJan Kara1-0/+3
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval1-41/+53
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval1-20/+12
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqJens Axboe1-2/+0
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesJens Axboe1-6/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe1-7/+9
2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesJens Axboe1-4/+5
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-4/+6
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageBart Van Assche1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-19elevator: fix unnecessary put of elevator in failure caseJens Axboe1-4/+0
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-1/+7
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe1-45/+159
2017-01-17block: move existing elevator ops to unionJens Axboe1-30/+30
2016-12-09elevator: make the rqhash helpers exportedJens Axboe1-4/+4
2016-10-28block: better op and flags encodingChristoph Hellwig1-2/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-17/+15
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+1
2016-07-20block: do not merge requests without consulting with io schedulerTahsin Erdogan1-11/+11
2016-06-07block: prepare elevator to use REQ_OPs.Mike Christie1-4/+3
2015-10-21block: check bio_mergeable() early before mergingMing Lei1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe1-0/+2
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hTejun Heo1-1/+1
2015-04-23elevator: fix double release of elevator moduleChao Yu1-5/+1
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-10-23block: fix wrong error return in elevator_init()Sudip Mukherjee1-1/+3
2014-06-22Revert "block: add __init to elv_register"Jens Axboe1-1/+1
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig1-20/+0
2014-06-10block: add __init to elv_registerFabian Frederick1-1/+1
2014-04-09block: fix regression with block enabled taggingJens Axboe1-0/+2
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Tomoki Sekiyama1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationTomoki Sekiyama1-0/+6
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2013-07-03elevator: Fix a race in elevator switchingJianpeng Ma1-20/+5
2013-03-22block: implement runtime pm strategyLin Ming1-0/+26
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+2
2013-01-22block: don't request module during elevator initTejun Heo1-7/+12
2013-01-18init, block: try to load default elevator module early during bootTejun Heo1-0/+16
2013-01-11block,elevator: use new hashtable implementationSasha Levin1-19/+4
2012-11-09block: recursive merge requestsShaohua Li1-4/+12