summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: sed-opal: Tone down all the pr_* to debugsScott Bauer2017-04-071-79/+74
* blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche2017-04-071-10/+18
* blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche2017-04-071-2/+9
* blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval2017-04-071-1/+1
* blk-mq: make driver tag failure path easier to followOmar Sandoval2017-04-071-10/+9
* blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval2017-04-072-42/+43
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-076-146/+262
|\
| * blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-073-26/+55
| * blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-2/+30
| * blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval2017-04-071-4/+10
| * blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-075-47/+66
| * blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval2017-04-073-1/+35
| * blk-mq-sched: refactor scheduler initializationOmar Sandoval2017-04-073-59/+57
| * blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval2017-04-073-17/+19
| * block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
| * blk-mq: include errors in did_work calculationJens Axboe2017-03-241-3/+4
| * blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-221-10/+1
| * blk-stat: fix blk_stat_sum() if all samples are batchedOmar Sandoval2017-03-161-2/+2
* | block: trace completion of all bios.NeilBrown2017-04-072-1/+23
* | block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-051-4/+4
* | blk-mq: Remove blk_mq_queue_data.listBart Van Assche2017-04-051-17/+0
* | cfq: Disable writeback throttling by defaultJan Kara2017-04-051-12/+5
* | block: fix inheriting request priority from bioAdam Manzanares2017-04-041-1/+1
* | blk-mq: fix schedule-under-preempt for blocking driversJens Axboe2017-03-301-3/+14
* | block/sed-opal: fix spelling mistake: "Lifcycle" -> "Lifecycle"Colin Ian King2017-03-301-1/+1
* | block: do not put mq context in blk_mq_alloc_request_hctxMinchan Kim2017-03-301-1/+0
* | blk-mq: include errors in did_work calculationJens Axboe2017-03-291-3/+4
* | block-mq: don't re-queue if we get a queue errorJosef Bacik2017-03-291-2/+1
* | blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-291-25/+98
* | Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock"Jens Axboe2017-03-291-87/+51
* | blk-mq: fix a typo and a spelling mistakeJens Axboe2017-03-291-2/+2
* | blk-mq-pci: Fix two spelling mistakesSagi Grimberg2017-03-291-1/+1
* | block: fix leak of q->rq_wbOmar Sandoval2017-03-291-1/+3
* | blk-mq: fix leak of q->statsOmar Sandoval2017-03-291-4/+0
* | block: warn if sharing request queue across gendisksOmar Sandoval2017-03-291-0/+7
* | block: block new I/O just after queue is set as dyingMing Lei2017-03-291-3/+10
* | block: rename blk_mq_freeze_queue_start()Ming Lei2017-03-292-6/+6
* | block: add a read barrier in blk_queue_enter()Ming Lei2017-03-291-0/+9
* | blk-mq: comment on races related with timeout handlerMing Lei2017-03-291-0/+22
* | blk-mq: don't complete un-started request in timeout handlerMing Lei2017-03-291-10/+1
* | blkcg: allocate struct blkcg_gq outside request queue spinlockTahsin Erdogan2017-03-281-51/+87
* | blk-throttle: add latency target supportShaohua Li2017-03-281-4/+35
* | blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-284-6/+180
* | block: track request size in blk_issue_statShaohua Li2017-03-284-18/+37
* | blk-throttle: add interface for per-cgroup target latencyShaohua Li2017-03-281-4/+24
* | blk-throttle: ignore idle cgroup limitShaohua Li2017-03-281-14/+26
* | blk-throttle: add interface to configure idle time thresholdShaohua Li2017-03-281-13/+28
* | blk-throttle: add a simple idle detectionShaohua Li2017-03-283-1/+86
* | blk-throttle: make bandwidth change smoothShaohua Li2017-03-281-3/+54
* | blk-throttle: detect completed idle cgroupShaohua Li2017-03-281-1/+18