summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvsas/mv_sas.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-22scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry1-13/+22
2022-10-22scsi: mvsas: Delete mvs_tag_init()John Garry1-7/+0
2022-10-18scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan1-12/+5
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-117/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-8/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-11/+0
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-11/+0
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-9/+6
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-10/+10
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-11/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-1/+1
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-5/+1
2021-12-22scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen1-0/+5
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-5/+5
2021-01-22scsi: mvsas: Switch back to original libsas event notifiersAhmed S. Darwish1-4/+4
2021-01-22scsi: mvsas: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-9/+10
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-9/+5
2019-09-30scsi: mvsas: remove redundant assignment to variable rcColin Ian King1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-17/+1
2019-03-19scsi: mvsas: clean up a few indentation issuesColin Ian King1-1/+1
2018-10-23scsi: mvsas: Remove set but not used variable 'id'YueHaibing1-2/+1
2018-10-23scsi: mvsas: Use dma_pool_zallocSabyasachi Gupta1-2/+1
2018-10-17scsi: mvsas: fully convert to the generic DMA APIChristoph Hellwig1-6/+6
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/l...Linus 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...James 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