summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | scsi: aacraid: Fix performance issue on logical drivesSagar Biradar2019-03-141-5/+8
| * | | | | | scsi: lpfc: Fix error codes in lpfc_sli4_pci_mem_setup()Dan Carpenter2019-03-141-7/+9
| * | | | | | scsi: libiscsi: Hold back_lock when calling iscsi_complete_taskLee Duncan2019-03-071-2/+20
| * | | | | | scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLinkXiang Chen2019-03-061-0/+2
| * | | | | | scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP targ...Xiang Chen2019-03-063-3/+49
| * | | | | | scsi: hisi_sas: Set PHY linkrate when disconnectedJohn Garry2019-03-061-0/+10
| * | | | | | scsi: hisi_sas: print PHY RX errors count for later revision of v3 hwXiaofei Tan2019-03-062-25/+60
| * | | | | | scsi: hisi_sas: Fix a timeout race of driver internal and SMP IOXiang Chen2019-03-061-1/+2
| * | | | | | scsi: hisi_sas: Change return variable type in phy_up_v3_hw()Xiang Chen2019-03-061-1/+2
| * | | | | | scsi: qla2xxx: check for kstrtol() failureDan Carpenter2019-03-061-0/+2
| * | | | | | scsi: lpfc: fix 32-bit format string warningArnd Bergmann2019-03-061-1/+1
| * | | | | | scsi: lpfc: fix unused variable warningArnd Bergmann2019-03-061-1/+2
| * | | | | | scsi: target: tcmu: Switch to bitmap_zalloc()Andy Shevchenko2019-03-061-5/+3
| * | | | | | scsi: libiscsi: fall back to sendmsg for slab pagesVasily Averin2019-03-061-3/+8
| * | | | | | scsi: qla2xxx: avoid printf format warningArnd Bergmann2019-03-061-2/+2
| * | | | | | scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unsetJames Smart2019-03-061-1/+2
| * | | | | | scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep checkJames Smart2019-03-061-1/+1
| * | | | | | scsi: ufs: hisi: fix ufs_hba_variant_ops passingArnd Bergmann2019-03-064-10/+7
| * | | | | | scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_showBill Kuzeja2019-03-061-0/+2
| * | | | | | scsi: megaraid_sas: reduce module load timeSteve Sistare2019-03-061-2/+2
| * | | | | | scsi: target: tcmu: wait for nl reply only if there are listeners or during a...Cathy Avery2019-03-061-5/+6
| * | | | | | scsi: virtio_scsi: don't send sc payload with tmfsFelipe Franciosi2019-03-061-2/+0
| * | | | | | scsi: smartpqi: Reporting 'logical unit failure'Erwan Velu2019-03-061-0/+6
* | | | | | | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-1620-128/+259
|\ \ \ \ \ \ \
| * | | | | | | blkcg: annotate implicit fall throughMathieu Malaterre2019-03-131-0/+1
| * | | | | | | nvme-tcp: support C2HData with SUCCESS flagSagi Grimberg2019-03-131-4/+28
| * | | | | | | nvmet: ignore EOPNOTSUPP for discardChristoph Hellwig2019-03-132-5/+5
| * | | | | | | nvme: add proper write zeroes setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * | | | | | | nvme: add proper discard setup for the multipath deviceChristoph Hellwig2019-03-131-3/+3
| * | | | | | | nvme: remove nvme_ns_config_oncsChristoph Hellwig2019-03-131-7/+3
| * | | | | | | nvme: disable Write Zeroes for qemu controllersChristoph Hellwig2019-03-133-2/+9
| * | | | | | | nvmet-fc: bring Disconnect into compliance with FC-NVME specJames Smart2019-03-131-31/+2
| * | | | | | | nvmet-fc: fix issues with targetport assoc_list list walkingJames Smart2019-03-131-5/+4
| * | | | | | | nvme-fc: reject reconnect if io queue count is reduced to zeroJames Smart2019-03-131-0/+12
| * | | | | | | nvme-fc: fix numa_node when dev is nullJames Smart2019-03-131-1/+4
| * | | | | | | nvme-fc: use nr_phys_segments to determine existence of sglJames Smart2019-03-131-4/+15
| * | | | | | | nvme-loop: init nvmet_ctrl fatal_err_work when allocateYufen Yu2019-03-131-10/+10
| * | | | | | | nvme: update comment to make the code easier to readYufen Yu2019-03-131-2/+2
| * | | | | | | nvme: put ns_head ref if namespace fails allocationSagi Grimberg2019-03-131-0/+1
| * | | | | | | nvme-trace: fix cdw10 buffer overrunKeith Busch2019-03-131-1/+1
| * | | | | | | nvme: don't warn on block content change effectsKeith Busch2019-03-131-1/+1
| * | | | | | | nvme: add get-feature to admin cmds tracerMax Gurtovoy2019-03-131-0/+14
| * | | | | | | Merge branch 'for-5.1/md-post' of https://github.com/liu-song-6/linux into fo...Jens Axboe2019-03-135-1/+72
| |\ \ \ \ \ \ \
| | * | | | | | | md: Fix failed allocation of md_register_threadAditya Pakki2019-03-122-0/+4
| | * | | | | | | It's wrong to add len to sector_nr in raid10 reshape twiceXiao Ni2019-03-121-1/+0
| | * | | | | | | raid5: set write hint for PPLMariusz Dabrowski2019-03-124-0/+68
| |/ / / / / / /
| * | | | | | | pblk: fix max_io calculationJavier González2019-03-071-1/+6
| * | | | | | | block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
| * | | | | | | Merge branch 'stable/for-jens-5.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2019-03-061-42/+57
| |\ \ \ \ \ \ \
| | * | | | | | | xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43