index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
scsi: lpfc: Do not abuse UUID APIs and LPFC_COMPRESS_VMID_SIZE
Andy Shevchenko
2
-7
/
+8
2023-08-21
scsi: pm8001: Remove unused declarations
Yue Haibing
1
-2
/
+0
2023-08-21
scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock
Chengfeng Ye
1
-8
/
+12
2023-08-21
scsi: elx: sli4: Remove code duplication
Rajeshwar R Shinde
1
-6
/
+2
2023-08-21
scsi: bfa: Replace one-element array with flexible-array member in struct fc_...
Gustavo A. R. Silva
2
-2
/
+2
2023-08-21
scsi: qla2xxx: Remove unused declarations
Yue Haibing
1
-10
/
+0
2023-08-21
scsi: pmcraid: Use pci_dev_id() to simplify the code
Zheng Zengkai
1
-2
/
+1
2023-08-21
scsi: pm80xx: Set RETFIS when requested by libsas
Igor Pylypiv
4
-18
/
+19
2023-08-21
scsi: libsas: Add return_fis_on_success to sas_ata_task
Igor Pylypiv
2
-0
/
+4
2023-08-21
scsi: megaraid: Use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
scsi: megaraid_sas: Use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
scsi: mvumi: Use pci_dev_id() to simplify the code
Jialin Zhang
1
-1
/
+1
2023-08-21
scsi: ufs: host: Convert to dev_err_probe() in ufshcd_pltfrm_init()
Brian Masney
1
-1
/
+2
2023-08-21
scsi: ufs: core: Convert to dev_err_probe() in ufshcd_variant_hba_init()
Brian Masney
1
-2
/
+3
2023-08-21
scsi: core: Use 32-bit hostnum in scsi_host_lookup()
Tony Battersby
2
-3
/
+3
2023-08-21
scsi: isci: Return result of sas_register_ha()
Artem Chernyshev
1
-3
/
+1
2023-08-21
scsi: gvp11: Remove unused gvp11_setup() function
Arnd Bergmann
1
-5
/
+0
2023-08-21
scsi: qlogicpti: Mark qlogicpti_info() static
Arnd Bergmann
1
-1
/
+1
2023-08-21
scsi: ppa: Add a module parameter for the transfer mode
Alex Henrie
3
-45
/
+43
2023-08-21
scsi: ppa: Fix compilation with PPA_DEBUG=1
Alex Henrie
1
-1
/
+1
2023-08-21
scsi: arcmsr: Add __init and __exit for arcmsr_module_{init,exit}()
Xiang Yang
1
-2
/
+2
2023-08-21
scsi: core: Remove unused extern declarations
Yue Haibing
1
-2
/
+0
2023-08-21
scsi: libsas: Remove unused declarations
Yue Haibing
2
-9
/
+0
2023-08-08
scsi: ufs: ufs-pci: Add support for QEMU
Jeuk Kim
1
-0
/
+1
2023-08-08
scsi: mpi3mr: Update driver version to 8.5.0.0.0
Ranjan Kumar
1
-2
/
+2
2023-08-08
scsi: mpi3mr: Enhance handling of devices removed after controller reset
Ranjan Kumar
1
-0
/
+13
2023-08-08
scsi: mpi3mr: WRITE SAME implementation
Ranjan Kumar
2
-24
/
+105
2023-08-08
scsi: mpi3mr: Add support for more than 1MB I/O
Ranjan Kumar
3
-11
/
+50
2023-08-08
scsi: mpi3mr: Update MPI Headers to version 3.00.28
Ranjan Kumar
3
-2
/
+3
2023-08-08
scsi: mpi3mr: Invoke soft reset upon TSU or event ack time out
Ranjan Kumar
1
-4
/
+4
2023-08-08
scsi: lpfc: Modify when a node should be put in device recovery mode during RSCN
Justin Tee
1
-1
/
+1
2023-08-08
scsi: ufs: qcom: Make struct ufs_qcom_bw_table static const
Manivannan Sadhasivam
1
-1
/
+1
2023-08-08
scsi: ufs: core: Fix the build for gcc 9 and before
Bart Van Assche
1
-0
/
+8
2023-08-08
scsi: ufs: ufs-qcom: Check host controller state
Nitin Rawat
1
-0
/
+4
2023-08-08
scsi: ufs: core: Export ufshcd_is_hba_active()
Nitin Rawat
2
-1
/
+3
2023-07-31
scsi: ufs: Simplify response header parsing
Bart Van Assche
3
-108
/
+115
2023-07-31
scsi: ufs: Simplify transfer request header initialization
Bart Van Assche
5
-58
/
+99
2023-07-31
scsi: ufs: Remove a member variable
Bart Van Assche
3
-25
/
+20
2023-07-31
scsi: ufs: Simplify ufshcd_abort_all()
Bart Van Assche
1
-26
/
+20
2023-07-31
scsi: ufs: Remove a local variable from ufshcd_abort_all()
Bart Van Assche
1
-11
/
+11
2023-07-31
scsi: ufs: Improve type safety
Bart Van Assche
4
-14
/
+7
2023-07-31
scsi: ufs: Simplify zero-initialization
Bart Van Assche
1
-2
/
+2
2023-07-31
scsi: ufs: Minimize #include directives
Bart Van Assche
3
-2
/
+4
2023-07-31
scsi: ufs: Rename a function argument
Bart Van Assche
1
-1
/
+2
2023-07-31
scsi: ufs: Fix kernel-doc headers
Bart Van Assche
3
-33
/
+16
2023-07-31
scsi: ufs: Document all return values
Bart Van Assche
4
-2
/
+44
2023-07-31
scsi: ufs: Follow the kernel-doc syntax for documenting return values
Bart Van Assche
11
-122
/
+126
2023-07-31
scsi: ufs: qcom: Add support for scaling interconnects
Manivannan Sadhasivam
2
-1
/
+133
2023-07-31
scsi: ufs: core: Add enums for UFS lanes
Manivannan Sadhasivam
3
-4
/
+10
2023-07-31
scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly
Oleksandr Natalenko
2
-6
/
+17
[next]