summaryrefslogtreecommitdiff
path: root/drivers/message/fusion/mptsas.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10scsi: message: fusion: Replace deprecated strncpy() with strscpy()Justin Stitt1-8/+8
2023-03-25scsi: message: fusion: Declare SCSI host template members constBart Van Assche1-1/+1
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche1-4/+4
2022-02-28scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET1-1/+1
2022-01-10scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET1-20/+20
2022-01-10scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET1-1/+2
2022-01-10scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-25/+26
2021-10-17scsi: message: fusion: Switch to attribute groupsBart Van Assche1-1/+1
2021-10-17scsi: message: fusion: Call scsi_done() directlyBart Van Assche1-1/+1
2021-05-10scsi: message: fusion: Documentation cleanupRandy Dunlap1-56/+63
2021-04-13scsi: message: fusion: Remove unused local variable 'vtarget'Jiapeng Chong1-2/+0
2021-04-06scsi: message: fusion: Use BUG_ON instead of if condition followed by BUGzhouchuangao1-4/+2
2021-03-05scsi: core: Add scsi_device_busy() wrapperMing Lei1-1/+1
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior1-10/+35
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-03-20scsi: mptfusion: fix indentation issuesColin Ian King1-18/+18
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-09-12scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King1-4/+4
2018-07-11scsi: 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-19scsi: 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-30scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig1-42/+37
2017-08-26scsi: 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-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-1/+1
2017-01-28block: split scsi_request out of struct requestChristoph Hellwig1-4/+4
2016-04-30mptsas: fix checks for dma mapping errorsAlexey Khoroshilov1-2/+2
2015-11-10scsi: 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-26mptfusion: tweak null pointer checksJoe Lawrence1-27/+25
2014-07-26mptfusion: combine fw_event_work and its event_dataJoe Lawrence1-10/+6
2014-07-26mptfusion: 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-24block: 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-24block: Remove some unnecessary bi_vcnt usageKent Overstreet1-3/+3
2013-01-04Drivers: 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