aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* block: make ioc get/put interface more conventional and fix race on alloctionfaux1232016-01-084-54/+82
* block: rename the return of two functionsPaul Bolle2016-01-081-20/+20
* block: misc ioc cleanupsfaux1232016-01-081-14/+16
* block, cfq: move cfqd->cic_index to q->idfaux1232016-01-084-55/+26
* block: add missing blk_queue_dead() checksTejun Heo2016-01-082-2/+25
* block: fix drain_all condition in blk_drain_queue()Tejun Heo2016-01-081-6/+18
* block: add blk_queue_dead()Tejun Heo2016-01-085-9/+9
* block: add missed trace_block_plugShaohua Li2016-01-081-1/+3
* block: avoid unnecessary plug list flushShaohua Li2016-01-081-2/+0
* block: don't call blk_drain_queue() if elevator is not upTejun Heo2016-01-081-2/+7
* blk-throttle: use queue_is_locked() instead of lockdep_is_held()Jens Axboe2016-01-081-1/+1
* blk-throttle: Take blkcg->lock while traversing blkcg->policy_listVivek Goyal2016-01-081-14/+40
* blk-throttle: Free up policy node associated with deleted ruleVivek Goyal2016-01-081-0/+1
* block: warn if tag is greater than real_max_depth.Tao Ma2016-01-081-2/+4
* blk-flush: move the queue kick intoJeff Moyer2016-01-082-1/+2
* blk-flush: fix invalid BUG_ON in blk_insert_flushJeff Moyer2016-01-081-1/+1
* block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer2016-01-083-6/+24
* block: Remove the control of complete cpu from bio.Tao Ma2016-01-081-3/+1
* block: fix a typo in the blk-cgroup.h fileJie Liu2016-01-081-1/+1
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2016-01-085-29/+87
* block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo2016-01-081-7/+21
* block: make get_request[_wait]() fail if queue is deadTejun Heo2016-01-081-16/+38
* block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo2016-01-083-41/+22
* block: reorganize queue drainingTejun Heo2016-01-083-26/+40
* block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg()Tejun Heo2016-01-082-9/+2
* block: pass around REQ_* flags instead of broken down booleans during request...Tejun Heo2016-01-081-19/+17
* block: move blk_throtl prototypes to block/blk.hTejun Heo2016-01-082-1/+15
* block: fix genhd refcounting in blkio_policy_parse_and_set()Tejun Heo2016-01-081-33/+23
* block/blk-sysfs.c: fix kerneldoc referencesAndrew Morton2016-01-081-3/+3
* block: document blk-plugfaux1232016-01-081-0/+14
* block: refactor generic_make_requestChristoph Hellwig2016-01-081-46/+49
* block: Don't check QUEUE_FLAG_SAME_COMP in __blk_complete_requestTao Ma2016-01-081-1/+1
* block: remove support for bio remapping from ->make_requestfaux1232016-01-081-91/+62
* fail_make_request: cleanup should_fail_requestAkinobu Mita2016-01-081-14/+12
* block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe2016-01-081-1/+1
* block: rename __make_request() to blk_queue_bio()Jens Axboe2016-01-081-3/+3
* block: export __make_requestChristoph Hellwig2016-01-081-3/+2
* elevator: use ELV_NAME_MAX instead of magic number 16 for chosen_elevatorWang Sheng-Hui2016-01-081-1/+1
* block: simplify force plug flush code a little bitShaohua Li2016-01-081-4/+1
* block: change force plug flush call orderShaohua Li2016-01-081-3/+3
* block: Fix queue_flag update when rq_affinity goes from 2 to 1Eric Seppanen2016-01-081-4/+6
* block: strict rq_affinityDan Williams2016-01-083-12/+18
* cfq-iosched: Reduce linked group count upon group destructionVivek Goyal2016-01-081-0/+3
* CFQ: add think time check for groupShaohua Li2016-01-081-2/+17
* CFQ: add think time check for service treeShaohua Li2016-01-081-4/+30
* CFQ: move think time check variables to a separate structShaohua Li2016-01-081-16/+24
* fixlet: Remove fs_excl from struct task.Justin TerAvest2016-01-081-27/+1
* block: avoid unnecessary plug list flushShaohua Li2016-01-081-7/+9
* block, sx8: kill blk_insert_request()Tejun Heo2016-01-081-48/+0
* block: simplify force plug flush code a little bitShaohua Li2016-01-081-2/+8