summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2018-01-23scsi: hpsa: fix volume offline stateTomas Henzl1-0/+1
2018-01-23scsi: sg: disable SET_FORCE_LOW_DMAHannes Reinecke1-21/+9
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-25scsi: lpfc: Fix PT2PT PRLI rejectDick Kennedy1-1/+2
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: hpsa: limit outstanding rescansDon Brace2-1/+16
2017-12-20scsi: hpsa: update check for logical volume statusDon Brace2-19/+18
2017-12-16scsi: lpfc: Fix crash during Hardware error recovery on SLI3 adaptersJames Smart1-4/+10
2017-12-16scsi: storvsc: Workaround for virtual DVD SCSI versionStephen Hemminger1-10/+17
2017-11-21scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2-0/+12
2017-11-21scsi: lpfc: Correct issue leading to oops during link resetJames Smart1-0/+1
2017-11-21scsi: lpfc: Correct host name in symbolic_name fieldJames Smart1-0/+17
2017-11-21scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart1-0/+8
2017-11-21scsi: lpfc: Add missing memory barrierJames Smart1-0/+2
2017-11-21scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org2-11/+35
2017-11-21scsi: ufs-qcom: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-11-08scsi: aacraid: Process Error for response I/ORaghava Aditya Renukunta1-138/+151
2017-11-02scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings1-1/+1
2017-10-21scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter1-1/+1
2017-10-12scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen1-5/+14
2017-10-05scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long1-1/+1
2017-09-27scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter1-4/+4
2017-09-27scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke1-3/+2
2017-09-27scsi: sg: factor out sg_fill_request_table()Hannes Reinecke1-26/+35
2017-09-27scsi: sg: off by one in sg_ioctl()Dan Carpenter1-1/+1
2017-09-27scsi: sg: use standard lists for sg_requestsHannes Reinecke1-86/+61
2017-09-27scsi: sg: remove 'save_scat_len'Hannes Reinecke1-2/+0
2017-09-27scsi: storvsc: fix memory leak on ring buffer busyLong Li1-0/+2
2017-09-27scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S1-1/+4
2017-09-27scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S1-0/+8
2017-09-14scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor1-2/+5
2017-09-14scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor1-3/+9
2017-09-02scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke1-0/+2
2017-09-02scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke1-21/+26
2017-09-02lpfc: Fix Device discovery failures during switch reboot test.James Smart1-1/+4
2017-09-02scsi: isci: avoid array subscript warningArnd Bergmann1-0/+3
2017-08-11scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi1-5/+13
2017-08-07scsi: snic: Return error code on memory allocation failureBurak Ok1-0/+3
2017-08-07scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2-0/+17
2017-08-07mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens1-17/+16
2017-07-05scsi: lpfc: avoid double free of resource identifiersRoberto Sassu1-0/+7
2017-07-05scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman1-1/+10