aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas/mv_sas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-2/+2
2017-11-01scsi: sas: Convert timers to use timer_setup()Kees Cook1-8/+7
2017-08-07scsi: mvsas: Replace PCI pool old APIRomain Perier1-3/+3
2016-10-31mvsas: fix error return code in mvs_task_prep()Wei Yongjun1-1/+3
2016-09-26scsi: mvsas: Mark symbols static where possibleBaoyou Xie1-8/+8
2016-05-09libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke1-1/+2
2016-05-09libsas: enable FPDMA SEND/RECEIVEHannes Reinecke1-1/+3
2016-01-06mvsas: Add SGPIO support to Marvell 94xxWilfried Weissmann1-0/+13
2015-11-30mvsas: fix misleading indentationLuis de Bethencourt1-2/+2
2015-10-27mvsas: Fix NULL pointer dereference in mvs_slot_task_freeDāvis Mosāns1-0/+2
2015-04-17mvsas: fix panic on expander attached SATA devicesJames Bottomley1-4/+1
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-2/+2
2014-11-27libsas: remove task_collector modeChristoph Hellwig1-105/+4
2014-11-05libsas: use ata_dev_classify()Hannes Reinecke1-2/+2
2014-06-19scsi: mvsas: mv_sas.c: Fix for possible null pointer dereferenceRickard Strandqvist1-10/+14
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 Bottomley1-3/+8
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 Bottomley1-8/+8
2013-02-22[SCSI] mvsas: fixed timeout issue when removing moduleXiangliang Yu1-2/+8
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
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 Torvalds1-8/+3
2012-03-20scsi: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
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
2011-10-02[SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams1-1/+1
2011-10-02[SCSI] mvsas: fixed some disk spin up issueXiangliang Yu1-0/+12
2011-10-02[SCSI] mvsas: fix expander link errorXiangliang Yu1-3/+3
2011-10-02[SCSI] mvsas: remove mvs_slave_{alloc|configure}Dan Williams1-30/+0
2011-08-27[SCSI] libsas: export sas_alloc_task()Dan Williams1-26/+3
2011-07-26[SCSI] mvsas: update commentsXiangliang Yu1-13/+1
2011-07-26[SCSI] mvsas: misc improvementsXiangliang Yu1-56/+53
2011-07-26[SCSI] mvsas: Add new macros and functionsXiangliang Yu1-15/+79
2011-07-26[SCSI] mvsas: Remove unused macros, variables and functionsXiangliang Yu1-159/+4
2011-07-26[SCSI] mvsas: fix 94xx hotplug issueXiangliang Yu1-16/+12
2011-07-26[SCSI] mvsas: Add support for Non specific NCQ error interruptXiangliang Yu1-0/+14
2011-05-01[SCSI] mvsas: add support for Task collector mode and fixed relative bugsXiangliang Yu1-134/+249
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-8/+8
2010-07-27[SCSI] mvsas: fix potential NULL dereferenceJiri Slaby1-1/+3
2010-04-11[SCSI] mvsas: fix hot plug handling and IO issuesSrinivas1-68/+133
2009-05-23[SCSI] mvsas: remove all the casts from void * or to void *Andy Yan1-18/+16
2009-05-23[SCSI] mvsas: performance improvement using domain_device->lldd_devAndy Yan1-15/+14
2009-05-23[SCSI] mvsas: bug fix, null pointer may be usedAndy Yan1-4/+4
2009-05-23[SCSI] mvsas: bug fix of dead lockAndy Yan1-8/+6
2009-05-23[SCSI] mvsas: bug fix with setting task management frame typeAndy Yan1-3/+5
2009-05-20[SCSI] mvsas: add support for 94xx; layout change; bug fixesAndy Yan1-889/+1228