summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: lpfc: Clear the VendorVersion in the PLOGI/PLOGI ACC payloadJames Smart2017-11-212-0/+12
* scsi: lpfc: Correct issue leading to oops during link resetJames Smart2017-11-211-0/+1
* scsi: lpfc: Correct host name in symbolic_name fieldJames Smart2017-11-211-0/+17
* scsi: lpfc: FCoE VPort enable-disable does not bring up the VPortJames Smart2017-11-211-0/+8
* scsi: lpfc: Add missing memory barrierJames Smart2017-11-211-0/+2
* scsi: ufs: add capability to keep auto bkops always enabledsubhashj@codeaurora.org2017-11-212-11/+35
* scsi: ufs-qcom: Fix module autoloadJavier Martinez Canillas2017-11-211-0/+1
* qla2xxx: Fix incorrect tcm_qla2xxx_free_cmd use during TMR ABORT (v2)Nicholas Bellinger2017-11-181-33/+0
* scsi: aacraid: Process Error for response I/ORaghava Aditya Renukunta2017-11-081-138/+151
* scsi: megaraid_sas: Do not set fp_possible if TM capable for non-RW syspdIO, ...Shivasharan S2017-11-081-5/+10
* scsi: sg: Re-fix off by one in sg_fill_request_table()Ben Hutchings2017-11-021-1/+1
* scsi: scsi_dh_emc: return success in clariion_std_inquiry()Dan Carpenter2017-10-211-1/+1
* scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen2017-10-121-5/+14
* scsi: be2iscsi: Add checks to validate CID alloc/freeJitendra Bhivare2017-10-083-84/+87
* scsi: scsi_transport_iscsi: fix the issue that iscsi_if_rx doesn't parse nlms...Xin Long2017-10-051-1/+1
* scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter2017-09-271-4/+4
* scsi: qla2xxx: Correction to vha->vref_count timeoutJoe Carnuccio2017-09-271-1/+1
* scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLEHannes Reinecke2017-09-271-3/+2
* scsi: sg: factor out sg_fill_request_table()Hannes Reinecke2017-09-271-26/+35
* scsi: sg: off by one in sg_ioctl()Dan Carpenter2017-09-271-1/+1
* scsi: sg: use standard lists for sg_requestsHannes Reinecke2017-09-271-86/+61
* scsi: sg: remove 'save_scat_len'Hannes Reinecke2017-09-271-2/+0
* scsi: storvsc: fix memory leak on ring buffer busyLong Li2017-09-271-0/+2
* scsi: megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE...Shivasharan S2017-09-271-1/+4
* scsi: megaraid_sas: Check valid aen class range to avoid kernel panicShivasharan S2017-09-271-0/+8
* scsi: megaraid_sas: set minimum value of resetwaittime to be 1 secsShivasharan S2017-09-271-1/+2
* scsi: sg: recheck MMAP_IO request length with lock heldTodd Poynor2017-09-091-2/+5
* scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor2017-09-091-3/+9
* scsi: sg: reset 'res_in_use' after unlinking reserved arrayHannes Reinecke2017-09-021-0/+2
* scsi: sg: protect accesses to 'reserved' page arrayHannes Reinecke2017-09-021-21/+26
* scsi: isci: avoid array subscript warningArnd Bergmann2017-09-021-0/+3
* scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi2017-08-111-5/+13
* scsi: bfa: Increase requested firmware version to 3.2.5.1Benjamin Poirier2017-08-062-4/+4
* scsi: snic: Return error code on memory allocation failureBurak Ok2017-08-061-0/+3
* scsi: fnic: Avoid sending reset to firmware when another reset is in progressSatish Kharat2017-08-062-0/+17
* scsi: Add STARGET_CREATED_REMOVE state to scsi_target_stateEwan D. Milne2017-07-272-4/+9
* scsi: lpfc: avoid double free of resource identifiersRoberto Sassu2017-07-051-0/+7
* scsi: virtio_scsi: Reject commands when virtqueue is brokenEric Farman2017-07-051-1/+10
* qla2xxx: Fix erroneous invalid handle messageQuinn Tran2017-07-052-1/+5
* qla2xxx: Terminate exchange if corruptedQuinn Tran2017-07-053-5/+43
* scsi: lpfc: Set elsiocb contexts to NULL after freeing itJohannes Thumshirn2017-07-051-0/+2
* scsi: sd: Fix wrong DPOFUA disable in sd_read_cache_typeDamien Le Moal2017-07-051-1/+2
* scsi: qla2xxx: Fix mailbox pointer error in fwdump captureJoe Carnuccio2017-06-141-2/+2
* scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio2017-06-142-6/+7
* scsi: qla2xxx: Modify T262 FW dump template to specify same start/end to debu...Joe Carnuccio2017-06-141-1/+1
* scsi: qla2xxx: don't disable a not previously enabled PCI deviceJohannes Thumshirn2017-06-141-4/+4
* scsi: mpt3sas: Force request partial completion alignmentRam Pai2017-06-071-0/+15
* ibmvscsis: Fix the incorrect req_lim_deltaBryant G. Ly2017-06-071-4/+20
* ibmvscsis: Clear left-over abort_cmd pointersBryant G. Ly2017-06-071-0/+3
* ibmvscsis: Do not send aborted task responseBryant G. Ly2017-05-252-25/+91