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
2024-02-05
scsi: lpfc: Add condition to delete ndlp object after sending BLS_RJT to an ABTS
Justin Tee
1
-2
/
+12
2024-02-05
scsi: lpfc: Fix failure to delete vports when discovery is in progress
Justin Tee
1
-4
/
+4
2024-02-05
scsi: lpfc: Remove NLP_RCV_PLOGI early return during RSCN processing for ndlps
Justin Tee
1
-8
/
+0
2024-02-05
scsi: lpfc: Allow lpfc_plogi_confirm_nport() logic to execute for Fabric nodes
Justin Tee
1
-17
/
+32
2024-02-05
scsi: lpfc: Remove D_ID swap log message from trace event logger
Justin Tee
1
-1
/
+1
2024-02-05
scsi: lpfc: Use sg_dma_len() API to get struct scatterlist's length
Justin Tee
1
-4
/
+4
2024-02-05
scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc()
Justin Tee
1
-2
/
+4
2024-02-05
scsi: lpfc: Initialize status local variable in lpfc_sli4_repost_sgl_list()
Justin Tee
1
-1
/
+1
2024-02-05
scsi: lpfc: Use unsigned type for num_sge
Hannes Reinecke
1
-6
/
+6
2024-02-05
scsi: core: Move scsi_host_busy() out of host lock if it is for per-command
Ming Lei
2
-2
/
+5
2024-01-29
Merge patch series "scsi: Allow scsi_execute users to request retries"
Martin K. Petersen
11
-253
/
+834
2024-01-29
scsi: core: Add kunit tests for scsi_check_passthrough()
Mike Christie
3
-0
/
+343
2024-01-29
scsi: sr: Have midlayer retry get_sectorsize() errors
Mike Christie
1
-18
/
+20
2024-01-29
scsi: ses: Have midlayer retry scsi_execute_cmd() errors
Mike Christie
1
-20
/
+46
2024-01-29
scsi: sd: Have midlayer retry read_capacity_10() errors
Mike Christie
1
-23
/
+39
2024-01-29
scsi: sd: Have pr commands retry UAs
Mike Christie
1
-0
/
+28
2024-01-29
scsi: core: Have SCSI midlayer retry scsi_report_lun_scan() errors
Mike Christie
1
-24
/
+33
2024-01-29
scsi: core: Have midlayer retry scsi_mode_sense() UAs
Mike Christie
1
-7
/
+15
2024-01-29
scsi: ch: Have midlayer retry ch_do_scsi() UAs
Mike Christie
1
-10
/
+15
2024-01-29
scsi: ch: Remove unit_attention
Mike Christie
1
-2
/
+0
2024-01-29
scsi: sd: Have midlayer retry sd_sync_cache() errors
Mike Christie
1
-18
/
+17
2024-01-29
scsi: spi: Have midlayer retry spi_execute() UAs
Mike Christie
1
-17
/
+18
2024-01-29
scsi: device_handler: rdac: Have midlayer retry send_mode_select() errors
Mike Christie
1
-38
/
+46
2024-01-29
scsi: device_handler: hp_sw: Have midlayer retry scsi_execute_cmd() errors
Mike Christie
1
-16
/
+33
2024-01-29
scsi: sd: Have midlayer retry sd_spinup_disk() errors
Mike Christie
1
-32
/
+45
2024-01-29
scsi: sd: Use separate buf for START_STOP in sd_spinup_disk()
Mike Christie
1
-7
/
+9
2024-01-29
scsi: core: Retry INQUIRY after timeout
Mike Christie
1
-0
/
+4
2024-01-29
scsi: core: Have midlayer retry scsi_probe_lun() errors
Mike Christie
1
-18
/
+28
2024-01-29
scsi: core: Allow passthrough to request midlayer retries
Mike Christie
1
-3
/
+95
2024-01-29
scsi: pm8001: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-3
/
+3
2024-01-29
scsi: isci: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-1
/
+1
2024-01-29
scsi: ibmvscsi_tgt: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-3
/
+3
2024-01-29
scsi: ibmvscsi: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-12
/
+10
2024-01-29
scsi: fnic: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-4
/
+3
2024-01-29
scsi: aacraid: aachba: Replace snprintf() with the safer scnprintf() variant
Lee Jones
1
-3
/
+3
2024-01-29
scsi: 53c700: Remove snprintf() from sysfs call-backs and replace with sysfs_...
Lee Jones
1
-1
/
+1
2024-01-29
scsi: 3w-xxxx: Remove snprintf() from sysfs call-backs and replace with sysfs...
Lee Jones
1
-22
/
+22
2024-01-29
scsi: 3w-sas: Remove snprintf() from sysfs call-backs and replace with sysfs_...
Lee Jones
1
-18
/
+18
2024-01-29
scsi: 3w-9xxx: Remove snprintf() from sysfs call-backs and replace with sysfs...
Lee Jones
1
-22
/
+22
2024-01-24
scsi: mpt3sas: Update driver version to 48.100.00.00
Ranjan Kumar
1
-2
/
+2
2024-01-24
scsi: mpt3sas: Reload SBR without rebooting HBA
Ranjan Kumar
5
-32
/
+136
2024-01-24
Merge patch series "scsi: hisi_sas: Minor fixes and cleanups"
Martin K. Petersen
2
-9
/
+25
2024-01-24
scsi: hisi_sas: Remove hisi_hba->timer for v3 hw
Xiang Chen
2
-2
/
+6
2024-01-24
scsi: hisi_sas: Check whether debugfs is enabled before removing or releasing it
Yihang Li
2
-3
/
+7
2024-01-24
scsi: hisi_sas: Remove redundant checks for automatic debugfs dump
Yihang Li
1
-2
/
+2
2024-01-24
scsi: hisi_sas: Fix a deadlock issue related to automatic dump
Yihang Li
1
-2
/
+10
2024-01-23
scsi: fnic: Clean up some inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2024-01-23
scsi: mpi3mr: Use ida to manage mrioc ID
Guixin Liu
1
-2
/
+10
2024-01-23
scsi: ibmvscsi_tgt: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-9
/
+9
2024-01-23
scsi: megaraid: Remove redundant assignment to variable 'retval'
Colin Ian King
1
-1
/
+1
[prev]
[next]