aboutsummaryrefslogtreecommitdiff
path: root/block/elevator.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-09block: recursive merge requestsGravatar Shaohua Li 1-4/+12
2012-09-20block: Clean up special command handling logicGravatar Martin K. Petersen 1-4/+2
2012-04-20blkcg: implement per-queue policy activationGravatar Tejun Heo 1-2/+0
2012-03-06block: implement bio_associate_current()Gravatar Tejun Heo 1-2/+3
2012-03-06blkcg: unify blkg's for blkcg policiesGravatar Tejun Heo 1-3/+2
2012-03-06blkcg: let blkcg core manage per-queue blkg list and counterGravatar Tejun Heo 1-2/+3
2012-03-06blkcg: shoot down blkio_groups on elevator switchGravatar Tejun Heo 1-0/+3
2012-03-06block: implement blk_queue_bypass_start/end()Gravatar Tejun Heo 1-22/+3
2012-03-06elevator: make elevator_init_fn() return 0/-errnoGravatar Tejun Heo 1-10/+2
2012-03-06elevator: clear auxiliary data earlier during elevator switchGravatar Tejun Heo 1-45/+45
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Gravatar Tejun Heo 1-51/+4
2012-01-15Revert "block: recursive merge requests"Gravatar Jens Axboe 1-12/+4
2011-12-16block: recursive merge requestsGravatar Shaohua Li 1-4/+12
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cGravatar Tejun Heo 1-1/+2
2011-12-14block, cfq: move icq cache management to block coreGravatar Tejun Heo 1-2/+35
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqGravatar Tejun Heo 1-2/+0
2011-12-14block: remove elevator_queue->opsGravatar Tejun Heo 1-38/+36
2011-12-14block: reorder elevator switch sequenceGravatar Tejun Heo 1-54/+37
2011-12-14block, cfq: remove delayed unlinkGravatar Tejun Heo 1-16/+0
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Gravatar Tejun Heo 1-1/+1
2011-10-19block: reorganize queue drainingGravatar Tejun Heo 1-26/+11
2011-09-12elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorGravatar Wang Sheng-Hui 1-1/+1
2011-06-02iosched: prevent aliased requests from starving other I/OGravatar Jeff Moyer 1-5/+2
2011-05-20block: get rid of on-stack plugging debug checksGravatar Jens Axboe 1-4/+0
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreGravatar Jens Axboe 1-1/+2
2011-05-05iosched: remove redundant sprintfGravatar Kees Cook 1-6/+1
2011-04-21elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooGravatar Jens Axboe 1-1/+2