summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-2749-410/+458
* block/bsg: move queue creation into bsg_setup_queueChristoph Hellwig2017-01-274-52/+25
* scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-276-394/+95
* scsi: remove __scsi_alloc_queueChristoph Hellwig2017-01-275-20/+12
* scsi: remove scsi_cmd_dma_poolChristoph Hellwig2017-01-271-14/+1
* scsi: respect unchecked_isa_dma for blk-mqChristoph Hellwig2017-01-274-22/+73
* scsi: remove gfp_flags member in scsi_host_cmd_poolChristoph Hellwig2017-01-271-10/+4
* scsi_dh_hp_sw: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-157/+65
* scsi_dh_emc: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-191/+56
* scsi_dh_rdac: switch to scsi_execute_req_flags()Hannes Reinecke2017-01-271-123/+51
* dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-278-344/+85
* dm: remove incomplete BLOCK_PC supportChristoph Hellwig2017-01-271-16/+0
* block: cleanup tracingChristoph Hellwig2017-01-273-60/+24
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-274-17/+61
* block: simplify blk_init_allocated_queueChristoph Hellwig2017-01-273-26/+18
* block: fix elevator init checkChristoph Hellwig2017-01-271-22/+4
* md: cleanup bio op / flags handling in raid1_write_requestChristoph Hellwig2017-01-271-5/+2
* Merge branch 'for-4.11/block' into for-4.11/rq-refactorJens Axboe2017-01-2738-676/+3099
|\
| * blk-mq: fix debugfs compilation issuesOmar Sandoval2017-01-273-6/+19
| * block: cleanup remaining manual checks for PREFLUSH|FUAJens Axboe2017-01-272-2/+2
| * blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-278-55/+89
| * block: add a op_is_flush helperChristoph Hellwig2017-01-277-28/+26
| * blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe2017-01-274-14/+23
| * blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe2017-01-275-7/+41
| * blk-mq: release driver tag on a requeue eventJens Axboe2017-01-271-0/+16
| * blk-mq: fix potential race in queue restart and driver tag allocationJens Axboe2017-01-271-1/+9
| * blk-mq: improve scheduler queue sync/async runningJens Axboe2017-01-271-2/+4
| * blk-mq: move hctx and ctx counters from sysfs to debugfsOmar Sandoval2017-01-272-64/+181
| * blk-mq: move hctx io_poll, stats, and dispatched from sysfs to debugfsOmar Sandoval2017-01-272-92/+132
| * blk-mq: add tags and sched_tags bitmaps to debugfsOmar Sandoval2017-01-271-0/+50
| * blk-mq: move tags and sched_tags info from sysfs to debugfsOmar Sandoval2017-01-274-45/+86
| * blk-mq: export software queue pending map to debugfsOmar Sandoval2017-01-271-0/+21
| * sbitmap: add helpers for dumping to a seq_fileOmar Sandoval2017-01-272-0/+121
| * blk-mq: add extra request information to debugfsOmar Sandoval2017-01-271-1/+3
| * blk-mq: move hctx->dispatch and ctx->rq_list from sysfs to debugfsOmar Sandoval2017-01-272-57/+106
| * blk-mq: add hctx->{state,flags} to debugfsOmar Sandoval2017-01-271-0/+42
| * blk-mq: create debugfs directory treeOmar Sandoval2017-01-276-0/+201
| * blk-mq-sched: check for successful allocation before assigning tagJens Axboe2017-01-261-1/+2
| * blk-mq: don't lose flags passed in to blk_mq_alloc_request()Jens Axboe2017-01-262-4/+4
| * blk-mq: only apply active queue tag throttling for driver tagsJens Axboe2017-01-252-10/+15
| * cfq-iosched: Adjust one function call together with a variable assignmentMarkus Elfring2017-01-231-2/+4
| * blk-throttle: Adjust two function calls together with a variable assignmentMarkus Elfring2017-01-231-2/+4
| * block: Initialize cfqq->ioprio_class in cfq_get_queue()Alexander Potapenko2017-01-231-0/+2
| * blk-mq: allow resize of scheduler requestsJens Axboe2017-01-203-13/+61
| * blk-mq: stop hardware queue in blk_mq_delay_queue()Jens Axboe2017-01-191-0/+1
| * blk-mq-tag: remove redundant check for 'data->hctx' being non-NULLJens Axboe2017-01-191-4/+2
| * elevator: fix unnecessary put of elevator in failure caseJens Axboe2017-01-191-4/+0
| * blk-cgroup: don't quiesce the queue on policy activate/deactivateJens Axboe2017-01-181-12/+8
| * sbitmap: fix wakeup hang after sbq resizeOmar Sandoval2017-01-181-5/+30
| * sbitmap: use smp_mb__after_atomic() in sbq_wake_up()Omar Sandoval2017-01-181-3/+10