index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
mvsas
/
mv_sas.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: libsas: Add sas_abort_task()
John Garry
2022-02-19
1
-117
/
+1
*
scsi: libsas: Add sas_query_task()
John Garry
2022-02-19
1
-8
/
+1
*
scsi: libsas: Add sas_lu_reset()
John Garry
2022-02-19
1
-3
/
+1
*
scsi: libsas: Add sas_clear_task_set()
John Garry
2022-02-19
1
-11
/
+0
*
scsi: libsas: Add sas_abort_task_set()
John Garry
2022-02-19
1
-11
/
+0
*
scsi: libsas: Add sas_task.tmf
John Garry
2022-02-19
1
-9
/
+6
*
scsi: libsas: Add struct sas_tmf_task
John Garry
2022-02-19
1
-10
/
+10
*
scsi: libsas: Delete lldd_clear_aca callback
John Garry
2022-02-19
1
-11
/
+0
*
scsi: libsas: Use enum for response frame DATAPRES field
John Garry
2022-02-19
1
-1
/
+1
*
scsi: libsas: Drop SAS_TASK_AT_INITIATOR
John Garry
2022-02-11
1
-5
/
+1
*
scsi: mvsas: Add spin_lock/unlock() to protect asd_sas_port->phy_list
Xiang Chen
2021-12-23
1
-0
/
+5
*
scsi: libsas: Introduce more SAM status code aliases in enum exec_status
Bart Van Assche
2021-06-02
1
-5
/
+5
*
scsi: mvsas: Switch back to original libsas event notifiers
Ahmed S. Darwish
2021-01-23
1
-4
/
+4
*
scsi: mvsas: Pass gfp_t flags to libsas event notifiers
Ahmed S. Darwish
2021-01-23
1
-9
/
+10
*
scsi: libsas: Remove notifier indirection
John Garry
2021-01-23
1
-9
/
+5
*
scsi: mvsas: remove redundant assignment to variable rc
Colin Ian King
2019-10-01
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2019-07-12
1
-1
/
+1
|
\
|
*
scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()
John Garry
2019-06-20
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
Thomas Gleixner
2019-05-30
1
-17
/
+1
|
/
*
scsi: mvsas: clean up a few indentation issues
Colin Ian King
2019-03-19
1
-1
/
+1
*
scsi: mvsas: Remove set but not used variable 'id'
YueHaibing
2018-10-24
1
-2
/
+1
*
scsi: mvsas: Use dma_pool_zalloc
Sabyasachi Gupta
2018-10-24
1
-2
/
+1
*
scsi: mvsas: fully convert to the generic DMA API
Christoph Hellwig
2018-10-18
1
-6
/
+6
*
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-11-22
1
-2
/
+2
*
scsi: sas: Convert timers to use timer_setup()
Kees Cook
2017-11-01
1
-8
/
+7
*
scsi: mvsas: Replace PCI pool old API
Romain Perier
2017-08-07
1
-3
/
+3
*
mvsas: fix error return code in mvs_task_prep()
Wei Yongjun
2016-10-31
1
-1
/
+3
*
scsi: mvsas: Mark symbols static where possible
Baoyou Xie
2016-09-27
1
-8
/
+8
*
libata/libsas: Define ATA_CMD_NCQ_NON_DATA
Hannes Reinecke
2016-05-09
1
-1
/
+2
*
libsas: enable FPDMA SEND/RECEIVE
Hannes Reinecke
2016-05-09
1
-1
/
+3
*
mvsas: Add SGPIO support to Marvell 94xx
Wilfried Weissmann
2016-01-06
1
-0
/
+13
*
mvsas: fix misleading indentation
Luis de Bethencourt
2015-12-01
1
-2
/
+2
*
mvsas: Fix NULL pointer dereference in mvs_slot_task_free
Dāvis Mosāns
2015-10-27
1
-0
/
+2
*
mvsas: fix panic on expander attached SATA devices
James Bottomley
2015-04-17
1
-4
/
+1
*
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
2014-12-12
1
-2
/
+2
|
\
|
*
libsas: use ata_dev_classify()
Hannes Reinecke
2014-11-05
1
-2
/
+2
*
|
libsas: remove task_collector mode
Christoph Hellwig
2014-11-27
1
-105
/
+4
|
/
*
scsi: mvsas: mv_sas.c: Fix for possible null pointer dereference
Rickard Strandqvist
2014-06-19
1
-10
/
+14
*
treewide: Fix typo in printk
Masanari Iida
2013-10-14
1
-1
/
+1
*
[SCSI] mvsas: Fix kernel panic on tile due to unaligned data access
James Bottomley
2013-07-24
1
-3
/
+8
*
[SCSI] libsas: implement > 16 byte CDB support
James Bottomley
2013-06-04
1
-1
/
+2
*
[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...
James Bottomley
2013-05-10
1
-8
/
+8
*
[SCSI] mvsas: fixed timeout issue when removing module
Xiangliang Yu
2013-02-22
1
-2
/
+8
*
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-04
1
-2
/
+2
*
[SCSI] mvsas: Fix oops when ata commond timeout.
Jianpeng Ma
2012-09-14
1
-1
/
+1
*
[SCSI] mvsas: remove unused variable in mvs_task_exec()
Dan Carpenter
2012-07-20
1
-1
/
+0
*
[SCSI] libsas: trim sas_task of slow path infrastructure
Dan Williams
2012-07-20
1
-10
/
+10
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...
Linus Torvalds
2012-03-22
1
-8
/
+3
|
\
|
*
[SCSI] libsas: fix sas_find_local_phy(), take phy references
Dan Williams
2012-02-29
1
-1
/
+2
|
*
[SCSI] libsas: remove ata_port.lock management duties from lldds
Dan Williams
2012-02-19
1
-6
/
+0
[next]