summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptsas.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: mptfusion: fix indentation issuesColin Ian King2019-03-191-18/+18
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
* scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King2018-09-121-4/+4
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-111-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-1/+1
|\
| * scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King2018-05-081-1/+1
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-1/+1
* | scsi: mptsas: Disable WRITE SAMEMartin K. Petersen2018-04-191-0/+1
|/
* treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* scsi: mptsas: remove duplicated assignment to pointer headColin Ian King2018-01-171-1/+0Star
* scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-301-42/+37Star
* scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke2017-08-251-4/+3Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-1/+1
|\
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-071-1/+1
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-4/+4
|/
* mptsas: fix checks for dma mapping errorsAlexey Khoroshilov2016-04-301-2/+2
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
* mptsas: fix depth param in scsi_track_queue_fullTomas Henzl2015-06-131-2/+2
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-0/+1
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-251-27/+25Star
* mptfusion: combine fw_event_work and its event_dataJoe Lawrence2014-07-251-10/+6Star
* mptfusion: mark file-private functions as staticJoe Lawrence2014-07-251-3/+3
* scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-251-1/+1
* fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-281-6/+4Star
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-241-4/+4
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-3/+3
|\
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-3/+3
* | fusion: switch to ->show_info()Al Viro2013-04-091-1/+1
|/
* Drivers: message: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* [SCSI] mptsas: Add device ID for SAS1068_820XELP.Chandrakala Chavva2011-12-151-0/+2
* [SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com2011-08-271-0/+9
* [SCSI] mptfusion: Avoid out of order Event processing due to cpu migrationkashyap.desai@lsi.com2011-08-271-7/+9
* [SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com2011-08-271-0/+2
* [SCSI] mptfusion: Set max sector count module parameterkashyap.desai@lsi.com2011-08-271-0/+20
* [SCSI] mptsas: Fix annoying warningBorislav Petkov2011-05-171-2/+2
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* [SCSI] mptfusion: Remove bus reset for mptsas moduleKashyap, Desai2011-02-121-1/+0Star
* [SCSI] mptfusion: Support SAS2.0 Devices with SAS1.0 ControllersKashyap, Desai2011-02-121-1/+5
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+3
|\
| * SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* [SCSI] mptfusion: Extra debug prints added relavent to Device missing delay e...Kashyap, Desai2010-07-281-5/+10
* [SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai2010-07-281-1/+124
* [SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga2010-07-271-2/+3
* [SCSI] mptsas: fixed hot-removal processingKei Tokunaga2010-07-271-1/+1
* [SCSI] mptfusion: Added code for occationally SATA hotplug failure.Kashyap, Desai2010-07-271-1/+30
* [SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai2010-07-271-18/+41
* [SCSI] mptfusion: Added sanity to check B_T mapping for device before adding ...Kashyap, Desai2010-07-271-0/+37
* [SCSI] mptfusion: Corrected declaration of device_missing_delayKashyap, Desai2010-07-271-2/+2
* [SCSI] mptfusion: Proper error handling is added after mpt_config timeoutKashyap, Desai2010-04-111-5/+11