summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: bnx2i: Simplify cpu hotplug codeThomas Gleixner2017-07-272-51/+15
* scsi: bnx2fc: Simplify CPU hotplug codeThomas Gleixner2017-07-272-55/+15
* scsi: bnx2i: Prevent recursive cpuhotplug lockingThomas Gleixner2017-07-271-7/+8
* scsi: bnx2fc: Prevent recursive cpuhotplug lockingThomas Gleixner2017-07-271-7/+8
* scsi: bnx2fc: Plug CPU hotplug raceThomas Gleixner2017-07-271-22/+23
* scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter2017-07-251-4/+4
* scsi: lpfc: fix linking against modular NVMe supportArnd Bergmann2017-07-251-0/+2
* scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke2017-07-251-2/+4
* scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash2017-07-251-0/+7
* scsi: aic7xxx: fix firmware build with O=pathJakub Kicinski2017-07-252-30/+35
* scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang2017-07-251-1/+5
* scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali2017-07-251-0/+1
* scsi: sg: fix static checker warning in sg_is_valid_dxferJohannes Thumshirn2017-07-181-2/+5
* scsi: smartpqi: limit transfer length to 1MBYadan Fan2017-07-181-1/+1
* scsi: hpsa: limit transfer length to 1MBYadan Fan2017-07-181-1/+1
* scsi: libfc: pass an error pointer to fc_disc_error()Dan Carpenter2017-07-121-1/+1
* scsi: hisi_sas: make several const arrays staticColin Ian King2017-07-121-5/+5
* scsi: qla2xxx: Off by one in qlt_ctio_to_cmd()Dan Carpenter2017-07-121-1/+1
* scsi: sg: fix SG_DXFER_FROM_DEV transfersJohannes Thumshirn2017-07-121-1/+4
* scsi: virtio_scsi: always read VPD pages for multiqueue tooPaolo Bonzini2017-07-121-0/+1
* scsi: qedf: fix spelling mistake: "offlading" -> "offloading"Colin Ian King2017-07-121-1/+1
* scsi: qedi: fix another spelling mistake: "alloction" -> "allocation"Colin Ian King2017-07-121-1/+1
* scsi: isci: fix typo in function namesColin Ian King2017-07-121-7/+7
* scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter2017-07-121-4/+7
* scsi: qedi: Add support for Boot from SAN over iSCSI offloadNilesh Javali2017-07-123-0/+646
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-1240-440/+600
|\
| * block: call bio_uninit in bio_endioShaohua Li2017-07-101-0/+2
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-1012-202/+248
| |\
| | * nvmet: avoid unneeded assignment of submit_bio return valueMax Gurtovoy2017-07-101-1/+1
| | * nvme-pci: add module parameter for io queue depthweiping zhang2017-07-101-2/+22
| | * nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter2017-07-101-2/+3
| | * nvmet_fc: Accept variable pad lengths on Create Association LSJames Smart2017-07-101-7/+13
| | * nvme_fc/nvmet_fc: revise Create Association descriptor lengthJames Smart2017-07-101-1/+22
| | * nvme-rdma: unconditionally recycle the request mrSagi Grimberg2017-07-061-3/+0
| | * nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-066-60/+43
| | * virtio_blk: quiesce/unquiesce live IO when entering PM statesSagi Grimberg2017-07-061-2/+2
| | * mtip32xx: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-4/+15
| | * nbd: quiesce request queues to make sure no submissions are inflightSagi Grimberg2017-07-061-2/+2
| | * nvme: kick requeue list when requeueing a request instead of when starting th...Sagi Grimberg2017-07-061-17/+2
| | * nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+3
| | * nvme-loop: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-1/+2
| | * nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-2/+3
| | * nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+4
| | * nvme-rdma: remove race conditions from IB signallingMarta Rybczynska2017-07-061-10/+10
| | * nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding itSagi Grimberg2017-07-041-4/+3
| | * nvme-fc: update tagset nr_hw_queues after queues reinitSagi Grimberg2017-07-041-0/+2
| | * nvme-loop: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+3
| | * nvme-rdma: update tagset nr_hw_queues after reconnecting/resettingSagi Grimberg2017-07-041-0/+6
| | * nvme-fc: don't override opts->nr_io_queuesSagi Grimberg2017-07-041-5/+11
| | * nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg2017-07-021-2/+2