summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-01-02block: fix blk_rq_append_bioJens Axboe1-1/+3
2017-12-25scsi: lpfc: Fix warning messages when NVME_TARGET_FC not definedDick Kennedy1-0/+2
2017-12-25scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2017-12-25scsi: lpfc: Fix secure firmware updatesDick Kennedy1-1/+1
2017-12-25scsi: mpt3sas: Fix IO error occurs on pulling out a drive from RAID1 volume c...Sreekanth Reddy1-0/+5
2017-12-25scsi: cxgb4i: fix Tx skb leakVarun Prakash1-0/+1
2017-12-20scsi: bfa: integer overflow in debugfsDan Carpenter1-2/+3
2017-12-20scsi: sd: change allow_restart to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: sd: change manage_start_stop to bool in sysfs interfaceweiping zhang1-1/+5
2017-12-20scsi: scsi_devinfo: Add REPORTLUN2 to EMC SYMMETRIX blacklist entryKurt Garloff1-1/+1
2017-12-20scsi: hpsa: destroy sas transport properties before scsi_hostMartin Wilck1-2/+2
2017-12-20scsi: hpsa: cleanup sas_phy structures in sysfs when unloadingMartin Wilck1-1/+1
2017-12-20scsi: hisi_sas: fix the risk of freeing slot twiceXiaofei Tan1-3/+6
2017-12-20scsi: scsi_debug: write_same: fix error reportDouglas Gilbert1-3/+3
2017-12-20scsi: aacraid: use timespec64 instead of timevalArnd Bergmann1-13/+13
2017-12-20scsi: libsas: fix length error in sas_smp_handler()Jason Yan1-5/+5
2017-12-20scsi: core: Fix a scsi_show_rq() NULL pointer dereferenceBart Van Assche2-3/+7
2017-12-14scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen1-4/+6
2017-11-30scsi: lpfc: Fix oops if nvmet_fc_register_targetport failsDick Kennedy1-4/+11
2017-11-30scsi: lpfc: Fix FCP hba_wqidx assignmentDick Kennedy1-1/+4
2017-11-30scsi: lpfc: Fix crash receiving ELS while detaching driverDick Kennedy7-13/+37
2017-11-30scsi: lpfc: fix pci hot plug crash in list_add callDick Kennedy1-7/+10
2017-11-30scsi: lpfc: fix pci hot plug crash in timer management routinesDick Kennedy1-0/+1
2017-11-30scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()Damien Le Moal1-3/+3
2017-11-30scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()Bart Van Assche1-1/+1
2017-11-07Revert "scsi: make 'state' device attribute pollable"Linus Torvalds2-7/+1
2017-11-03Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds81-0/+81
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman81-0/+81
2017-10-31scsi: qla2xxx: Fix oops in qla2x00_probe_one error pathDouglas Miller1-0/+1
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-15/+16
2017-10-23scsi: Suppress a kernel warning in case the prep function returns BLKPREP_DEFERBart Van Assche1-7/+1
2017-10-18scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2017-10-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-5/+15
2017-10-17scsi: aacraid: Fix controller initialization failureRaghava Aditya Renukunta2-4/+11
2017-10-17scsi: hpsa: Fix configured_logical_drive_count·checkChristos Gkekas1-1/+1
2017-10-17scsi: qla2xxx: Initialize Work element before requesting IRQsHimanshu Madhani1-2/+2
2017-10-11scsi: fc: check for rport presence in fc_block_scsi_ehJohannes Thumshirn1-0/+3
2017-10-11scsi: qla2xxx: Fix uninitialized work elementQuinn Tran1-1/+2
2017-10-11scsi: libiscsi: fix shifting of DID_REQUEUE host byteJohannes Thumshirn1-1/+1
2017-10-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds5-30/+34
2017-10-06scsi: libfc: fix a deadlock in fc_rport_workSatish Kharat1-1/+1
2017-10-06scsi: fixup kernel warning during rmmod()Hannes Reinecke1-2/+8
2017-10-03scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly1-1/+1
2017-10-03scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov1-16/+0
2017-10-03scsi: libiscsi: Fix use-after-free race during iscsi_session_teardownKhazhismel Kumykov1-4/+4
2017-10-03scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen1-5/+14
2017-10-03scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2-4/+15
2017-09-30Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-27/+32
2017-09-28scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck1-1/+2