index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
sbus
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-17
scsi: storvsc: set virt_boundary_mask in the scsi host template
Christoph Hellwig
1
-3
/
+2
2019-07-17
scsi: ufshcd: set max_segment_size in the scsi host template
Christoph Hellwig
1
-2
/
+1
2019-07-17
scsi: core: take the DMA max mapping size into account
Christoph Hellwig
1
-0
/
+2
2019-07-17
scsi: core: add a host / host template field for the virt boundary
Christoph Hellwig
3
-1
/
+8
2019-07-17
scsi: core: Fix race on creating sense cache
Ming Lei
1
-3
/
+3
2019-07-17
scsi: sd_zbc: Fix compilation warning
Damien Le Moal
1
-1
/
+1
2019-07-17
scsi: libfc: fix null pointer dereference on a null lport
Colin Ian King
1
-1
/
+1
2019-07-12
scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized
Benjamin Block
1
-0
/
+7
2019-07-12
scsi: zfcp: fix request object use-after-free in send path causing wrong traces
Benjamin Block
1
-2
/
+8
2019-07-12
scsi: zfcp: fix request object use-after-free in send path causing seqno errors
Benjamin Block
1
-5
/
+40
2019-07-12
scsi: megaraid_sas: Update driver version to 07.710.50.00
Shivasharan S
1
-2
/
+2
2019-07-12
scsi: megaraid_sas: Add module parameter for FW Async event logging
Shivasharan S
1
-1
/
+17
2019-07-12
scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllers
Shivasharan S
1
-1
/
+2
2019-07-12
scsi: megaraid_sas: Fix calculation of target ID
Shivasharan S
1
-1
/
+2
2019-07-12
scsi: lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE
Arnd Bergmann
1
-1
/
+1
2019-07-12
scsi: devinfo: BLIST_TRY_VPD_PAGES for SanDisk Cruzer Blade
Marcos Paulo de Souza
1
-0
/
+2
2019-07-12
scsi: pm80xx: Fixed kernel panic during error recovery for SATA drive
Deepak Ukey
3
-2
/
+8
2019-07-12
scsi: libsas: remove the exporting of sas_wait_eh
Denis Efremov
1
-1
/
+0
2019-07-12
scsi: megaraid_sas: Make some symbols static
YueHaibing
1
-3
/
+3
2019-07-12
scsi: core: use scmd_printk() to print which command timed out
Maurizio Lombardi
1
-1
/
+1
2019-06-27
scsi: qla2xxx: move IO flush to the front of NVME rport unregistration
Quinn Tran
4
-21
/
+12
2019-06-27
scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition
Quinn Tran
3
-50
/
+117
2019-06-27
scsi: qla2xxx: on session delete, return nvme cmd
Quinn Tran
1
-9
/
+19
2019-06-27
scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices
Arun Easi
4
-30
/
+10
2019-06-27
scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1
Chandrakanth Patil
1
-2
/
+2
2019-06-27
scsi: megaraid_sas: Introduce various Aero performance modes
Chandrakanth Patil
3
-15
/
+81
2019-06-27
scsi: megaraid_sas: Use high IOPS queues based on IO workload
Chandrakanth Patil
4
-2
/
+19
2019-06-27
scsi: megaraid_sas: Set affinity for high IOPS reply queues
Chandrakanth Patil
1
-0
/
+22
2019-06-27
scsi: megaraid_sas: Enable coalescing for high IOPS queues
Chandrakanth Patil
2
-1
/
+9
2019-06-27
scsi: megaraid_sas: Add support for High IOPS queues
Chandrakanth Patil
3
-17
/
+135
2019-06-27
scsi: megaraid_sas: Add support for MPI toolbox commands
Chandrakanth Patil
3
-2
/
+72
2019-06-27
scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driver
Chandrakanth Patil
4
-10
/
+108
2019-06-27
scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for onl...
Chandrakanth Patil
3
-12
/
+17
2019-06-27
scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE...
Chandrakanth Patil
1
-0
/
+3
2019-06-27
scsi: megaraid_sas: Handle sequence JBOD map failure at driver level
Chandrakanth Patil
3
-38
/
+55
2019-06-27
scsi: megaraid_sas: Don't send FPIO to RL Bypass queue
Chandrakanth Patil
1
-4
/
+0
2019-06-27
scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in f...
Chandrakanth Patil
1
-2
/
+23
2019-06-27
scsi: megaraid_sas: Release Mutex lock before OCR in case of DCMD timeout
Chandrakanth Patil
1
-0
/
+13
2019-06-27
scsi: megaraid_sas: Call disable_irq from process IRQ poll
Chandrakanth Patil
2
-1
/
+12
2019-06-27
scsi: megaraid_sas: Remove few debug counters from IO path
Chandrakanth Patil
2
-10
/
+0
2019-06-27
scsi: megaraid_sas: Add support for Non-secure Aero PCI IDs
Chandrakanth Patil
2
-0
/
+29
2019-06-27
scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adapters
Chandrakanth Patil
2
-9
/
+39
2019-06-27
scsi: pm80xx: Modified the logic to collect IOP event logs
Deepak Ukey
1
-16
/
+17
2019-06-27
scsi: pm80xx: Event log size through sysfs
Deepak Ukey
1
-0
/
+19
2019-06-27
scsi: mpt3sas: Fix msix load balance on and off settings
Sreekanth Reddy
1
-5
/
+18
2019-06-27
scsi: mpt3sas: Determine smp affinity on per HBA basis
Sreekanth Reddy
2
-4
/
+7
2019-06-27
scsi: mpt3sas: Use configured PCIe link speed, not max
Sreekanth Reddy
1
-9
/
+4
2019-06-27
scsi: mpt3sas: Remove CPU arch check to determine perf_mode
Sreekanth Reddy
1
-15
/
+1
2019-06-27
scsi: ufs: Documentation: Announce ufs-tool v1.0
Arthur Simchaev
1
-0
/
+7
2019-06-27
scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srr
Lin Yi
1
-1
/
+1
[next]