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-11-15
scsi: lpfc: Copyright updates for 14.2.0.16 patches
Justin Tee
3
-3
/
+3
2023-11-15
scsi: lpfc: Update lpfc version to 14.2.0.16
Justin Tee
1
-1
/
+1
2023-11-15
scsi: lpfc: Enhance driver logging for selected discovery events
Justin Tee
2
-22
/
+38
2023-11-15
scsi: lpfc: Refactor and clean up mailbox command memory free
Justin Tee
4
-23
/
+40
2023-11-15
scsi: lpfc: Return early in lpfc_poll_eratt() when the driver is unloading
Justin Tee
1
-0
/
+3
2023-11-15
scsi: lpfc: Eliminate unnecessary relocking in lpfc_check_nlp_post_devloss()
Justin Tee
1
-1
/
+1
2023-11-15
scsi: lpfc: Fix list_entry null check warning in lpfc_cmpl_els_plogi()
Justin Tee
1
-2
/
+2
2023-11-15
scsi: lpfc: Fix possible file string name overflow when updating firmware
Justin Tee
2
-2
/
+3
2023-11-15
scsi: lpfc: Correct maximum PCI function value for RAS fw logging
Justin Tee
1
-2
/
+2
2023-11-15
scsi: elx: libefc: Replace deprecated strncpy() with strscpy_pad()/memcpy()
Justin Stitt
1
-6
/
+6
2023-11-15
scsi: csiostor: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+2
2023-11-15
scsi: ch: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-4
/
+8
2023-11-15
scsi: bnx2fc: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-7
/
+7
2023-11-15
scsi: 3w-sas: Replace deprecated strncpy() with strscpy()
Justin Stitt
1
-1
/
+2
2023-11-15
scsi: mpt3sas: Replace dynamic allocations with local variables
James Seo
1
-25
/
+12
2023-11-15
scsi: mpt3sas: Replace a dynamic allocation with a local variable
James Seo
1
-14
/
+5
2023-11-15
scsi: mpt3sas: Fix typo of "TRIGGER"
James Seo
3
-28
/
+28
2023-11-15
scsi: mpt3sas: Fix an outdated comment
James Seo
1
-1
/
+1
2023-11-15
scsi: mpt3sas: Remove the iounit_pg8 member of the per-adapter struct
James Seo
2
-5
/
+4
2023-11-15
scsi: mpt3sas: Use struct_size() for struct size calculations
James Seo
4
-22
/
+11
2023-11-15
scsi: mpt3sas: Make MPI26_CONFIG_PAGE_PIOUNIT_1::PhyData[] a flexible array
James Seo
1
-6
/
+3
2023-11-15
scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_1::PhyData[] a flexible array
James Seo
1
-6
/
+3
2023-11-15
scsi: mpt3sas: Make MPI2_CONFIG_PAGE_SASIOUNIT_0::PhyData[] a flexible array
James Seo
1
-7
/
+3
2023-11-15
scsi: mpt3sas: Make MPI2_CONFIG_PAGE_RAID_VOL_0::PhysDisk[] a flexible array
James Seo
1
-7
/
+3
2023-11-15
scsi: mpt3sas: Make MPI2_CONFIG_PAGE_IO_UNIT_8::Sensor[] a flexible array
James Seo
1
-7
/
+3
2023-11-15
scsi: mpt3sas: Use flexible arrays when obviously possible
James Seo
3
-165
/
+75
2023-11-14
Merge branch '6.7/scsi-staging' into 6.7/scsi-fixes
Martin K. Petersen
3
-40
/
+34
2023-11-08
scsi: sd: Fix sshdr use in sd_suspend_common()
Mike Christie
1
-30
/
+23
2023-11-08
scsi: scsi_debug: Delete some bogus error checking
Dan Carpenter
1
-7
/
+0
2023-11-08
scsi: scsi_debug: Fix some bugs in sdebug_error_write()
Dan Carpenter
1
-1
/
+1
2023-11-08
scsi: qla2xxx: Fix system crash due to bad pointer access
Quinn Tran
1
-2
/
+10
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-180
/
+16
2023-11-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
57
-1032
/
+1900
2023-11-02
Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+8
2023-11-01
Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2
-2
/
+0
2023-11-01
Merge tag 'ata-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-6
/
+3
2023-10-30
Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+2
2023-10-27
Merge tag 'ata-6.6-final' of git://git.kernel.org/pub/scm/linux/kernel/git/dl...
Linus Torvalds
1
-3
/
+36
2023-10-27
scsi: sd: Introduce manage_shutdown device flag
Damien Le Moal
1
-3
/
+36
2023-10-24
scsi: megaraid: Fix up debug message in megaraid_abort_and_reset()
Hannes Reinecke
1
-4
/
+7
2023-10-24
scsi: aic79xx: Fix up NULL command in ahd_done()
Hannes Reinecke
1
-2
/
+4
2023-10-24
scsi: mpt3sas: Fix loop logic
Ranjan Kumar
1
-2
/
+2
2023-10-24
scsi: snic: Remove useless code in snic_dr_clean_pending_req()
Su Hui
1
-10
/
+4
2023-10-24
scsi: core: Clean up scsi_dev_queue_ready()
Wenchao Hao
1
-17
/
+15
2023-10-24
scsi: pmcraid: Add missing scsi_device_put() in pmcraid_eh_target_reset_handl...
Hannes Reinecke
1
-3
/
+6
2023-10-24
scsi: pmcraid: Fix kernel-doc comment
Yang Li
1
-1
/
+1
2023-10-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-2
/
+4
2023-10-16
scsi: qla2xxx: Fix double free of dsd_list during driver load
Quinn Tran
1
-1
/
+1
2023-10-16
scsi: mpt3sas: Fix in error path
Tomas Henzl
1
-1
/
+3
2023-10-16
scsi: core: Handle depopulation and restoration in progress
Douglas Gilbert
2
-0
/
+5
[prev]
[next]