index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
bcm-sba-raid.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
scsi: ufs: Rename struct ufs_dev_fix into ufs_dev_quirk
Bart Van Assche
4
-7
/
+7
2022-04-26
scsi: ufs: Remove the UFS_FIX() and END_FIX() macros
Bart Van Assche
3
-32
/
+32
2022-04-26
scsi: ufs: Use get_unaligned_be16() instead of be16_to_cpup()
Bart Van Assche
1
-1
/
+1
2022-04-26
scsi: ufs: Remove ufshcd_lrb.sense_buffer
Bart Van Assche
2
-7
/
+4
2022-04-26
scsi: ufs: Remove ufshcd_lrb.sense_bufflen
Bart Van Assche
2
-5
/
+0
2022-04-26
scsi: ufs: Simplify statements that return a boolean
Bart Van Assche
3
-27
/
+8
2022-04-26
scsi: ufs: Remove superfluous boolean conversions
Bart Van Assche
3
-8
/
+6
2022-04-26
scsi: ufs: Declare ufshcd_wait_for_register() static
Bart Van Assche
2
-4
/
+1
2022-04-26
scsi: ufs: Fix a spelling error in a source code comment
Bart Van Assche
1
-1
/
+1
2022-04-26
scsi: ufs: core: Increase fDeviceInit poll frequency
Konstantin Vyshetsky
1
-1
/
+1
2022-04-26
scsi: iscsi: Fix harmless double shift bug
Dan Carpenter
1
-3
/
+3
2022-04-26
scsi: target: core: Silence the message about unknown VPD pages
Konstantin Shelekhin
1
-1
/
+1
2022-04-26
scsi: mpt3sas: Fix adapter replyPostRegisterIndex declaration
Damien Le Moal
2
-5
/
+6
2022-04-26
scsi: mpt3sas: Fix event callback log_code value handling
Damien Le Moal
1
-3
/
+3
2022-04-26
scsi: mpt3sas: Fix ioc->base_readl() use
Damien Le Moal
1
-7
/
+6
2022-04-26
scsi: mpt3sas: Fix writel() use
Damien Le Moal
1
-5
/
+5
2022-04-26
scsi: mpt3sas: Fix _ctl_set_task_mid() TaskMID check
Damien Le Moal
1
-5
/
+6
2022-04-26
scsi: qla2xxx: Remove free_sg command flag
Gleb Chesnokov
2
-3
/
+0
2022-04-19
scsi: core: Increase max device queue_depth to 4096
Sumit Saxena
1
-2
/
+2
2022-04-19
scsi: fcoe: Simplify if-if to if-else
Yihao Han
1
-1
/
+1
2022-04-19
scsi: pmcraid: Remove unneeded semicolon
Jiapeng Chong
1
-1
/
+1
2022-04-19
scsi: lpfc: Copyright updates for 14.2.0.2 patches
James Smart
4
-4
/
+4
2022-04-19
scsi: lpfc: Update lpfc version to 14.2.0.2
James Smart
1
-1
/
+1
2022-04-19
scsi: lpfc: Expand setting ELS_ID field in ELS_REQUEST64_WQE
James Smart
2
-15
/
+37
2022-04-19
scsi: lpfc: Update stat accounting for READ_STATUS mbox command
James Smart
2
-20
/
+52
2022-04-19
scsi: lpfc: Change FA-PWWN detection methodology
James Smart
8
-26
/
+86
2022-04-19
scsi: lpfc: Refactor cleanup of mailbox commands
James Smart
9
-395
/
+248
2022-04-19
scsi: lpfc: Fix field overload in lpfc_iocbq data structure
James Smart
11
-501
/
+490
2022-04-19
scsi: lpfc: Introduce FC_RSCN_MEMENTO flag for tracking post RSCN completion
James Smart
3
-3
/
+9
2022-04-19
scsi: lpfc: Register for Application Services FC-4 type in Fabric topology
James Smart
2
-30
/
+32
2022-04-19
scsi: lpfc: Remove false FDMI NVMe FC-4 support for NPIV ports
James Smart
1
-1
/
+3
2022-04-19
scsi: lpfc: Revise FDMI reporting of supported port speed for trunk groups
James Smart
1
-20
/
+48
2022-04-19
scsi: lpfc: Fix call trace observed during I/O with CMF enabled
James Smart
1
-2
/
+2
2022-04-19
scsi: lpfc: Correct CRC32 calculation for congestion stats
James Smart
1
-1
/
+1
2022-04-19
scsi: lpfc: Move MI module parameter check to handle dynamic disable
James Smart
2
-5
/
+7
2022-04-19
scsi: lpfc: Remove unnecessary NULL pointer assignment for ELS_RDF path
James Smart
1
-1
/
+0
2022-04-19
scsi: lpfc: Transition to NPR state upon LOGO cmpl if link down or aborted
James Smart
1
-0
/
+3
2022-04-19
scsi: lpfc: Update fc_prli_sent outstanding only after guaranteed IOCB submit
James Smart
1
-18
/
+11
2022-04-19
scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT
James Smart
2
-2
/
+25
2022-04-19
scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI
James Smart
1
-16
/
+35
2022-04-19
scsi: lpfc: Clear fabric topology flag before initiating a new FLOGI
James Smart
1
-0
/
+2
2022-04-19
scsi: lpfc: Fix SCSI I/O completion and abort handler deadlock
James Smart
1
-18
/
+15
2022-04-19
scsi: lpfc: Requeue SCSI I/O to upper layer when fw reports link down
James Smart
1
-0
/
+1
2022-04-19
scsi: lpfc: Zero SLI4 fcp_cmnd buffer's fcpCntl0 field
James Smart
1
-1
/
+1
2022-04-19
scsi: lpfc: Fix diagnostic fw logging after a function reset
James Smart
2
-3
/
+3
2022-04-19
scsi: lpfc: Move cfg_log_verbose check before calling lpfc_dmp_dbg()
James Smart
2
-31
/
+4
2022-04-19
scsi: lpfc: Tweak message log categories for ELS/FDMI/NVMe rescan
James Smart
3
-6
/
+6
2022-04-19
scsi: ufs: core: Remove redundant HPB unmap
Po-Wen Kao
1
-7
/
+0
2022-04-12
scsi: iscsi: MAINTAINERS: Add Mike Christie as co-maintainer
Mike Christie
1
-0
/
+1
2022-04-12
scsi: qedi: Fix failed disconnect handling
Mike Christie
1
-35
/
+34
[next]