aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Merge remote-tracking branch 'mkp-scsi/4.4/scsi-fixes' into fixesJames Bottomley1-10/+10
2015-12-11ses: fix additional element traversal bugJames Bottomley1-1/+9
2015-12-10Revert "SCSI: Fix NULL pointer dereference in runtime PM"Ken Xue1-10/+10
2015-12-10ses: Fix problems with simple enclosuresJames Bottomley1-1/+19
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds14-48/+103
2015-12-03Merge branch 'mkp-fixes' into fixesJames Bottomley14-37/+100
2015-12-03mpt3sas: fix Kconfig dependency problem for mpt2sas back compatibilityJames Bottomley1-0/+1
2015-12-02Revert "scsi: Fix a bdi reregistration race"Bart Van Assche1-11/+3
2015-11-30mpt3sas: Add dummy Kconfig option for backwards compatibilityMartin K. Petersen1-0/+8
2015-11-30Fix a memory leak in scsi_host_dev_release()Bart Van Assche1-0/+11
2015-11-28qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-25block/sd: Fix device-imposed transfer length limitsMartin K. Petersen2-16/+31
2015-11-25scsi_debug: fix prevent_allow+verify regressionsDouglas Gilbert1-4/+5
2015-11-25sd: Make discard granularity match logical block size when LBPRZ=1Martin K. Petersen1-5/+18
2015-11-20scsi: hpsa: select CONFIG_SCSI_SAS_ATTRArnd Bergmann1-0/+1
2015-11-20scsi: advansys needs ISA dma api for ISA supportArnd Bergmann1-0/+1
2015-11-19scsi_sysfs: protect against double execution of __scsi_remove_device()Vitaly Kuznetsov1-0/+8
2015-11-19st: fix potential null pointer dereference.Maurizio Lombardi1-2/+3
2015-11-19scsi: report 'INQUIRY result too short' once per hostVitaly Kuznetsov1-3/+6
2015-11-18advansys: fix big-endian buildsArnd Bergmann1-1/+1
2015-11-17qla2xxx: Fix rwlock recursionBart Van Assche1-1/+2
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds109-32627/+6477
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-102/+51
2015-11-13hpsa: logical vs bitwise AND typoDan Carpenter1-1/+1
2015-11-13mvsas: don't allow negative timeoutsDan Carpenter1-2/+2
2015-11-13mpt3sas: Fix use sas_is_tlr_enabled API before enabling MPI2_SCSIIO_CONTROL_T...Sreekanth Reddy1-2/+1
2015-11-12mpt3sas: fix inline markers on non inline function declarationsStephen Rothwell1-2/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley64-31760/+5765
2015-11-11sd: Clear PS bit before Mode Select.Gabriel Krisman Bertazi1-0/+1
2015-11-11ibmvscsi: set max_lun to 32Laurent Vivier2-1/+2
2015-11-11ibmvscsi: display default value for max_id, max_lun and max_channel.Laurent Vivier1-2/+6
2015-11-11scsi: pmcraid: replace struct timeval with ktime_get_real_seconds()Alison Schofield1-3/+2
2015-11-11mvumi: 64bit value for seconds_since1970Tina Ruchandani1-5/+5
2015-11-11be2iscsi: Fix bogus WARN_ON length checkTim Gardner1-1/+1
2015-11-11scsi_scan: don't dump trace when scsi_prep_async_scan() is called twiceVitaly Kuznetsov1-2/+1
2015-11-11mpt3sas: Bump mpt3sas driver version to 09.102.00.00Sreekanth Reddy1-2/+2
2015-11-11mpt3sas: Single driver module which supports both SAS 2.0 & SAS 3.0 HBAsSreekanth Reddy14-826/+566
2015-11-11mpt2sas, mpt3sas: Update the driver versionsSreekanth Reddy1-5/+10
2015-11-11mpt3sas: setpci reset kernel oops fixSreekanth Reddy4-9/+71
2015-11-11mpt3sas: Added OEM Gen2 PnP ID branding namesSreekanth Reddy2-114/+305
2015-11-11mpt3sas: Refcount fw_events and fix unsafe list usageSreekanth Reddy1-22/+94
2015-11-11mpt3sas: Refcount sas_device objects and fix unsafe list usageSreekanth Reddy3-157/+365
2015-11-11mpt3sas: sysfs attribute to report Backup Rail Monitor StatusSreekanth Reddy3-0/+116
2015-11-11mpt3sas: Ported WarpDrive product SSS6200 supportSreekanth Reddy6-46/+665
2015-11-11mpt3sas: fix for driver fails EEH, recovery from injected pci bus errorSreekanth Reddy2-1/+19
2015-11-11mpt3sas: Manage MSI-X vectors according to HBA device typeSreekanth Reddy3-18/+31
2015-11-11mpt3sas: Don't send PHYDISK_HIDDEN RAID action request on SAS2 HBAsSreekanth Reddy1-2/+17
2015-11-11mpt3sas: Build MPI SGL LIST on GEN2 HBAs and IEEE SGL LIST on GEN3 HBAsSreekanth Reddy1-13/+168
2015-11-11mpt2sas, mpt3sas: Remove SCSI_MPTXSAS_LOGGING entry from KconfigSreekanth Reddy7-83/+10
2015-11-11mpt3sas: Define 'hba_mpi_version_belonged' IOC variableSreekanth Reddy6-8/+62
2015-11-11mpt2sas: Remove .c and .h files from mpt2sas driverSreekanth Reddy8-22391/+0
2015-11-11mpt2sas: Move Gen2 HBA's device registration to a separate fileSreekanth Reddy3-6/+293
2015-11-11mpt3sas: Move Gen3 HBA's device registration to a separate fileSreekanth Reddy5-159/+261
2015-11-11mpt3sas: Added mpt2sas driver definitionsSreekanth Reddy4-145/+191
2015-11-11mpt2sas: Use mpi headers from mpt3sasChristoph Hellwig10-7605/+6
2015-11-09stex: Remove use of struct timevalTina Ruchandani1-10/+3
2015-11-09scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2015-11-09bnx2fc: Update version number to 2.9.6.Chad Dupuis2-2/+2
2015-11-09bnx2fc: Remove explicit logouts.Chad Dupuis4-85/+12
2015-11-09bnx2fc: Fix FCP RSP residual parsing.Chad Dupuis1-1/+4
2015-11-09bnx2fc: Set ELS transfer length correctly for middle path commands.Chad Dupuis2-2/+7
2015-11-09bnx2fc: Remove 'NetXtreme II' from source files.Chad Dupuis11-15/+14
2015-11-09bnx2fc: Update copyright for 2015.Chad Dupuis10-20/+20
2015-11-09st: allow debug output to be enabled or disabled via sysfsSeymour, Shane M1-0/+30
2015-11-09libfc: Use the correct function name in kernel-doc comment.Sebastian Herbszt1-1/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig29-116/+19
2015-11-09bnx2fc: reduce stack usage in __bnx2fc_enableArnd Bergmann1-4/+9
2015-11-09lpfc: fix memory leak and NULL dereferenceSudip Mukherjee1-1/+7
2015-11-09fcoe: use continue instead of goto+labelJiri Slaby1-2/+1
2015-11-09pm80xx: remove the SCSI host before detaching from SAS transportBenjamin Rood1-1/+1
2015-11-09mvsas: remove SCSI host before detaching from SAS transportJack Wang1-1/+1
2015-11-09aic94xx: remove SCSI host before detaching from SAS transportJack Wang1-1/+1
2015-11-09isci: remove SCSI host before detaching from SAS transportJack Wang1-2/+2
2015-11-09scsi: Fix a bdi reregistration raceBart Van Assche1-3/+11
2015-11-09ipr: Driver version 2.6.3.Gabriel Krisman Bertazi1-2/+2
2015-11-09FlashPoint: fix build warningSudip Mukherjee1-1/+1
2015-11-09ipr: Issue Configure Cache Parameters command.Gabriel Krisman Bertazi2-1/+62
2015-11-09ipr: Inquiry IOA page 0xC4 during initialization.Gabriel Krisman Bertazi2-1/+45
2015-11-09ipr: Don't set NO_ULEN_CHK bit when resource is a vset.Gabriel Krisman Bertazi1-3/+7
2015-11-09ipr: Add delay to ensure coherent dumps.Gabriel Krisman Bertazi2-12/+42
2015-11-09scsi: storvsc: Fix a bug in the handling of SRB status flagsK. Y. Srinivasan1-1/+4
2015-11-09storvsc: get rid of bounce bufferVitaly Kuznetsov1-281/+5
2015-11-09storvsc: Don't set the SRB_FLAGS_QUEUE_ACTION_ENABLE flagK. Y. Srinivasan1-2/+1
2015-11-09aacraid: Update driver versionMahesh Rajashekhara1-1/+1
2015-11-09aacraid: Use pci_enable_msix_range()Mahesh Rajashekhara2-15/+7
2015-11-09aacraid: IOCTL fixMahesh Rajashekhara1-0/+5
2015-11-09aacraid: Reset irq affinity hintsMahesh Rajashekhara3-75/+88
2015-11-09aacraid: Tune response path if IsFastPath bit setMahesh Rajashekhara1-122/+137
2015-11-09aacraid: Enable 64bit write to controller registerMahesh Rajashekhara3-2/+20
2015-11-09aacraid: Change interrupt mode to MSI for Series 6Mahesh Rajashekhara2-2/+2
2015-11-09aacraid: Add Power Management supportMahesh Rajashekhara6-78/+232
2015-11-09aacraid: Fix for LD name and UID not exposed to OSMahesh Rajashekhara1-2/+2
2015-11-09be2iscsi: Bump the driver versionJohn Soni Jose1-1/+1
2015-11-09be2iscsi: Fix updating the next pointer during WRB postingJohn Soni Jose4-23/+75
2015-11-09drivers/scsi/cxgbi: fix build with EXTRA_CFLAGSJiri Slaby2-2/+2
2015-11-09scsi: ufs-qcom: add QUniPro hardware support and power optimizationsYaniv Gardi4-181/+525
2015-11-09scsi: ufs-qcom: add debug prints for test busYaniv Gardi4-4/+208
2015-11-09scsi: ufs: make the UFS variant a platform deviceYaniv Gardi5-73/+139
2015-11-09scsi: ufs: creates wrapper functions for vopsYaniv Gardi3-66/+137
2015-11-09scsi: ufs: add ufshcd_get_variant ufshcd_set_variantYaniv Gardi2-17/+38
2015-11-09scsi: ufs-qcom: update configuration option of SCSI_UFS_QCOM componentYaniv Gardi1-1/+1
2015-11-09scsi: ufs-qcom: fix compilation warning if compiled as a moduleYaniv Gardi1-1/+6
2015-11-09hpsa: move lockup_detected attribute to host attrTomas Henzl1-1/+1
2015-11-09hpsa: bump the driver versionDon Brace1-2/+5
2015-11-09hpsa: add in sas transport classKevin Barnett3-21/+570
2015-11-09hpsa: fix multiple issues in path_info_showRasmus Villemoes1-21/+17
2015-11-09hpsa: enhance device messagesDon Brace1-5/+40
2015-11-09hpsa: disable report lun data cachingScott Teel2-0/+88
2015-11-09hpsa: add discovery polling for PT RAID devices.Scott Teel2-0/+70
2015-11-09hpsa: eliminate fake lun0 enclosuresScott Teel1-68/+0
2015-11-09hpsa: generalize external arraysScott Teel3-26/+125
2015-11-09hpsa: move scsi_add_device and scsi_remove_device calls to new functionKevin Barnett1-26/+45
2015-11-09hpsa: refactor hpsa_figure_bus_target_lunKevin Barnett2-13/+17
2015-11-09hpsa: enhance hpsa_get_device_idDon Brace1-3/+20
2015-11-09hpsa: add function is_logical_deviceKevin Barnett1-7/+12
2015-11-09hpsa: simplify update scsi devicesKevin Barnett2-9/+14
2015-11-09hpsa: simplify check for device exposureKevin Barnett2-19/+12
2015-11-09hpsa: correct ioaccel2 sg chain lenDon Brace1-2/+3
2015-11-09hpsa: correct check for non-disk devicesDon Brace2-15/+15
2015-11-09hpsa: fix physical target resetScott Teel2-6/+29
2015-11-09hpsa: fix hpsa_adjust_hpsa_scsi_tableDon Brace2-0/+17
2015-11-09hpsa: correct transfer length for 6 byte read/write commandsDon Brace1-13/+6
2015-11-09hpsa: abandon rescans on memory alloaction failures.Don Brace1-5/+19
2015-11-09hpsa: allow driver requested rescansDon Brace2-2/+16
2015-11-09hpsa: fix null device issuesDon Brace1-5/+17
2015-11-09hpsa: check for null arguments to dev_printkDon Brace1-0/+3
2015-11-09hpsa: change devtype to unsignedDon Brace1-1/+1
2015-11-09hpsa: remove unused hpsa_tag_discard_error_bitsDon Brace1-10/+1
2015-11-09hpsa: stop zeroing reset_cmds_out and ioaccel_cmds_out during rescanDon Brace1-2/+0
2015-11-09hpsa: remove unused parameter hostnoDon Brace1-16/+14
2015-11-09scsi_sysfs: Fix queue_ramp_up_period return codePeter Oberparleiter1-1/+1
2015-11-09scsi: Export SCSI Inquiry data to sysfsJohannes Thumshirn1-0/+24
2015-11-09megaraid_sas: Fix sparse warningSumit Saxena1-1/+1
2015-11-09megaraid_sas: Make tape drives visible on PERC5 controllersSumit Saxena2-3/+18
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+3
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-7/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2-3/+3
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds36-1136/+1306
2015-11-05scsi: restart list search after unlock in scsi_remove_targetChristoph Hellwig1-12/+4
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2015-11-04Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+96
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+18
2015-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-11-02sg: Fix double-free when drives detach during SG_IOCalvin Owens1-1/+7
2015-11-02pm80xx: avoid a panic if MSI(X) interrupts are disabledBenjamin Rood1-5/+11
2015-11-02pm80xx: wait a minimum of 500ms before issuing commands to SPCvBenjamin Rood1-0/+13
2015-11-02pm80xx: do not examine registers for iButton feature if ATTO adapterBenjamin Rood1-0/+2
2015-11-02pm80xx: set PHY profiles for ATTO 12Gb SAS controllersBenjamin Rood3-0/+164
2015-11-02pm80xx: add support for ATTO devices during SAS address initiailizationBenjamin Rood1-0/+10
2015-11-02pm80xx: add ATTO PCI IDs to pm8001_pci_tableBenjamin Rood1-0/+14
2015-11-02pm80xx: add support for PMC Sierra 8070 and PMC Sierra 8072 SAS controllersBenjamin Rood3-2/+8
2015-11-02pm80xx: configure PHY settings based on subsystem vendor IDBenjamin Rood1-6/+20
2015-11-02SCSI: Increase REPORT_LUNS timeoutBrian King1-1/+2
2015-11-02megaraid_sas : Remove debug print from function megasas_update_span_setsumit.saxena@avagotech.com1-4/+0
2015-11-02megaraid_sas : Driver version upgradesumit.saxena@avagotech.com1-2/+2
2015-11-02megaraid_sas : SMAP restriction--do not access user memory from IOCTL codesumit.saxena@avagotech.com1-2/+11
2015-10-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-2/+12
2015-10-30cxlflash: Fix to avoid bypassing context cleanupMatthew R. Ochs1-4/+1
2015-10-30cxlflash: Fix to avoid lock instrumentation rejectionMatthew R. Ochs1-0/+1
2015-10-30cxlflash: Fix to avoid corrupting port selection maskMatthew R. Ochs2-19/+18
2015-10-30cxlflash: Fix to escalate to LINK_RESET on login timeoutManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to avoid leaving dangling interrupt resourcesMatthew R. Ochs1-12/+16
2015-10-30cxlflash: Fix to avoid potential deadlock on EEHMatthew R. Ochs3-1/+60
2015-10-30cxlflash: Correct trace stringMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to avoid corrupting adapter fopsMatthew R. Ochs3-12/+3
2015-10-30cxlflash: Fix to double the delay each timeManoj Kumar1-1/+1
2015-10-30cxlflash: Fix to prevent stale AFU RRQMatthew R. Ochs1-0/+3
2015-10-30cxlflash: Correct spelling, grammar, and alignment mistakesMatthew R. Ochs5-48/+38
2015-10-30cxlflash: Fix to prevent EEH recovery failureMatthew R. Ochs1-0/+9
2015-10-30cxlflash: Fix MMIO and endianness errorsMatthew R. Ochs5-23/+24
2015-10-30cxlflash: Fix function prolog parameters and return codesMatthew R. Ochs1-44/+26
2015-10-30cxlflash: Remove unnecessary scsi_block_requestsMatthew R. Ochs1-2/+0
2015-10-30cxlflash: Correct behavior in device reset handler following EEHMatthew R. Ochs1-3/+2
2015-10-30cxlflash: Fix to prevent workq from accessing freed memoryMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Correct usage of scsi_host_put()Matthew R. Ochs1-1/+2
2015-10-30cxlflash: Fix AFU version access/storage and add checkMatthew R. Ochs3-8/+14
2015-10-30cxlflash: Remove dual port online dependencyMatthew R. Ochs1-17/+10
2015-10-30cxlflash: Fix async interrupt bypass logicMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix host link up event handlingMatthew R. Ochs3-4/+15
2015-10-30cxlflash: Fix location of setting residMatthew R. Ochs1-12/+8
2015-10-30cxlflash: Fix to avoid stall while waiting on TMFMatthew R. Ochs2-22/+34
2015-10-30cxlflash: Fix to avoid spamming the kernel logMatthew R. Ochs1-50/+59
2015-10-30cxlflash: Refine host/device attributesMatthew R. Ochs1-42/+138
2015-10-30cxlflash: Make functions staticMatthew R. Ochs2-479/+474
2015-10-30cxlflash: Correct naming of limbo state and waitqMatthew R. Ochs3-22/+22
2015-10-30cxlflash: Fix to avoid CXL services during EEHMatthew R. Ochs3-41/+77
2015-10-30cxlflash: Fix context encode mask widthMatthew R. Ochs1-1/+1
2015-10-30cxlflash: Fix to avoid sizeof(bool)Matthew R. Ochs2-2/+2
2015-10-30cxlflash: Fix data corruption when vLUN used over multiple cardsMatthew R. Ochs1-8/+8
2015-10-30cxlflash: Fix potential oops following LUN removalMatthew R. Ochs1-12/+23
2015-10-30cxlflash: Fix read capacity timeoutManoj Kumar3-8/+7
2015-10-30cxlflash: Replace magic numbers with literalsManoj Kumar3-3/+9
2015-10-30cxlflash: Fix to avoid invalid port_sel valueManoj Kumar1-3/+6
2015-10-29megaraid_sas: Make PI enabled VD 8 byte DMA alignedsumit.saxena@avagotech.com1-0/+34
2015-10-29megaraid_sas: Initialize tasklet before setting up IRQssumit.saxena@avagotech.com1-2/+3
2015-10-29megaraid_sas: Indicate online firmware upgrade support for Secure JBOD featuresumit.saxena@avagotech.com1-4/+4
2015-10-29megaraid_sas: Update OCR capability on controller properties changesumit.saxena@avagotech.com2-4/+8
2015-10-29megaraid_sas: Do not use PAGE_SIZE for max_sectorssumit.saxena@avagotech.com2-1/+3
2015-10-29megaraid_sas: Support for Cutlass (12 Gbps) controllersumit.saxena@avagotech.com3-0/+23