aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateHannes Reinecke1-1/+0
2015-04-17mvsas: fix panic on expander attached SATA devicesJames Bottomley1-4/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-1/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-2/+2
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-27libsas: remove task_collector modeChristoph Hellwig3-136/+5
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-0/+1
2014-11-05libsas: use ata_dev_classify()Hannes Reinecke1-2/+2
2014-08-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-10/+14
2014-06-20drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_interrupt_cause"Chen Gang2-34/+34
2014-06-19scsi: mvsas: mv_sas.c: Fix for possible null pointer dereferenceRickard Strandqvist1-10/+14
2014-06-02mvsas: Recognise device/subsystem 9485/9485 as 88SE9485Ben Hutchings1-0/+9
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-14treewide: Fix typo in printkMasanari Iida1-1/+1
2013-07-23[SCSI] mvsas: Fix kernel panic on tile due to unaligned data accessJames Bottomley2-3/+9
2013-06-04[SCSI] libsas: implement > 16 byte CDB supportJames Bottomley1-1/+2
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device_typeJames Bottomley3-11/+11
2013-04-15[SCSI] mvsas: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4bMyron Stowe1-3/+3
2013-02-22[SCSI] mvsas: fixed timeout issue when removing moduleXiangliang Yu2-2/+9
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman6-23/+21
2012-11-30[SCSI] mvsas: fix undefined bit shiftXi Wang2-13/+3
2012-09-14[SCSI] mvsas: Fix oops when ata commond timeout.Jianpeng Ma1-1/+1
2012-07-20[SCSI] mvsas: remove unused variable in mvs_task_exec()Dan Carpenter1-1/+0
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams1-10/+10
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2-10/+3
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-02-29[SCSI] libsas: async ata scanningDan Williams1-1/+0
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams1-1/+2
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams1-6/+0
2012-02-19[SCSI] libsas: introduce sas_drain_work()Dan Williams1-1/+1
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-1/+0
2011-10-31[SCSI] mv_sas: OCZ RevoDrive3 & zDrive R4 supportRobin H. Johnson1-0/+10
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds5-65/+68
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-1/+1
2011-10-02[SCSI] mvsas: update driver versionXiangliang Yu1-1/+1
2011-10-02[SCSI] mvsas: fixed SMP request watchdog timeout issue.Xiangliang Yu2-0/+5
2011-10-02[SCSI] mvsas: expander write performance enhancementXiangliang Yu2-0/+10
2011-10-02[SCSI] mvsas: change SL mode0 register valueXiangliang Yu1-0/+8
2011-10-02[SCSI] mvsas: fixed wrong destination when hiting NAK for command frameXiangliang Yu1-0/+10
2011-10-02[SCSI] mvsas: fixed some disk spin up issueXiangliang Yu2-0/+16
2011-10-02[SCSI] mvsas: add support for 9480 device idXiangliang Yu1-0/+9
2011-10-02[SCSI] mvsas: fix expander link errorXiangliang Yu1-3/+3
2011-10-02[SCSI] mvsas: remove mvs_slave_{alloc|configure}Dan Williams3-34/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina9-484/+975
2011-09-15Remove unneeded version.h includes from drivers/scsi/Jesper Juhl1-1/+0
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-26/+3
2011-07-26[SCSI] mvsas: Add support for interrupt taskletXiangliang Yu5-26/+40
2011-07-26[SCSI] mvsas: update commentsXiangliang Yu7-55/+24
2011-07-26[SCSI] mvsas: misc improvementsXiangliang Yu7-113/+127