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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-27
scsi: ufs: Use true for bool variables in ufshcd_complete_dev_init()
Jason Yan
1
-1
/
+1
2020-04-27
scsi: sr: Use {get,put}_unaligned_be*() instead of open-coding these functions
Bart Van Assche
1
-16
/
+10
2020-04-27
scsi: aacraid: Fix error handling paths in aac_probe_one()
Christophe JAILLET
1
-4
/
+8
2020-04-24
scsi: sgiwd93: Remove unneeded semicolon in sgiwd93.c
Jason Yan
1
-1
/
+1
2020-04-24
scsi: qla4xxx: Remove unneeded semicolon in ql4_os.c
Jason Yan
1
-1
/
+1
2020-04-24
scsi: isci: Use true, false for bool variables
Jason Yan
1
-3
/
+3
2020-04-24
scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.c
Jason Yan
1
-2
/
+2
2020-04-24
scsi: bfa: Remove unneeded semicolon in bfa_fcs_rport.c
Jason Yan
1
-2
/
+2
2020-04-24
scsi: bfa: Remove set but not used variable 'fchs'
YueHaibing
1
-3
/
+0
2020-04-24
scsi: snic: Make snic_io_exch_ver_cmpl_handler() return void
Jason Yan
2
-5
/
+2
2020-04-24
scsi: mpt3sas: Remove NULL check before freeing function
Jason Yan
1
-2
/
+1
2020-04-24
scsi: ipr: Remove NULL check before freeing function
Jason Yan
1
-2
/
+1
2020-04-24
scsi: bfa: Remove unneeded semicolon in bfa_fcs_lport_ns_sm_online()
Jason Yan
1
-1
/
+1
2020-04-24
scsi: pmcraid: Replace dma_pool_malloc with dma_pool_zalloc
Wu Bo
1
-3
/
+1
2020-04-24
scsi: target: iscsi: Remove the iscsi_data_count structure
Maurizio Lombardi
1
-24
/
+6
2020-04-24
scsi: core: Avoid calling synchronize_rcu() for each device in scsi_host_block()
Ming Lei
1
-1
/
+17
2020-04-24
scsi: BusLogic: Remove conversion to bool in blogic_inquiry()
Jason Yan
1
-1
/
+1
2020-04-24
scsi: megaraid: Use true, false for bool variables
Jason Yan
1
-5
/
+5
2020-04-24
scsi: mpt3sas: Update mpt3sas version to 33.101.00.00
Suganath Prabu
1
-2
/
+2
2020-04-24
scsi: mpt3sas: Handle RDPQ DMA allocation in same 4G region
Suganath Prabu
2
-46
/
+109
2020-04-24
scsi: mpt3sas: Separate out RDPQ allocation to new function
Suganath Prabu
1
-34
/
+45
2020-04-24
scsi: mpt3sas: Rename function name is_MSB_are_same
Suganath Prabu
1
-3
/
+3
2020-04-24
scsi: mpt3sas: Don't change the DMA coherent mask after allocations
Christoph Hellwig
2
-50
/
+19
2020-04-24
scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()
Jules Irenge
1
-0
/
+1
2020-04-24
scsi: aic7xxx: Remove unnecessary NULL checks before kfree
Alex Dewar
2
-20
/
+10
2020-04-24
scsi: aic7xxx: Use kzalloc() instead of kmalloc()+memset()
Alex Dewar
2
-4
/
+3
2020-04-24
scsi: cxgb4i: Remove superfluous null check
Xu Wang
1
-4
/
+3
2020-04-24
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
7
-43
/
+186
2020-04-22
scsi: lpfc: remove duplicate unloading checks
James Smart
3
-24
/
+2
2020-04-22
scsi: mpt3sas: use true,false for bool variables
Jason Yan
1
-2
/
+2
2020-04-22
scsi: fcoe: remove unneeded semicolon in fcoe.c
Jason Yan
1
-2
/
+2
2020-04-22
scsi: ufs-qcom: remove unneeded variable 'ret'
Jason Yan
1
-2
/
+1
2020-04-22
scsi: st: remove unneeded variable 'result' in st_release()
Jason Yan
1
-3
/
+2
2020-04-17
scsi: qedf: Get dev info after updating the params
Saurav Kashyap
1
-0
/
+7
2020-04-17
scsi: qedf: Fix crash when MFW calls for protocol stats while function is sti...
Chad Dupuis
2
-4
/
+32
2020-04-17
scsi: qedf: Add schedule recovery handler
Chad Dupuis
2
-0
/
+44
2020-04-17
scsi: qedf: Implement callback for bw_update
Saurav Kashyap
1
-0
/
+27
2020-04-17
scsi: qed: Send BW update notifications to the protocol drivers
Sudarsana Reddy Kalluru
2
-0
/
+10
2020-04-17
scsi: qedf: Honor status qualifier in FCP_RSP per spec
Javed Hasan
1
-10
/
+34
2020-04-17
scsi: qedf: Acquire rport_lock for resetting the delay_timestamp
Javed Hasan
1
-0
/
+4
2020-04-17
scsi: qedf: Increase the upper limit of retry delay
Javed Hasan
1
-1
/
+1
2020-04-17
scsi: qedf: Keep track of num of pending flogi
Saurav Kashyap
2
-0
/
+25
2020-04-17
scsi: mvsas: remove unused symbol 'mvs_th'
Jason Yan
1
-2
/
+0
2020-04-17
scsi: mvsas: make mvst_host_attrs static
Jason Yan
1
-2
/
+2
2020-04-17
scsi: qedi: make qedi_ll2_buf_size static
Jason Yan
1
-1
/
+1
2020-04-17
scsi: ufs: full reinit upon resume if link was off
Asutosh Das
1
-2
/
+6
2020-04-17
scsi: fnic: make vnic_wq_get_ctrl and vnic_wq_alloc_ring static
Jason Yan
1
-2
/
+2
2020-04-17
scsi: fnic: make fnic_list and fnic_list_lock static
Jason Yan
1
-2
/
+2
2020-04-17
scsi: fnic: make some symbols static
Jason Yan
1
-6
/
+6
2020-04-14
scsi: libsas: Add missing annotation for sas_ata_qc_issue()
Jules Irenge
1
-0
/
+1
[next]