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-10-13
scsi: bnx2fc: Do not rely on a SCSI command for LUN or target reset
Hannes Reinecke
3
-52
/
+57
2023-10-13
scsi: qedf: Use FC rport as argument for qedf_initiate_tmf()
Hannes Reinecke
3
-66
/
+33
2023-10-13
scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...
Nathan Chancellor
1
-9
/
+9
2023-10-13
scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
Wenchao Hao
1
-0
/
+6
2023-10-13
scsi: cxgbi: Fix 'generated' typo
Muhammad Muzammil
1
-1
/
+1
2023-10-11
scsi: Remove now superfluous sentinel element from ctl_table array
Joel Granados
2
-2
/
+0
2023-10-10
scsi: ipr: Do PCI error checks on own line
Ilpo Järvinen
1
-4
/
+8
2023-10-10
scsi: lpfc: Use topology_core_id()
Thomas Gleixner
1
-1
/
+1
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
1
-5
/
+1
2023-10-10
scsi: Do not rescan devices with a suspended queue
Damien Le Moal
1
-5
/
+6
2023-10-09
Merge patch series "ibmvfc: fixes and generic prep work for NVMeoF support"
Martin K. Petersen
2
-137
/
+360
2023-10-04
scsi: qla2xxx: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfs
Xingui Yang
1
-52
/
+7
2023-10-04
scsi: hisi_sas: use DEFINE_SHOW_STORE_ATTRIBUTE() helper for debugfs
Xingui Yang
1
-128
/
+9
2023-10-03
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-18
/
+54
2023-10-03
scsi: Remove scsi device no_start_on_resume flag
Damien Le Moal
1
-6
/
+3
2023-09-29
Merge tag 'ata-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
3
-20
/
+100
2023-09-28
scsi: sd: Do not issue commands to suspended disks on shutdown
Damien Le Moal
2
-4
/
+14
2023-09-28
scsi: Do not attempt to rescan suspended devices
Damien Le Moal
1
-1
/
+17
2023-09-28
scsi: sd: Differentiate system and runtime start/stop management
Damien Le Moal
1
-18
/
+72
2023-09-27
scsi: fnic: Clean up some inconsistent indenting
Jiapeng Chong
1
-5
/
+6
2023-09-27
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-1
/
+12
2023-09-27
scsi: fnic: Fix sg_reset success path
Karan Tilak Kumar
4
-18
/
+54
2023-09-21
scsi: ibmvfc: Add protocol field to target structure
Tyrel Datwyler
1
-5
/
+6
2023-09-21
scsi: ibmvfc: Make discovery buffer per protocol channel group
Tyrel Datwyler
2
-20
/
+33
2023-09-21
scsi: ibmvfc: Add protocol field to ibmvfc_channels
Tyrel Datwyler
2
-4
/
+27
2023-09-21
scsi: ibmvfc: Make channel allocation generic
Tyrel Datwyler
1
-52
/
+75
2023-09-21
scsi: ibmvfc: Track max and desired queue size in ibmvfc_channels
Tyrel Datwyler
2
-7
/
+11
2023-09-21
scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channels
Tyrel Datwyler
2
-4
/
+4
2023-09-21
scsi: ibmvfc: Use a bitfield for boolean flags
Tyrel Datwyler
1
-10
/
+10
2023-09-21
scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return code
Tyrel Datwyler
1
-2
/
+1
2023-09-21
scsi: ibmvfc: Limit max hw queues by num_online_cpus()
Tyrel Datwyler
1
-1
/
+2
2023-09-21
scsi: ibmvfc: Implement channel queue depth and event buffer accounting
Tyrel Datwyler
2
-41
/
+80
2023-09-21
scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool
Tyrel Datwyler
1
-2
/
+122
2023-09-21
scsi: hisi_sas: Allocate DFX memory during dump trigger
Yihang Li
2
-49
/
+46
2023-09-21
scsi: hisi_sas: Directly call register snapshot instead of using workqueue
Yihang Li
3
-14
/
+8
2023-09-21
scsi: hisi_sas: Set debugfs_dir pointer to NULL after removing debugfs
Yihang Li
1
-6
/
+7
2023-09-21
Merge patch series "scsi: pm8001: Bug fix and cleanup"
Martin K. Petersen
18
-334
/
+275
2023-09-21
scsi: pm8001: Remove PM8001_READ_VPD
Damien Le Moal
2
-25
/
+28
2023-09-21
scsi: pm8001: Remove PM8001_USE_TASKLET
Damien Le Moal
2
-22
/
+21
2023-09-21
scsi: pm8001: Remove PM8001_USE_MSIX
Damien Le Moal
4
-55
/
+67
2023-09-21
scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()
Damien Le Moal
1
-26
/
+5
2023-09-21
scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()
Damien Le Moal
1
-63
/
+6
2023-09-21
scsi: pm8001: Introduce pm8001_handle_irq()
Damien Le Moal
1
-28
/
+22
2023-09-21
scsi: pm8001: Introduce pm8001_kill_tasklet()
Damien Le Moal
1
-21
/
+19
2023-09-21
scsi: pm8001: Introduce pm8001_init_tasklet()
Damien Le Moal
1
-24
/
+27
2023-09-21
scsi: pm8001: Introduce pm8001_free_irq()
Damien Le Moal
1
-21
/
+28
2023-09-21
scsi: core: ata: Do no try to probe for CDL on old drives
Damien Le Moal
2
-1
/
+12
2023-09-21
Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-0
/
+4
2023-09-17
scsi: iscsi_tcp: restrict to TCP sockets
Eric Dumazet
1
-0
/
+4
2023-09-13
scsi: imm: Add a module parameter for the transfer mode
Alex Henrie
3
-52
/
+37
[prev]
[next]