summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptsas.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-05-141-0/+1
|\
| * scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig2024-04-111-0/+1
* | scsi: mptfusion: Avoid possible run-time warning with long manufacturer stringsKees Cook2024-04-251-9/+5
|/
* scsi: message: fusion: Replace deprecated strncpy() with strscpy()Justin Stitt2023-10-091-8/+8
* scsi: message: fusion: Declare SCSI host template members constBart Van Assche2023-03-241-1/+1
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-221-4/+4
* scsi: message: fusion: Use GFP_KERNEL instead of GFP_ATOMIC in non-atomic con...Christophe JAILLET2022-02-271-1/+1
* scsi: message: fusion: mptsas: Use dma_alloc_coherent()Christophe JAILLET2022-01-101-20/+20
* scsi: message: fusion: Use dma_alloc_coherent() in mptsas_exp_repmanufacture_...Christophe JAILLET2022-01-101-1/+2
* scsi: message: fusion: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-101-25/+26
* scsi: message: fusion: Switch to attribute groupsBart Van Assche2021-10-161-1/+1
* scsi: message: fusion: Call scsi_done() directlyBart Van Assche2021-10-161-1/+1
* scsi: message: fusion: Documentation cleanupRandy Dunlap2021-05-101-56/+63
* scsi: message: fusion: Remove unused local variable 'vtarget'Jiapeng Chong2021-04-131-2/+0
* scsi: message: fusion: Use BUG_ON instead of if condition followed by BUGzhouchuangao2021-04-051-4/+2
* scsi: core: Add scsi_device_busy() wrapperMing Lei2021-03-041-1/+1
* scsi: message: fusion: Remove in_interrupt() usage in mptsas_cleanup_fw_event...Sebastian Andrzej Siewior2020-12-011-10/+35
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* scsi: mptfusion: fix indentation issuesColin Ian King2019-03-191-18/+18
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King2018-09-111-4/+4
* scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva2018-07-101-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-181-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/+0
* scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig2017-08-291-42/+37
* scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke2017-08-251-4/+3
* 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-061-1/+1
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-4/+4
|/
* mptsas: fix checks for dma mapping errorsAlexey Khoroshilov2016-04-291-2/+2
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0
* 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/+25
* mptfusion: combine fw_event_work and its event_dataJoe Lawrence2014-07-251-10/+6
* 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/+4
* block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-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-031-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