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-03-29
scsi: isci: Fix spelling mistake "doesnt" -> "doesn't"
Colin Ian King
1
-3
/
+3
2022-03-29
scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()
John Garry
1
-0
/
+5
2022-03-29
scsi: aha152x: Stop using struct scsi_pointer
Finn Thain
1
-122
/
+113
2022-03-29
scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024
Tyrel Datwyler
1
-1
/
+1
2022-03-29
scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handling
Kevin Groeneveld
1
-1
/
+1
2022-03-29
scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementation
Christophe JAILLET
2
-524
/
+0
2022-03-29
scsi: core: scsi_logging: Fix a BUG
Tomas Henzl
1
-1
/
+1
2022-03-29
scsi: ufs: core: Remove unused field in struct ufs_hba
Keoseong Park
1
-2
/
+0
2022-03-29
scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()
James Smart
1
-2
/
+8
2022-03-29
scsi: lpfc: Fix broken SLI4 abort path
James Smart
1
-5
/
+7
2022-03-29
scsi: lpfc: Update lpfc version to 14.2.0.1
James Smart
1
-1
/
+1
2022-03-29
scsi: lpfc: Fix queue failures when recovering from PCI parity error
James Smart
1
-0
/
+2
2022-03-29
scsi: lpfc: Fix unload hang after back to back PCI EEH faults
James Smart
4
-21
/
+72
2022-03-29
scsi: lpfc: Improve PCI EEH Error and Recovery Handling
James Smart
6
-58
/
+157
2022-03-29
scsi: libiscsi: Remove unnecessary memset() in iscsi_conn_setup()
Wenchao Hao
1
-1
/
+0
2022-03-29
scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()
Damien Le Moal
1
-1
/
+4
2022-03-28
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
222
-7607
/
+8065
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...
Linus Torvalds
8
-19
/
+19
2022-03-23
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+0
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-207
/
+67
2022-03-19
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-9
/
+9
2022-03-15
xen/grant-table: remove readonly parameter from functions
Juergen Gross
1
-2
/
+2
2022-03-15
sr: simplify the local variable initialization in sr_block_open()
Lukas Bulwahn
1
-2
/
+2
2022-03-15
scsi: scsi_ioctl: Drop needless assignment in sg_io()
Lukas Bulwahn
1
-1
/
+0
2022-03-15
scsi: bsg: Drop needless assignment in scsi_bsg_sg_io_fn()
Lukas Bulwahn
1
-1
/
+0
2022-03-15
scsi: fnic: Finish scsi_cmnd before dropping the spinlock
David Jeffery
1
-7
/
+6
2022-03-15
scsi: lpfc: Copyright updates for 14.2.0.0 patches
James Smart
18
-19
/
+19
2022-03-15
scsi: lpfc: Update lpfc version to 14.2.0.0
James Smart
1
-1
/
+1
2022-03-15
scsi: lpfc: SLI path split: Refactor BSG paths
James Smart
1
-14
/
+22
2022-03-15
scsi: lpfc: SLI path split: Refactor Abort paths
James Smart
6
-184
/
+236
2022-03-15
scsi: lpfc: SLI path split: Refactor SCSI paths
James Smart
3
-210
/
+174
2022-03-15
scsi: lpfc: SLI path split: Refactor CT paths
James Smart
6
-398
/
+616
2022-03-15
scsi: lpfc: SLI path split: Refactor misc ELS paths
James Smart
4
-874
/
+241
2022-03-15
scsi: lpfc: SLI path split: Refactor VMID paths
James Smart
2
-7
/
+9
2022-03-15
scsi: lpfc: SLI path split: Refactor FDISC paths
James Smart
1
-18
/
+29
2022-03-15
scsi: lpfc: SLI path split: Refactor LS_RJT paths
James Smart
1
-5
/
+15
2022-03-15
scsi: lpfc: SLI path split: Refactor LS_ACC paths
James Smart
1
-67
/
+177
2022-03-15
scsi: lpfc: SLI path split: Refactor the RSCN/SCR/RDF/EDC/FARPR paths
James Smart
1
-34
/
+81
2022-03-15
scsi: lpfc: SLI path split: Refactor PLOGI/PRLI/ADISC/LOGO paths
James Smart
3
-105
/
+242
2022-03-15
scsi: lpfc: SLI path split: Refactor base ELS paths and the FLOGI path
James Smart
7
-240
/
+453
2022-03-15
scsi: lpfc: SLI path split: Introduce lpfc_prep_wqe
James Smart
5
-2
/
+200
2022-03-15
scsi: lpfc: SLI path split: Refactor fast and slow paths to native SLI4
James Smart
5
-302
/
+257
2022-03-15
scsi: lpfc: SLI path split: Refactor lpfc_iocbq
James Smart
12
-391
/
+385
2022-03-15
scsi: lpfc: Use kcalloc()
Julia Lawall
1
-6
/
+3
2022-03-15
scsi: aic7xxx: Fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-15
scsi: qla2xxx: Fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-15
scsi: elx: libefc_sli: Fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-15
scsi: lpfc: Fix typos in comments
Julia Lawall
1
-1
/
+1
2022-03-15
scsi: qla2xxx: Update version to 10.02.07.400-k
Nilesh Javali
1
-2
/
+2
[prev]
[next]