summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: sd: Do not override max_sectors_kb sysfs settingMartin K. Petersen2017-10-121-5/+14
* 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: 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: sg: recheck MMAP_IO request length with lock heldTodd Poynor2017-09-131-2/+5
* scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZETodd Poynor2017-09-131-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
* lpfc: Fix Device discovery failures during switch reboot test.James Smart2017-09-021-1/+4
* 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: 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
* mpt3sas: Don't overreach ioc->reply_post[] during initializationCalvin Owens2017-08-061-17/+16
* 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
* 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: 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
* scsi: mac_scsi: Fix MAC_SCSI=m option when SCSI=mFinn Thain2017-05-141-1/+1
* scsi: cxlflash: Improve EEH recovery timeMatthew R. Ochs2017-05-081-0/+4
* scsi: cxlflash: Fix to avoid EEH and host reset collisionsMatthew R. Ochs2017-05-081-1/+14
* scsi: cxlflash: Scan host only after the port is ready for I/OUma Krishnan2017-05-081-2/+2
* scsi: sd: Fix capacity calculation with 32-bit sector_tMartin K. Petersen2017-04-211-2/+18
* scsi: sd: Consider max_xfer_blocks if opt_xfer_blocks is unusableFam Zheng2017-04-211-1/+2
* scsi: sr: Sanity check returned mode dataMartin K. Petersen2017-04-211-2/+4
* scsi: libsas: fix ata xfer lengthJohn Garry2017-04-081-1/+1
* scsi: sg: check length passed to SG_NEXT_CMD_LENpeter chang2017-04-081-0/+2
* scsi: mpt3sas: fix hang on ata passthrough commandsJames Bottomley2017-04-082-14/+38
* scsi: libiscsi: add lock around task lists to fix list corruption regressionChris Leech2017-03-261-1/+25
* scsi: lpfc: Add shutdown method for kexecAnton Blanchard2017-03-261-0/+1
* cxlflash: Increase cmd_per_lun for better throughputManoj N. Kumar2017-03-262-4/+6
* mvsas: fix misleading indentationLuis de Bethencourt2017-03-181-2/+2
* scsi: lpfc: Correct WQ creation for pagesizeJames Smart2017-03-122-4/+7
* sd: get disk reference in sd_check_events()Hannes Reinecke2017-03-121-2/+7
* scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke2017-03-122-18/+27
* scsi: aacraid: Reorder Adapter status checkRaghava Aditya Renukunta2017-03-121-4/+17
* scsi: storvsc: properly set residual data length on errorsLong Li2017-03-121-3/+13
* scsi: storvsc: properly handle SRB_ERROR when sense message is presentLong Li2017-03-121-0/+7
* scsi: storvsc: use tagged SRB requests if supported by the deviceLong Li2017-03-121-0/+9
* Fix missing sanity check in /dev/sgAl Viro2017-02-231-0/+4