aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sd_zbc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08block: implement splitting of REQ_OP_WRITE_ZEROES biosChristoph Hellwig1-2/+15
2017-04-08block: renumber REQ_OP_WRITE_ZEROESChristoph Hellwig1-1/+1
2017-04-08sd: split sd_setup_discard_cmndChristoph Hellwig1-69/+84
2017-04-07block: sed-opal: Tone down all the pr_* to debugsScott Bauer1-79/+74
2017-04-07blk-mq: Clarify comments in blk_mq_dispatch_rq_list()Bart Van Assche1-10/+18
2017-04-07blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_listBart Van Assche1-2/+9
2017-04-07blk-mq: use true instead of 1 for blk_mq_queue_data.lastOmar Sandoval1-1/+1
2017-04-07blk-mq: make driver tag failure path easier to followOmar Sandoval1-10/+9
2017-04-07blk-mq-sched: provide hooks for initializing hardware queue dataOmar Sandoval3-42/+45
2017-04-07blk-mq: Restart a single queue if tag sets are sharedBart Van Assche4-27/+55
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche1-0/+1
2017-04-07scsi: Avoid that SCSI queues get stuckBart Van Assche1-3/+3
2017-04-07blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2-2/+32
2017-04-07block: trace completion of all bios.NeilBrown5-4/+25
2017-04-07block: simple improvements for bio->flagsNeilBrown1-9/+13
2017-04-07blk-mq: remap queues when adding/removing hardware queuesOmar Sandoval1-4/+10
2017-04-07blk-mq-sched: fix crash in switch error pathOmar Sandoval6-48/+67
2017-04-07blk-mq-sched: set up scheduler tags when bringing up new queuesOmar Sandoval3-1/+35
2017-04-07blk-mq-sched: refactor scheduler initializationOmar Sandoval3-59/+57
2017-04-07blk-mq: use the right hctx when getting a driver tag failsOmar Sandoval3-17/+19
2017-04-05block: move timeout field in struct request to pack betterJens Axboe1-1/+2
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig10-13/+13
2017-04-05nvme: move the retries count to struct nvme_requestChristoph Hellwig2-5/+6
2017-04-05nvme: mark nvme_max_retries staticChristoph Hellwig2-4/+1
2017-04-05nvme: cleanup nvme_req_needs_retryChristoph Hellwig1-5/+11
2017-04-05nvme: move ->retries setup to nvme_setup_cmdChristoph Hellwig2-4/+5
2017-04-05remove the obsolete hd driverChristoph Hellwig3-832/+0
2017-04-05blk-mq: Remove blk_mq_queue_data.listBart Van Assche2-18/+0
2017-04-05cfq: Disable writeback throttling by defaultJan Kara1-12/+5
2017-04-04block: fix inheriting request priority from bioAdam Manzanares1-1/+1
2017-04-04nvme: factor request completion code into a common helperChristoph Hellwig6-93/+40
2017-04-04nvme-fc: drop ctrl for all command completionsChristoph Hellwig1-2/+3
2017-04-04nvme-fc: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-loop: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme-rdma: increment request retries counter before requeuingSagi Grimberg1-0/+1
2017-04-04nvme_fc: Clean up host fcpio done status handlingJames Smart2-10/+10
2017-04-04nvmet_fc: Clear SG list to avoid double freesJames Smart1-0/+2
2017-04-04nvme_fc: correct LS validationJames Smart1-4/+5
2017-04-04nvmet_fc: Sync NVME LS reject reasons with specJames Smart1-7/+12
2017-04-04nvme_fc: Add check of status_code in ERSP_IUJames Smart1-0/+1
2017-04-04nvme_fc: Sync FC-NVME header with standardJames Smart1-9/+59
2017-04-04nvme-rdma: Support ctrl_loss_tmoSagi Grimberg1-13/+28
2017-04-04nvme-fabrics: Allow ctrl loss timeout configurationSagi Grimberg2-0/+38
2017-04-04nvme-rdma: get rid of local reconnect_delaySagi Grimberg1-5/+3
2017-04-04nvme-loop: retrieve iod from the cqe command_idSagi Grimberg1-6/+25
2017-04-04nvme-loop: remove unneeded includesSagi Grimberg1-2/+0
2017-04-04nvme-fc: fix module_init (theoretical) error pathSagi Grimberg1-1/+10
2017-04-04nvme-loop: fix module_init (theoretical) error pathSagi Grimberg1-1/+6
2017-04-04nvme-rdma: fix module_init (theoretical) error pathSagi Grimberg1-5/+13
2017-04-04nvmet: use symbolic constants for log identifiersMax Gurtovoy1-6/+6