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
2023-03-16
scsi: scsi_debug: Get command abort feature working again
John Garry
1
-9
/
+8
2023-03-16
scsi: scsi_debug: Drop sdebug_dev_info.num_in_q
John Garry
1
-47
/
+16
2023-03-16
scsi: scsi_debug: Drop check for num_in_q exceeding queue depth
John Garry
1
-9
/
+2
2023-03-16
scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer check
John Garry
1
-1
/
+1
2023-03-16
scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checks
John Garry
1
-18
/
+8
2023-03-16
scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checks
John Garry
1
-21
/
+10
2023-03-16
scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checks
John Garry
1
-9
/
+8
2023-03-16
scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checks
John Garry
1
-7
/
+7
2023-03-16
scsi: scsi_debug: Stop setting devip->sdbg_host twice
John Garry
1
-1
/
+0
2023-03-16
scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]
John Garry
1
-13
/
+11
2023-03-16
scsi: fnic: Switch to use %ptTs
Andy Shevchenko
1
-12
/
+5
2023-03-16
scsi: be2iscsi: Make some variables static
Tom Rix
1
-9
/
+9
2023-03-16
scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
Yu Kuai
1
-2
/
+4
2023-03-16
scsi: qla2xxx: Synchronize the IOCB count to be in order
Quinn Tran
1
-1
/
+2
2023-03-16
scsi: qla2xxx: Perform lockless command completion in abort path
Nilesh Javali
1
-0
/
+11
2023-03-16
scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMR
Joel Selvaraj
1
-0
/
+1
2023-03-10
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
17
-39
/
+105
2023-03-09
Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...
Martin K. Petersen
18
-168
/
+27
2023-03-09
scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-5
/
+0
2023-03-09
scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-7
/
+0
2023-03-09
scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-6
/
+0
2023-03-09
scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
4
-127
/
+27
2023-03-09
scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() comment
Bjorn Helgaas
1
-1
/
+0
2023-03-09
scsi: csiostor: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-09
scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-7
/
+0
2023-03-09
scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
2
-10
/
+0
2023-03-09
scsi: arcmsr: Remove unnecessary aer.h include
Bjorn Helgaas
1
-1
/
+0
2023-03-09
scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
1
-3
/
+0
2023-03-09
Merge patch series "Add poll support for hisi_sas v3 hw"
Martin K. Petersen
3
-36
/
+167
2023-03-09
scsi: hisi_sas: Add device attribute experimental_iopoll_q_cnt for v3 hw
Xiang Chen
1
-0
/
+13
2023-03-09
scsi: hisi_sas: Sync complete queue for poll queue
Xiang Chen
3
-22
/
+61
2023-03-09
scsi: hisi_sas: Add poll support for v3 hw
Xiang Chen
3
-10
/
+82
2023-03-09
scsi: hisi_sas: Add function complete_v3_hw()
Xiang Chen
1
-5
/
+12
2023-03-09
Merge patch series "lpfc: Update lpfc to revision 14.2.0.11"
Martin K. Petersen
13
-58
/
+134
2023-03-09
scsi: lpfc: Copyright updates for 14.2.0.11 patches
Justin Tee
5
-5
/
+5
2023-03-09
scsi: lpfc: Update lpfc version to 14.2.0.11
Justin Tee
1
-1
/
+1
2023-03-09
scsi: lpfc: Revise lpfc_error_lost_link() reason code evaluation logic
Justin Tee
5
-21
/
+46
2023-03-09
scsi: lpfc: Skip waiting for register ready bits when in unrecoverable state
Justin Tee
5
-5
/
+49
2023-03-09
scsi: lpfc: Correct used_rpi count when devloss tmo fires with no recovery
Justin Tee
1
-11
/
+13
2023-03-09
scsi: lpfc: Defer issuing new PLOGI if received RSCN before completing REG_LOGIN
Justin Tee
2
-5
/
+6
2023-03-09
scsi: lpfc: Record LOGO state with discovery engine even if aborted
Justin Tee
1
-3
/
+4
2023-03-09
scsi: lpfc: Fix lockdep warning for rx_monitor lock when unloading driver
Justin Tee
1
-2
/
+2
2023-03-09
scsi: lpfc: Reorder freeing of various DMA buffers and their list removal
Justin Tee
3
-4
/
+4
2023-03-09
scsi: lpfc: Prevent lpfc_debugfs_lockstat_write() buffer overflow
Justin Tee
1
-2
/
+5
2023-03-09
scsi: be2iscsi: Remove unused variable internal_page_offset
Jiapeng Chong
1
-2
/
+0
2023-03-09
scsi: core: Fix a procfs host directory removal regression
Bart Van Assche
1
-3
/
+0
2023-03-09
scsi: core: Add BLIST_NO_VPD_SIZE for some VDASD
Lee Duncan
3
-1
/
+8
2023-03-07
scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()
Tomas Henzl
3
-4
/
+10
2023-03-07
scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()
Tomas Henzl
1
-18
/
+23
2023-03-07
scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()
Tomas Henzl
1
-0
/
+6
[prev]
[next]