index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-22
scsi: arm: Move the SCSI pointer to private command data
Bart Van Assche
4
-29
/
+56
2022-02-22
scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h
Bart Van Assche
6
-8
/
+6
2022-02-22
scsi: NCR5380: Add SCp members to struct NCR5380_cmd
Finn Thain
6
-56
/
+66
2022-02-22
scsi: NCR5380: Remove the NCR5380_CMD_SIZE macro
Bart Van Assche
8
-9
/
+7
2022-02-22
scsi: Remove drivers/scsi/scsi.h
Bart Van Assche
23
-79
/
+113
2022-02-22
scsi: nsp_cs: Use true and false instead of TRUE and FALSE
Bart Van Assche
2
-14
/
+14
2022-02-22
scsi: nsp_cs: Change the return type of two functions into 'void'
Bart Van Assche
2
-14
/
+7
2022-02-22
scsi: ips: Use true and false instead of TRUE and FALSE
Bart Van Assche
1
-19
/
+17
2022-02-22
scsi: ips: Change the return type of ips_release() into 'void'
Bart Van Assche
1
-5
/
+2
2022-02-22
scsi: ips: Remove an unreachable statement
Bart Van Assche
1
-1
/
+0
2022-02-22
scsi: libsas: Add sas_execute_ata_cmd()
John Garry
4
-130
/
+23
2022-02-19
scsi: libsas: Add sas_abort_task()
John Garry
4
-259
/
+19
2022-02-19
scsi: libsas: Add sas_query_task()
John Garry
4
-25
/
+19
2022-02-19
scsi: libsas: Add sas_lu_reset()
John Garry
4
-9
/
+13
2022-02-19
scsi: libsas: Add sas_clear_task_set()
John Garry
6
-20
/
+13
2022-02-19
scsi: libsas: Add sas_abort_task_set()
John Garry
8
-31
/
+15
2022-02-19
scsi: libsas: Add TMF handler aborted callback
John Garry
5
-0
/
+32
2022-02-19
scsi: libsas: Add TMF handler exec complete callback
John Garry
4
-0
/
+19
2022-02-19
scsi: libsas: Add sas_execute_ssp_tmf()
John Garry
1
-0
/
+18
2022-02-19
scsi: libsas: Add sas_execute_tmf()
John Garry
2
-0
/
+108
2022-02-19
scsi: libsas: Add sas_task.tmf
John Garry
3
-37
/
+22
2022-02-19
scsi: libsas: Add struct sas_tmf_task
John Garry
10
-56
/
+40
2022-02-19
scsi: libsas: Move SMP task handlers to core
John Garry
3
-22
/
+29
2022-02-19
scsi: hisi_sas: Delete unused I_T_NEXUS_RESET_PHYUP_TIMEOUT
John Garry
1
-2
/
+0
2022-02-19
scsi: libsas: Delete SAS_SG_ERR
John Garry
2
-5
/
+0
2022-02-19
scsi: libsas: Delete lldd_clear_aca callback
John Garry
13
-69
/
+0
2022-02-19
scsi: libsas: Use enum for response frame DATAPRES field
John Garry
4
-10
/
+15
2022-02-19
scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()
John Garry
1
-2
/
+4
2022-02-17
treewide: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
8
-19
/
+19
2022-02-14
scsi: ufs: core: Fix divide by zero in ufshcd_map_queues()
Jinyoung Choi
1
-1
/
+1
2022-02-14
scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop
James Smart
4
-3
/
+26
2022-02-14
Merge branch '5.17/scsi-fixes' into 5.18/scsi-staging
Martin K. Petersen
22
-119
/
+146
2022-02-11
scsi: mpi3mr: Bump driver version to 8.0.0.68.0
Sreekanth Reddy
1
-2
/
+2
2022-02-11
scsi: mpi3mr: Fix memory leaks
Sreekanth Reddy
1
-1
/
+1
2022-02-11
scsi: mpi3mr: Update the copyright year
Sreekanth Reddy
4
-4
/
+4
2022-02-11
scsi: mpi3mr: Fix reporting of actual data transfer size
Sreekanth Reddy
1
-0
/
+2
2022-02-11
scsi: mpi3mr: Fix cmnd getting marked as in use forever
Sreekanth Reddy
1
-2
/
+14
2022-02-11
scsi: mpi3mr: Fix hibernation issue
Sreekanth Reddy
1
-1
/
+1
2022-02-11
scsi: mpi3mr: Update MPI3 headers
Sreekanth Reddy
7
-101
/
+116
2022-02-11
scsi: mpi3mr: Fix printing of pending I/O count
Sreekanth Reddy
1
-1
/
+1
2022-02-11
scsi: mpi3mr: Fix deadlock while canceling the fw event
Sreekanth Reddy
3
-21
/
+91
2022-02-11
scsi: libsas: Remove unused parameter for function sas_ata_eh()
Xiang Chen
2
-3
/
+2
2022-02-11
scsi: libsas: Remove duplicated setting for task->task_state_flags
Xiang Chen
1
-1
/
+0
2022-02-11
scsi: libsas: Use void for sas_discover_event() return code
Xiang Chen
1
-4
/
+2
2022-02-11
scsi: smartpqi: Fix unused variable pqi_pm_ops for clang
Don Brace
1
-0
/
+4
2022-02-11
scsi: libsas: Drop SAS_TASK_AT_INITIATOR
John Garry
11
-54
/
+9
2022-02-11
scsi: isci: Drop SAS_TASK_AT_INITIATOR check in isci_task_abort_task()
John Garry
3
-16
/
+14
2022-02-11
scsi: qla2xxx: Remove unused qla_sess_op_cmd_list from scsi_qla_host_t
Gleb Chesnokov
3
-22
/
+0
2022-02-11
scsi: pm8001: Clean up inconsistent indenting
Yang Li
1
-30
/
+31
2022-02-11
scsi: ibmvscsis: Silence -Warray-bounds warning
Kees Cook
1
-6
/
+3
[prev]
[next]