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-06-16
Merge patch series "qla2xxx klocwork fixes"
Martin K. Petersen
7
-8
/
+19
2023-06-16
scsi: sd: sd_zbc: Use PAGE_SECTORS_SHIFT
Johannes Thumshirn
1
-1
/
+1
2023-06-14
scsi: sg: fix blktrace debugfs entries leakage
Yu Kuai
1
-0
/
+9
2023-06-14
scsi: qla2xxx: Update version to 10.02.08.400-k
Nilesh Javali
1
-2
/
+2
2023-06-14
scsi: qla2xxx: Correct the index of array
Bikash Hazarika
1
-1
/
+4
2023-06-14
scsi: qla2xxx: Pointer may be dereferenced
Shreyas Deodhar
1
-0
/
+2
2023-06-14
scsi: qla2xxx: Fix buffer overrun
Quinn Tran
1
-1
/
+1
2023-06-14
scsi: qla2xxx: Check valid rport returned by fc_bsg_to_rport()
Nilesh Javali
1
-0
/
+4
2023-06-14
scsi: qla2xxx: Avoid fcport pointer dereference
Nilesh Javali
1
-2
/
+2
2023-06-14
scsi: qla2xxx: Fix potential NULL pointer dereference
Bikash Hazarika
1
-1
/
+2
2023-06-14
scsi: qla2xxx: Array index may go out of bound
Nilesh Javali
1
-1
/
+2
2023-06-14
scsi: lpfc: Fix incorrect big endian type assignment in bsg loopback path
Justin Tee
1
-4
/
+4
2023-06-14
scsi: storvsc: Always set no_report_opcodes
Michael Kelley
1
-0
/
+2
2023-06-14
scsi: aacraid: Reply queue mapping to CPUs based on IRQ affinity
Sagar Biradar
4
-3
/
+43
2023-06-12
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2
-14
/
+15
2023-06-12
scsi: replace the fmode_t argument to ->sg_io_fn with a simple bool
Christoph Hellwig
1
-2
/
+2
2023-06-12
scsi: replace the fmode_t argument to scsi_ioctl with a simple bool
Christoph Hellwig
6
-23
/
+25
2023-06-12
scsi: replace the fmode_t argument to scsi_cmd_allowed with a simple bool
Christoph Hellwig
3
-6
/
+6
2023-06-12
block: remove the unused mode argument to ->release
Christoph Hellwig
2
-3
/
+2
2023-06-12
block: pass a gendisk to ->open
Christoph Hellwig
2
-9
/
+9
2023-06-12
block: pass a gendisk on bdev_check_media_change
Christoph Hellwig
2
-6
/
+5
2023-06-12
cdrom: remove the unused mode argument to cdrom_release
Christoph Hellwig
1
-1
/
+1
2023-06-12
cdrom: remove the unused mode argument to cdrom_ioctl
Christoph Hellwig
1
-1
/
+1
2023-06-12
cdrom: remove the unused bdev argument to cdrom_open
Christoph Hellwig
1
-1
/
+1
2023-06-07
scsi: qla2xxx: Drop useless LIST_HEAD
Christophe JAILLET
1
-1
/
+0
2023-06-07
scsi: qla2xxx: Replace one-element array with DECLARE_FLEX_ARRAY() helper
Gustavo A. R. Silva
2
-4
/
+4
2023-06-07
scsi: hisi_sas: Convert to platform remove callback returning void
Uwe Kleine-König
4
-15
/
+4
2023-06-07
scsi: lpfc: Avoid -Wstringop-overflow warning
Gustavo A. R. Silva
1
-2
/
+6
2023-06-07
scsi: lpfc: Use struct_size() helper
Justin Tee
1
-4
/
+2
2023-06-05
ata: libata-sata: Simplify ata_change_queue_depth()
Damien Le Moal
1
-2
/
+1
2023-05-31
scsi: mpi3mr: Propagate sense data for admin queue SCSI I/O
Sathya Prakash
1
-0
/
+5
2023-05-31
scsi: fnic: Use vzalloc()
Christophe JAILLET
1
-6
/
+2
2023-05-31
scsi: pm80xx: Add fatal error checks
Changyuan Lyu
1
-0
/
+22
2023-05-31
scsi: Add HAS_IOPORT dependencies
Niklas Schnelle
8
-21
/
+26
2023-05-31
scsi: lpfc: Fix incorrect big endian type assignments in FDMI and VMID paths
Justin Tee
2
-52
/
+52
2023-05-31
Merge patch series "lpfc: Update lpfc to revision 14.2.0.13"
Martin K. Petersen
11
-320
/
+195
2023-05-31
scsi: lpfc: Copyright updates for 14.2.0.13 patches
Justin Tee
2
-2
/
+2
2023-05-31
scsi: lpfc: Update lpfc version to 14.2.0.13
Justin Tee
1
-1
/
+1
2023-05-31
scsi: lpfc: Enhance congestion statistics collection
Justin Tee
2
-208
/
+81
2023-05-31
scsi: lpfc: Clean up SLI-4 CQE status handling
Justin Tee
5
-50
/
+41
2023-05-31
scsi: lpfc: Change firmware upgrade logging to KERN_NOTICE instead of TRACE_E...
Justin Tee
3
-41
/
+41
2023-05-31
scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_state
Justin Tee
1
-2
/
+12
2023-05-31
scsi: lpfc: Account for fabric domain ctlr device loss recovery
Justin Tee
1
-5
/
+14
2023-05-31
scsi: lpfc: Clear NLP_IN_DEV_LOSS flag if already in rediscovery
Justin Tee
1
-3
/
+3
2023-05-31
scsi: lpfc: Fix use-after-free rport memory access in lpfc_register_remote_po...
Justin Tee
1
-8
/
+0
2023-05-31
scsi: smartpqi: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: sym53c8xx: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
scsi: lpfc: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-05-31
Merge patch series "ufs: Do not requeue while ungating the clock"
Martin K. Petersen
2
-11
/
+17
[prev]
[next]