aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion/mptscsih.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: core: Add a dma_alignment field to the host and host templateChristoph Hellwig1-2/+0
2023-10-13scsi: message: fusion: Correct definitions for mptscsih_dev_reset()Hannes Reinecke1-1/+54
2023-03-09scsi: message: fusion: Avoid flush_scheduled_work() usageTetsuo Handa1-1/+0
2021-10-16scsi: message: fusion: Switch to attribute groupsBart Van Assche1-14/+22
2021-10-16scsi: message: fusion: Call scsi_done() directlyBart Van Assche1-5/+5
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2020-12-01scsi: message: fusion: Remove in_interrupt() usage in mpt_config()Thomas Gleixner1-1/+1
2020-10-26scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller1-5/+8
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2020-09-01scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan1-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-24scsi: mptscsih: Fix read sense data sizeTomas Henzl1-3/+1
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King1-1/+1
2017-04-24scsi: mpt: Move scsi_remove_host() out of mptscsih_remove_host()Hannes Reinecke1-2/+0
2016-11-08scsi: mptscsih: Remove bogus interpretation of request->ioprioChristoph Hellwig1-8/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-9/+3
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig1-6/+1
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-3/+2
2014-07-25mptfusion: tweak null pointer checksJoe Lawrence1-11/+8
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-7/+7
2014-05-28fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox1-5/+3
2013-04-09fusion: switch to ->show_info()Al Viro1-91/+7
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2011-09-22[SCSI] mptfusion: Added check for SILI bit in READ_16 CDB for DATA UNDERRUN E...nagalakshmi.nandigama@lsi.com1-1/+2
2011-08-27[SCSI] mptfusion: Fix for device offline while doing aggressive HBA resetkashyap.desai@lsi.com1-2/+10
2011-08-27[SCSI] mptfusion: Better handling of DEAD IOC PCI-E Link down error conditionkashyap.desai@lsi.com1-1/+2
2011-07-27[SCSI] mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN E...Kashyap, Desai1-1/+1
2011-05-01[SCSI] mptfusion: Remove debug print from mptscsih_qcmd()Kashyap, Desai1-4/+1
2011-05-01[SCSI] fusion: do not check serial_number in the abort handlerChristoph Hellwig1-5/+3
2011-02-12[SCSI] mptfusion: Fix Incorrect return value in mptscsih_dev_resetKashyap, Desai1-3/+4
2010-07-28[SCSI] mptfusion: Block Error handling for deleting devices or Device in DMDKashyap, Desai1-9/+31
2010-07-27[SCSI] mptfusion: print Doorbell register in a case of hard reset and timeoutKei Tokunaga1-4/+8
2010-07-27[SCSI] mptfusion: schedule_target_reset from all Reset contextKashyap, Desai1-0/+2
2010-07-27[SCSI] mptfusion: Use DID_TRANSPORT_DISRUPTED instead of DID_BUS_BUSYKashyap, Desai1-1/+3
2010-07-27[SCSI] mptsas: fix hangs caused by ATA pass-throughRyan Kuester1-0/+2
2010-05-24fusion: fix kernel-doc notationBen Hutchings1-4/+2
2010-04-11[SCSI] mptfusion: Task abort is not supported for VolumesKashyap, Desai1-1/+13
2010-04-11[SCSI] mptfusion: sanity check for vdevice pointer is addedKashyap, Desai1-0/+2
2010-04-11[SCSI] mptfusion: mpt_detach is called properly at the time of rmmodKashyap, Desai1-5/+0
2010-04-11[SCSI] mptfusion: Added new less expensive RESET (Message Unit Reset)Kashyap, Desai1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+7
2010-02-08[SCSI] mptfusion : mptscsih_abort return value should be SUCCESS instead of v...Kashyap, Desai1-1/+1
2010-01-18[SCSI] mptfusion: Added MPI_SCSIIO_CONTROL_HEADOFQ priorityKashyap, Desai1-2/+7
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-2/+7
2009-10-29[SCSI] mptspi: Fix for incorrect data underrun errataKashyap, Desai1-5/+81
2009-09-12[SCSI] mptsas : Send DID_NO_CONNECT for pending IOs of removed deviceKashyap, Desai1-1/+11
2009-08-22[SCSI] mptsas : set max_id to infinite value.Kashyap, Desai1-1/+4
2009-08-22[SCSI] mptsas : Handle INSUFFICIENT resources status as similar to IOC BUSY s...Kashyap, Desai1-1/+1
2009-08-22[SCSI] mptsas : Removed mptscsih_timer_expired.Kashyap, Desai1-48/+0
2009-06-14fusion: fix recent kernel-doc problemsRandy Dunlap1-2/+2
2009-06-09[SCSI] mpt fusion: fix up doc book commentsJames Bottomley1-4/+1
2009-06-09[SCSI] mpt fusion: Added support for Broadcast primitives Event handlingKashyap, Desai1-0/+21
2009-06-09[SCSI] mpt fusion: RAID device handling and Dual port Raid support is addedKashyap, Desai1-2/+83
2009-06-09[SCSI] mpt fusion: Code Cleanup patchKashyap, Desai1-112/+62
2009-06-09[SCSI] mpt fusion: rewrite of ioctl_cmds internal generated functionKashyap, Desai1-2/+0
2009-06-09[SCSI] mpt fusion: Adding DeviceResetCtx for internal Device reset frameKashyap, Desai1-15/+4
2009-06-09[SCSI] mpt fusion: rewrite taskmgmt request and completion routinesKashyap, Desai1-295/+164
2009-06-09[SCSI] mpt fusion: rewrite of all internal generated functionsKashyap, Desai1-303/+211
2009-06-09[SCSI] mpt fusion: Fixing 1078 data corruption issue for 36GB memory regionKashyap, Desai1-83/+19
2009-01-13[SCSI] mpt fusion: Add Firmware debug supportKashyap, Desai1-0/+3
2008-12-16[SCSI] mpt fusion: clear list of outstanding commands on host resetJames Bottomley1-0/+3
2008-10-23[SCSI] mptfusion: Increase scsi-timeouts, similariy to the LSI 4.x driver.Bernd Schubert1-2/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-06-05[SCSI] mpt fusion : Updated copyright statment with 2008 includedPrakash, Sathya1-1/+1
2008-05-27[SCSI] fusion mpt: fix target missing after resetting external raidMichael Reed1-8/+0
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones1-54/+68
2008-04-07[SCSI] mpt fusion: convert inactive_list_mutex to a mutexMatthias Kaehlcke1-4/+4
2008-03-18[SCSI] mpt fusion: Power Management fixes for MPT SAS PCI-E controllersPrakash, Sathya1-1/+10
2008-03-03docbook: fix fusion source filesRandy Dunlap1-9/+5
2008-02-03drivers/message/: Spelling fixesJoe Perches1-1/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-1/+1
2007-10-16Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+3
2007-10-16Fusion: sg chaining supportJens Axboe1-3/+3
2007-10-15docbook: fix kernel-api contentRandy Dunlap1-7/+3
2007-10-12[SCSI] mpt fusion: fix up fusion prints using the sdev_printk, dev_printk, an...Eric Moore1-2/+2
2007-10-12[SCSI] mpt fusion: lock down ScsiLookupEric Moore1-77/+135
2007-10-12[SCSI] mpt fusion: add use of shost_priv and remove all the typecastingEric Moore1-42/+32
2007-10-12[SCSI] mpt fusion: removing references to hd->iocEric Moore1-95/+104
2007-10-12[SCSI] mpt fusion: rename vdev to vdeviceEric Moore1-18/+18
2007-10-12[SCSI] mpt fusion: standardize printks and debug infoEric Moore1-68/+72
2007-10-12[SCSI] mpt fusion: Change company name from LSI Logic to LSIPrakash, Sathya1-3/+3
2007-10-12[SCSI] mpt fusion: Usage of high priority request FIFO to send task managemen...Prakash, Sathya1-4/+10
2007-07-28[SCSI] mpt fusion: Changes in mptscsih.c for logging supportPrakash, Sathya1-186/+260
2007-07-18[SCSI] mpt fusion: add sysfs attributes to display IOC parametersPrakash, Sathya1-0/+153
2007-06-17[SCSI] mpt fusion: fix for mounted raid volume filesytem that goes read-onlyEric Moore1-8/+45
2007-06-17[SCSI] mpt fusion: cleanup eh handlersEric Moore1-55/+77
2007-06-17[SCSI] mpt fusion: remove unused header - linux_compat.hEric Moore1-1/+0
2007-06-17[SCSI] mpt fusion: update MAINTAINERS (fusion part)Eric Moore1-1/+1
2007-05-30[SCSI] Merge up to linux-2.6 headJames Bottomley1-4/+4
2007-05-29[SCSI] fusion: convert to use the data buffer accessorsFUJITA Tomonori1-59/+19
2007-05-22[SCSI] fusion: Fix |/|| confusionDave Jones1-4/+4
2007-03-20[SCSI] fusion: remove VMWare guest OS remounted as read only work aroundEric Moore1-4/+1
2007-03-20[SCSI] fusion: honour return value of pci_enable_device() in mpt_resume()Horms1-2/+1
2007-03-20[SCSI] fusion: remove unnecessary code in mptscsih_resume()Horms1-12/+0
2007-03-20[SCSI] fusion: kernel-doc warning fixesRandy Dunlap1-5/+10
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-02[SCSI] fusion - bump version - 3.04.04Eric Moore1-1/+1
2007-02-02[SCSI] fusion - error handling bug fix'sEric Moore1-150/+145
2007-02-02[SCSI] fusion - inactive raid support, and raid event bug fix'sEric Moore1-0/+32
2007-02-02[SCSI] fusion - iocstatus, loginfo, and event debug updatesEric Moore1-14/+115
2007-02-02[SCSI] fusion - move SPI API over to mptspi.cEric Moore1-284/+0
2007-02-02[SCSI] fusion - Greater than 255 target and lun supportEric Moore1-219/+82
2007-01-06[SCSI] fusion: MODULE_VERSION supportEric Moore1-1/+2
2007-01-06[SCSI] fusion: power pc and miscellaneous bug fixsEric Moore1-2/+3
2007-01-06[SCSI] fusion: fibre channel: return DID_ERROR for MPI_IOCSTATUS_SCSI_IOC_TER...Eric Moore1-0/+11
2006-12-07[PATCH] kernel-doc: fix fusion and i2o docsRandy Dunlap1-13/+11
2006-07-13[SCSI] mptfusion: task abort fix'sEric Moore1-15/+37
2006-07-13[SCSI] mptfusion: sas nexus loss supportEric Moore1-1/+18
2006-07-13[SCSI] mptfusion: sas enclosures with smart driveEric Moore1-0/+47
2006-06-10[SCSI] mptfc: abort of board reset leaves port dead requiring rebootMichael Reed1-1/+1
2006-06-10[SCSI] mptfusion: move fc event/reset handling to mptfcMichael Reed1-21/+0
2006-04-25[SCSI] - fusion - mptfc bug fix's to prevent deadlock situationsMoore, Eric1-22/+26
2006-04-25[SCSI] mptfusion: bug fix's for raid components adding/deletingMoore, Eric1-1/+1
2006-03-14[SCSI] fusion - exposing raid components in mptsasMoore, Eric1-1/+20
2006-03-14[SCSI] fusion - removing target_id/bus_id from the VirtDevice structureMoore, Eric1-11/+8
2006-03-14[SCSI] fusion - move some debug firmware event debug msgs to verbose levelMoore, Eric1-1/+1
2006-03-12[SCSI] mptscsih: remove unused page 1 setting functionJames Bottomley1-44/+0
2006-03-01[SCSI] mptspi: Add transport class Domain ValidationJames Bottomley1-2314/+88
2006-02-04[SCSI] fusion - mptctl - Event Log FixMoore, Eric1-1/+1
2006-01-31[SCSI] fusion: add message sanity checkMoore, Eric1-1/+14
2006-01-31[SCSI] fusion: unloading the driver - only set asyn narrow for configured dev...Moore, Eric1-6/+8
2006-01-31[SCSI] fusion: add task managment response code infoMoore, Eric1-0/+41
2006-01-31[SCSI] fusion: overrun tape fixMoore, Eric1-1/+2
2006-01-31[SCSI] fusion: setting timeouts in eh threads appropiatley for fc/sas/spiChristoph Hellwig1-3/+17
2006-01-31[SCSI] fusion: fix compileJames Bottomley1-2/+2
2006-01-31[SCSI] fusion: move sas persistent event handling over to the mptsas moduleMoore, Eric1-19/+0
2006-01-14[SCSI] mptfusion - fc transport attributesMichael Reed1-4/+24
2006-01-14[SCSI] fusion: kzalloc / kcalloc conversionChristoph Hellwig1-4/+2
2005-12-13[SCSI] mptfusion - mapping fixs required support for transport layers.Moore, Eric Dean1-380/+365
2005-12-13[SCSI] mptfusion - prep for removing domain validationMoore, Eric Dean1-111/+114
2005-12-13[SCSI] mptfusion - bus_type, change SCSI to SPIMoore, Eric Dean1-15/+15
2005-12-01[SCSI] mptfusion : dv performance fixMoore, Eric Dean1-0/+10
2005-11-07[PATCH] message: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-19[SCSI] fusion SAS support (mptsas driver) minor fixMoore, Eric Dean1-0/+1
2005-09-19[SCSI] fusion SAS support (mptsas driver) updatesMoore, Eric Dean1-214/+233
2005-09-19[SCSI] fusion core changes for SAS supportChristoph Hellwig1-9/+6
2005-09-04[SCSI] fusion: whitespace fixesChristoph Hellwig1-46/+52
2005-09-04[SCSI] fusion: endianess fixesChristoph Hellwig1-12/+12
2005-09-04[SCSI] fusion: extended config header supportChristoph Hellwig1-9/+9
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds1-26/+21
2005-07-01[SCSI] - mptfusion - convert to new change_queue_depth APIMoore, Eric Dean1-26/+21
2005-06-27[PATCH] PCI: make drivers use the pci shutdown callback instead of the driver...Greg Kroah-Hartman1-5/+5
2005-06-20[PATCH] Driver Core: drivers/i2c/chips/w83781d.c - drivers/s390/block/dcssblk...Yani Ioannou1-1/+1
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik1-4/+0
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik1-2/+1
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik1-5/+1
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik1-5/+0
2005-05-20[SCSI] fusion-kfree-cleanupMoore, Eric Dean1-9/+6
2005-05-20[SCSI] mptfusion: mptscsih Split driver supportMoore, Eric Dean1-595/+183
2005-04-16[PATCH] fix u32 vs. pm_message_t in drivers/messagePavel Machek1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+6021