summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: smartpqi: improve handling for sync requestsKevin Barnett2018-06-201-32/+23
* scsi: mpt3sas: Improve kernel-doc headersBart Van Assche2018-06-207-555/+363
* scsi: mpt3sas: Split _base_reset_handler(), mpt3sas_scsih_reset_handler() and...Bart Van Assche2018-06-204-148/+166
* scsi: mpt3sas: Fix a race condition in mpt3sas_base_hard_reset_handler()Bart Van Assche2018-06-202-10/+1
* scsi: mpt3sas: Fix _transport_smp_handler() error pathBart Van Assche2018-06-201-2/+3
* scsi: mpt3sas: Introduce struct mpt3sas_nvme_cmdBart Van Assche2018-06-202-11/+9
* scsi: mpt3sas: Annotate switch/case fall-throughBart Van Assche2018-06-202-0/+4
* scsi: mpt3sas: Remove set-but-not-used variablesBart Van Assche2018-06-202-15/+0
* scsi: mpt3sas: Fix indentationBart Van Assche2018-06-203-22/+22
* scsi: libsas: dynamically allocate and free ata hostJason Yan2018-06-206-17/+34
* scsi: Remove percpu_idaMatthew Wilcox2018-06-203-454/+1
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-2010-24/+59
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-208-11/+14
* scsi: ufs: ufshcd_dump_regs to use memcpy_fromioTomas Winkler2018-06-203-26/+33
* scsi: sg: clean up gfp_mask in sg_build_indirectJeff Moyer2018-06-201-5/+2
* scsi: qla2xxx: remove irq save in qla2x00_poll()Sebastian Andrzej Siewior2018-06-201-3/+1
* scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2018-06-2016-109/+114
* scsi: bnx2i: add error handling for ioremap_nocacheZhouyang Jia2018-06-201-0/+2
* scsi: libsas: remove irq save in sas_ata_qc_issue()Sebastian Andrzej Siewior2018-06-201-6/+1
* scsi: ipr: Format HCAM overlay ID 0x41Wen Xiong2018-06-202-0/+32
* scsi: hisi_sas: Update a couple of register settings for v3 hwJohn Garry2018-06-201-2/+1
* scsi: hisi_sas: Add missing PHY spinlock initJohn Garry2018-06-201-0/+2
* scsi: hisi_sas: Pre-allocate slot DMA buffersXiang Chen2018-06-202-45/+42
* scsi: hisi_sas: Release all remaining resources in clear nexus haXiaofei Tan2018-06-201-3/+21
* scsi: hisi_sas: Add a flag to filter PHY events during resetXiaofei Tan2018-06-204-4/+8
* scsi: hisi_sas: Adjust task reject period during host resetXiaofei Tan2018-06-202-10/+15
* scsi: hisi_sas: Fix the conflict between dev gone and host resetXiaofei Tan2018-06-202-0/+7
* scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()Xiaofei Tan2018-06-201-1/+7
* scsi: hisi_sas: Use dmam_alloc_coherent()Xiang Chen2018-06-201-60/+20
* scsi: be2iscsi: Update copyrightKetan Mukadam2018-06-203-18/+43
* scsi: be2iscsi: Include null char in SET_HOST_DATAJitendra Bhivare2018-06-201-1/+1
* scsi: megaraid_sas: driver version upgradeShivasharan S2018-06-191-2/+2
* scsi: megaraid_sas: Support FW provided TM timeout valuesShivasharan S2018-06-193-17/+84
* scsi: megaraid_sas: Return immediately from wait_for_adapter_operational afte...Shivasharan S2018-06-191-7/+8
* scsi: megaraid_sas: Update controller info during resumeShivasharan S2018-06-191-0/+3
* scsi: megaraid_sas: Do not do Kill adapter if GET_CTRL_INFO times outShivasharan S2018-06-191-2/+3
* scsi: mpt3sas: Update driver version "26.100.00.00"Chaitra P B2018-06-191-2/+2
* scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5 controlle...Chaitra P B2018-06-192-7/+9
* scsi: mpt3sas: Fix, False timeout prints for ioctl and other internal command...Chaitra P B2018-06-195-50/+65
* scsi: mpt3sas: Don't access the structure after decrementing it's instance re...Chaitra P B2018-06-191-3/+4
* scsi: mpt3sas: Incorrect command status was set/marked as not used.Chaitra P B2018-06-191-2/+2
* scsi: mpt3sas: Don't abort I/Os issued to NVMe drives while processing Async ...Chaitra P B2018-06-191-0/+4
* scsi: tcmu: remove useless code and clean up the code style.Xiubo Li2018-06-191-6/+2
* Linux 4.18-rc1v4.18-rc1Linus Torvalds2018-06-171-2/+2
* Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-1616-275/+174
|\
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-153-38/+1
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-1511-224/+154
| |\
| | * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| | * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2