aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptsas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King1-18/+18
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-09-11scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King1-4/+4
2018-07-10scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-1/+1
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King1-1/+1
2018-04-18scsi: mptsas: Disable WRITE SAMEMartin K. Petersen1-0/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-1/+1
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headColin Ian King1-1/+0
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-42/+37
2017-08-25scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke1-4/+3
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-1/+1
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2016-04-29mptsas: fix checks for dma mapping errorsAlexey Khoroshilov1-2/+2
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-06-13mptsas: fix depth param in scsi_track_queue_fullTomas Henzl1-2/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-07-25mptfusion: tweak null pointer checksJoe Lawrence1-27/+25
2014-07-25mptfusion: combine fw_event_work and its event_dataJoe Lawrence1-10/+6
2014-07-25mptfusion: mark file-private functions as staticJoe Lawrence1-3/+3
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig1-1/+1
2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-6/+4
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+4
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+3
2013-04-09fusion: switch to ->show_info()Al Viro1-1/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageKent Overstreet1-3/+3
2013-01-03Drivers: message: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2011-12-15[SCSI] mptsas: Add device ID for SAS1068_820XELP.Chandrakala Chavva1-0/+2
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com1-0/+9
2011-08-27[SCSI] mptfusion: Avoid out of order Event processing due to cpu migrationkashyap.desai@lsi.com1-7/+9
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com1-0/+2
2011-08-27[SCSI] mptfusion: Set max sector count module parameterkashyap.desai@lsi.com1-0/+20
2011-05-17[SCSI] mptsas: Fix annoying warningBorislav Petkov1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-02-12[SCSI] mptfusion: Remove bus reset for mptsas moduleKashyap, Desai1-1/+0
2011-02-12[SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai1-1/+5
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+3
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-07-28[SCSI] mptfusion: Extra debug prints added relavent to Device missing delay error handlingKashyap, Desai1-5/+10
2010-07-28[SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai1-1/+124
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga1-2/+3
2010-07-27[SCSI] mptsas: fixed hot-removal processingKei Tokunaga1-1/+1
2010-07-27[SCSI] mptfusion: Added code for occationally SATA hotplug failure.Kashyap, Desai1-1/+30
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai1-18/+41
2010-07-27[SCSI] mptfusion: Added sanity to check B_T mapping for device before adding to OSKashyap, Desai1-0/+37
2010-07-27[SCSI] mptfusion: Corrected declaration of device_missing_delayKashyap, Desai1-2/+2
2010-04-11[SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai1-5/+11