index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
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/netdev/net
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
2023-09-13
scsi: libsas: Declare sas_discover_end_dev() static
Damien Le Moal
1
-1
/
+1
2023-09-13
scsi: libsas: Declare sas_set_phy_speed() static
Damien Le Moal
1
-2
/
+2
2023-09-13
scsi: libsas: Move local functions declarations to sas_internal.h
Damien Le Moal
1
-0
/
+12
2023-09-13
scsi: qla2xxx: Use FIELD_GET() to extract PCIe capability fields
Ilpo Järvinen
1
-2
/
+3
2023-09-13
scsi: esas2r: Use FIELD_GET() to extract PCIe capability fields
Ilpo Järvinen
1
-10
/
+6
2023-09-13
scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports
Justin Tee
2
-8
/
+19
2023-09-13
scsi: lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo
Justin Tee
1
-1
/
+1
2023-09-13
scsi: lpfc: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
Jinjie Ruan
1
-7
/
+7
2023-09-13
scsi: pm8001: Setup IRQs on resume
Damien Le Moal
1
-34
/
+17
2023-09-13
scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command
Michal Grzedzicki
1
-0
/
+2
2023-09-13
scsi: pm80xx: Use phy-specific SAS address when sending PHY_START command
Michal Grzedzicki
2
-2
/
+2
2023-09-13
Merge branch '6.6/scsi-staging' into 6.6/scsi-fixes
Martin K. Petersen
11
-34
/
+41
2023-09-09
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
38
-305
/
+1414
2023-09-05
Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata
Linus Torvalds
3
-9
/
+4
2023-09-05
scsi: qedf: Add synchronization between I/O completions and abort
Javed Hasan
2
-3
/
+14
2023-09-05
scsi: qla2xxx: Fix NULL vs IS_ERR() bug for debugfs_create_dir()
Jinjie Ruan
1
-3
/
+3
2023-09-05
scsi: qla2xxx: Use raw_smp_processor_id() instead of smp_processor_id()
Nilesh Javali
4
-8
/
+7
2023-09-05
scsi: qla2xxx: Correct endianness for rqstlen and rsplen
Nilesh Javali
1
-5
/
+5
2023-09-05
scsi: ppa: Fix accidentally reversed conditions for 16-bit and 32-bit EPP
Alex Henrie
1
-2
/
+2
2023-09-05
scsi: megaraid_sas: Fix deadlock on firmware crashdump
Junxiao Bi
2
-13
/
+10
2023-09-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
81
-612
/
+953
[prev]
[next]