summaryrefslogtreecommitdiffstats
path: root/drivers/message/fusion
Commit message (Expand)AuthorAgeFilesLines
* net: use core MTU range checking in misc driversJarod Wilson2016-10-201-11/+4Star
* scsi: fusion: Fix error return code in mptfc_probe()Wei Yongjun2016-09-141-1/+3
* scsi: mpt: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-3/+4
* scsi: mptfc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-021-1/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-05-192-3/+3
|\
| * mptsas: fix checks for dma mapping errorsAlexey Khoroshilov2016-04-301-2/+2
| * scsi: disable automatic target scanHannes Reinecke2016-04-111-1/+1
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* mptbase: fixup error handling paths in mpt_attach()Ewan D. Milne2016-02-241-7/+33
* mptfusion: hide unused seq_mpt_print_ioc_summary functionArnd Bergmann2016-02-241-0/+2
* Merge tag '4.4-scsi-mkp' into miscJames Bottomley2015-11-121-0/+4
|\
| * mptfusion: don't allow negative bytes in kbuf_alloc_2_sgl()Dan Carpenter2015-11-121-0/+4
* | scsi: use host wide tags by defaultChristoph Hellwig2015-11-101-1/+0Star
|/
* mptfusion: prevent some memory corruptionDan Carpenter2015-08-261-0/+9
* fusion: remove dead MTRR codeLuis R. Rodriguez2015-06-132-25/+0Star
* mptsas: fix depth param in scsi_track_queue_fullTomas Henzl2015-06-131-2/+2
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-242-11/+4Star
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-0/+1
* mptfusion: don't change queue type in ->change_queue_depthChristoph Hellwig2014-11-121-6/+1Star
* scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-3/+2Star
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-10-083-13/+7Star
|\
| * mptfusion: enable no_write_same for vmware scsi disksChris J Arges2014-09-251-0/+5
| * fusion: fix excess parameter kernel-doc warningRandy Dunlap2014-09-161-1/+0Star
| * mptfusion: simplify roundingRasmus Villemoes2014-09-162-12/+2Star
* | scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap2014-09-161-1/+1
|/
* mptfusion: tweak null pointer checksJoe Lawrence2014-07-253-44/+37Star
* mptfusion: combine fw_event_work and its event_dataJoe Lawrence2014-07-252-11/+7Star
* mptfusion: make adapter prod_name[] a pointerJoe Lawrence2014-07-252-7/+6Star
* mptfusion: use memdup_userJoe Lawrence2014-07-251-13/+5Star
* mptfusion: remove redundant kfree checksJoe Lawrence2014-07-252-4/+2Star
* mptfusion: mark file-private functions as staticJoe Lawrence2014-07-253-5/+5
* scsi: convert device_busy to atomic_tChristoph Hellwig2014-07-251-1/+1
* scsi: use 64-bit LUNsHannes Reinecke2014-07-174-13/+13
* mptfusion: fix msgContext in mptctl_hp_hostinfoTomas Henzl2014-05-281-3/+3
* fusion: Remove use of DEF_SCSI_QCMDMatthew Wilcox2014-05-285-26/+18Star
* fusion: Add free msg frames to the head, not tail of listMatthew Wilcox2014-05-281-1/+1
* Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-301-4/+4
|\
| * block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-241-4/+4
* | MPT / PCI: Use pci_stop_and_remove_bus_device_locked()Rafael J. Wysocki2014-01-141-1/+1
|/
* 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
* | mptctl: don't wank with fasync in ->release()Al Viro2013-04-291-8/+0Star
* | procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-2/+2
* | fusion: switch to ->show_info()Al Viro2013-04-095-95/+11Star
|/
* Drivers: message: remove __dev* attributes.Greg Kroah-Hartman2013-01-043-7/+6Star
* drivers/message/fusion/mptscsih.c: missing breakAlan Cox2012-12-191-0/+1
* [SCSI] Fusion MPT: disable pci device when mpt map resoures failedHanjun Guo2012-09-141-7/+11
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-012-11/+5Star
|\
| * drivers/message/fusion: use pci_dev->revisionSergei Shtylyov2012-06-012-11/+5Star