index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
scsi: smartpqi: Add driver support for multi-LUN devices
Kumar Meiyappan
2
-35
/
+72
2022-07-13
scsi: smartpqi: Close write read holes
Mike McGowen
1
-0
/
+3
2022-07-13
scsi: smartpqi: Add PCI IDs for ramaxel controllers
Murthy Bhat
1
-0
/
+8
2022-07-13
scsi: smartpqi: Add controller fw version to console log
Gilbert Wu
1
-0
/
+3
2022-07-13
scsi: smartpqi: Shorten drive visibility after removal
Mike McGowen
2
-2
/
+9
2022-07-13
scsi: pm80xx: Set stopped phy's linkrate to Disabled
Changyuan Lyu
1
-1
/
+5
2022-07-13
scsi: pm80xx: Fix 'Unknown' max/min linkrate
Changyuan Lyu
2
-16
/
+5
2022-07-13
scsi: fnic: Refactor code in fnic probe to initialize SCSI layer
Karan Tilak Kumar
1
-11
/
+34
2022-07-13
scsi: gvp11.c: Fix DMA mask calculation error
Michael Schmitz
1
-3
/
+3
2022-07-13
scsi: megaraid: Clear READ queue map's nr_queues
Ming Lei
1
-0
/
+3
2022-07-07
scsi: lpfc: Copyright updates for 14.2.0.5 patches
James Smart
3
-3
/
+3
2022-07-07
scsi: lpfc: Update lpfc version to 14.2.0.5
James Smart
1
-1
/
+1
2022-07-07
scsi: lpfc: Remove Menlo/Hornet related code
James Smart
11
-465
/
+7
2022-07-07
scsi: lpfc: Refactor lpfc_nvmet_prep_abort_wqe() into lpfc_sli_prep_abort_xri()
James Smart
5
-52
/
+18
2022-07-07
scsi: lpfc: Revert RSCN_MEMENTO workaround for misbehaved configuration
James Smart
3
-9
/
+3
2022-07-07
scsi: lpfc: Fix lost NVMe paths during LIF bounce stress test
James Smart
1
-7
/
+8
2022-07-07
scsi: lpfc: Fix attempted FA-PWWN usage after feature disable
James Smart
2
-2
/
+11
2022-07-07
scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE
James Smart
1
-1
/
+3
2022-07-07
scsi: lpfc: Remove extra atomic_inc on cmd_pending in queuecommand after VMID
James Smart
1
-1
/
+0
2022-07-07
scsi: lpfc: Set PU field when providing D_ID in XMIT_ELS_RSP64_CX iocb
James Smart
1
-0
/
+1
2022-07-07
scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input
James Smart
1
-10
/
+10
2022-07-07
scsi: lpfc: Fix uninitialized cqe field in lpfc_nvme_cancel_iocb()
James Smart
1
-0
/
+1
2022-07-07
Merge branch '5.19/scsi-fixes' into 5.20/scsi-staging
Martin K. Petersen
21
-88
/
+214
2022-07-07
scsi: sd: Rework asynchronous resume support
Bart Van Assche
2
-18
/
+71
2022-07-07
scsi: core: Move the definition of SCSI_QUEUE_DELAY
Bart Van Assche
1
-7
/
+7
2022-07-07
scsi: megaraid_sas: Clean up some inconsistent indenting
Jiapeng Chong
1
-2
/
+2
2022-07-07
scsi: gvp11: Convert m68k WD33C93 drivers to DMA API
Michael Schmitz
1
-18
/
+77
2022-07-07
scsi: a2091: Convert m68k WD33C93 drivers to DMA API
Michael Schmitz
1
-15
/
+48
2022-07-07
scsi: a3000: Convert m68k WD33C93 drivers to DMA API
Michael Schmitz
1
-9
/
+44
2022-07-07
scsi: core: Shorten long warning messages
Li Zhijian
1
-3
/
+1
2022-07-07
scsi: mpi3mr: Increase cmd_per_lun to 128
Sreekanth Reddy
1
-1
/
+1
2022-07-07
scsi: mpi3mr: Enable shared host tagset
Sreekanth Reddy
1
-0
/
+2
2022-07-07
scsi: qla2xxx: Check correct variable in qla24xx_async_gffid()
Dan Carpenter
1
-2
/
+2
2022-07-06
block: move zone related fields to struct gendisk
Christoph Hellwig
1
-1
/
+1
2022-07-06
block: pass a gendisk to blk_queue_max_open_zones and blk_queue_max_active_zones
Christoph Hellwig
1
-3
/
+3
2022-07-06
block: pass a gendisk to blk_queue_set_zoned
Christoph Hellwig
2
-4
/
+4
2022-07-06
blk-mq: Drop 'reserved' arg of busy_tag_iter_fn
John Garry
5
-30
/
+16
2022-07-06
scsi: fnic: Drop reserved request handling
John Garry
1
-2
/
+0
2022-07-06
blk-mq: Drop blk_mq_ops.timeout 'reserved' arg
John Garry
2
-4
/
+2
2022-07-06
scsi: core: Remove reserved request time-out handling
John Garry
3
-12
/
+6
2022-06-28
block: simplify disk shutdown
Christoph Hellwig
4
-8
/
+8
2022-06-27
scsi: dpt_i2o: Remove obsolete driver
Arnd Bergmann
10
-5655
/
+0
2022-06-27
scsi: BusLogic: Remove bus_to_virt()
Arnd Bergmann
2
-13
/
+24
2022-06-27
scsi: fcoe: Remove redundant assignment to variable 'wlen'
Colin Ian King
1
-1
/
+0
2022-06-27
scsi: hisi_sas: Limit max hw sectors for v3 HW
John Garry
1
-0
/
+7
2022-06-26
powerpc/powermac: Remove empty function note_scsi_host()
Christophe Leroy
1
-5
/
+0
2022-06-21
scsi: mpt3sas: Remove flush_scheduled_work() call
Tetsuo Handa
1
-1
/
+0
2022-06-21
scsi: sym53c8xx_2: Remove redundant "with"
Jiang Jian
1
-1
/
+1
2022-06-21
scsi: snic: Remove redundant "on"
Jiang Jian
1
-1
/
+1
2022-06-21
scsi: aacraid: Remove redundant "the"
Jiang Jian
1
-1
/
+1
[prev]
[next]