aboutsummaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-28block: fix warning when I/O elevator is changed as request_queue is being rem...Gravatar David Jeffery 1-0/+4
2017-06-21block: Add fallthrough markers to switch statementsGravatar Bart Van Assche 1-0/+1
2017-05-10elevator: remove redundant warnings on IO scheduler switchGravatar Jens Axboe 1-4/+1
2017-05-02block: don't call blk_mq_quiesce_queue() after queue is frozenGravatar Ming Lei 1-3/+0
2017-05-02block: Remove elevator_change()Gravatar Bart Van Assche 1-13/+0
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+3
2017-04-19block: respect BLK_MQ_F_NO_SCHEDGravatar Ming Lei 1-2/+10
2017-04-19block: Make writeback throttling defaults consistent for SQ devicesGravatar Jan Kara 1-0/+3
2017-04-07blk-mq-sched: fix crash in switch error pathGravatar Omar Sandoval 1-41/+53
2017-04-07blk-mq-sched: refactor scheduler initializationGravatar Omar Sandoval 1-20/+12
2017-03-02block: don't call ioc_exit_icq() with the queue lock held for blk-mqGravatar Jens Axboe 1-2/+0
2017-02-22block: get rid of blk-mq default scheduler choice Kconfig entriesGravatar Jens Axboe 1-6/+13
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeGravatar Jens Axboe 1-7/+9
2017-02-14elevator: fix loading wrong elevator type for blk-mq devicesGravatar Jens Axboe 1-4/+5
2017-02-08block: enumify ELEVATOR_*_MERGEGravatar Christoph Hellwig 1-4/+6
2017-02-01blk-mq-debug: Avoid that sparse complains about req_flags_t usageGravatar Bart Van Assche 1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-2/+2
2017-01-19elevator: fix unnecessary put of elevator in failure caseGravatar Jens Axboe 1-4/+0
2017-01-17blk-mq-sched: allow setting of default IO schedulerGravatar Jens Axboe 1-1/+7
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersGravatar Jens Axboe 1-45/+159
2017-01-17block: move existing elevator ops to unionGravatar Jens Axboe 1-30/+30
2016-12-09elevator: make the rqhash helpers exportedGravatar Jens Axboe 1-4/+4
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-2/+2
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-17/+15
2016-08-16block: Fix secure eraseGravatar Adrian Hunter 1-1/+1
2016-07-20block: do not merge requests without consulting with io schedulerGravatar Tahsin Erdogan 1-11/+11
2016-06-07block: prepare elevator to use REQ_OPs.Gravatar Mike Christie 1-4/+3
2015-10-21block: check bio_mergeable() early before mergingGravatar Ming Lei 1-1/+1
2015-06-25Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2015-06-10cfq-iosched: fix the setting of IOPS mode on SSDsGravatar Jens Axboe 1-0/+2
2015-06-02blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.hGravatar Tejun Heo 1-1/+1
2015-04-23elevator: fix double release of elevator moduleGravatar Chao Yu 1-5/+1
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMGravatar Rafael J. Wysocki 1-1/+1
2014-10-23block: fix wrong error return in elevator_init()Gravatar Sudip Mukherjee 1-1/+3
2014-06-22Revert "block: add __init to elv_register"Gravatar Jens Axboe 1-1/+1
2014-06-11block: remove elv_abort_queue and blk_abort_flushesGravatar Christoph Hellwig 1-20/+0
2014-06-10block: add __init to elv_registerGravatar Fabian Frederick 1-1/+1
2014-04-09block: fix regression with block enabled taggingGravatar Jens Axboe 1-0/+2
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-1/+1
2013-11-08elevator: acquire q->sysfs_lock in elevator_change()Gravatar Tomoki Sekiyama 1-2/+14
2013-11-08elevator: Fix a race in elevator switching and md device initializationGravatar Tomoki Sekiyama 1-0/+6
2013-09-11block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Gravatar Joe Perches 1-1/+1
2013-07-03elevator: Fix a race in elevator switchingGravatar Jianpeng Ma 1-20/+5
2013-03-22block: implement runtime pm strategyGravatar Lin Ming 1-0/+26
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+4
2013-02-27hlist: drop the node parameter from iteratorsGravatar Sasha Levin 1-2/+2
2013-01-22block: don't request module during elevator initGravatar Tejun Heo 1-7/+12
2013-01-18init, block: try to load default elevator module early during bootGravatar Tejun Heo 1-0/+16
2013-01-11block,elevator: use new hashtable implementationGravatar Sasha Levin 1-19/+4