index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-29
scsi: core: free sgtables in case command setup fails
Johannes Thumshirn
1
-5
/
+11
2020-04-28
scsi: ibmvscsi: Fix WARN_ON during event pool release
Tyrel Datwyler
1
-4
/
+0
2020-04-27
scsi: ibmvfc: Don't send implicit logouts prior to NPIV login
Brian King
1
-0
/
+5
2020-04-27
scsi: core: doc: Change function comments to kernel-doc style
André Almeida
1
-102
/
+57
2020-04-27
scsi: ufs-qcom: Configure write booster type
Asutosh Das
1
-0
/
+1
2020-04-27
scsi: ufs: sysfs: Add sysfs entries for write booster
Asutosh Das
2
-1
/
+43
2020-04-27
scsi: ufs: Add write booster feature support
Asutosh Das
3
-6
/
+291
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-25
scsi_ioctl.c: switch SCSI_IOCTL_GET_IDLUN to copy_to_user()
Al Viro
1
-10
/
+10
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: 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: Delete all sessions before unregister local nvme port
Quinn Tran
1
-1
/
+1
2020-04-24
scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
Arun Easi
1
-1
/
+1
2020-04-24
scsi: qla2xxx: Fix MPI failure AEN (8200) handling
Arun Easi
7
-42
/
+185
2020-04-23
esas2r: don't bother with __copy_to_user()
Al Viro
1
-1
/
+1
2020-04-22
block: move dma_pad handling from blk_rq_map_sg into the callers
Christoph Hellwig
1
-1
/
+9
2020-04-22
block: move dma drain handling to scsi
Christoph Hellwig
1
-5
/
+34
2020-04-22
scsi: merge scsi_init_sgtable into scsi_init_io
Christoph Hellwig
1
-28
/
+18
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-21
scsi: qla2xxx: check UNLOADING before posting async work
Martin Wilck
1
-0
/
+3
2020-04-21
scsi: qla2xxx: set UNLOADING before waiting for session deletion
Martin Wilck
1
-18
/
+14
2020-04-21
scsi: core: Allow the state change from SDEV_QUIESCE to SDEV_BLOCK
Dexuan Cui
1
-0
/
+1
2020-04-20
Revert "scsi: core: run queue if SCSI device queue isn't ready and queue is idle"
Douglas Anderson
1
-6
/
+1
[prev]
[next]