index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
usb
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
scsi: hpsa: do not print errors for unsupported report luns format
Hannes Reinecke
1
-9
/
+11
2017-08-25
scsi: hpsa: Ignore errors for unsupported LV_DEVICE_ID VPD page
Hannes Reinecke
1
-1
/
+1
2017-08-25
scsi: hpsa: disable volume status check for legacy boards
Hannes Reinecke
1
-0
/
+10
2017-08-25
scsi: hpsa: add support for legacy boards
Hannes Reinecke
2
-27
/
+121
2017-08-25
scsi: cxlflash: Fix an error handling path in 'cxlflash_disk_attach()'
Christophe JAILLET
1
-0
/
+1
2017-08-25
scsi: sym53c8xx: Avoid undefined behaviour
Helge Deller
1
-1
/
+1
2017-08-25
scsi: make 'state' device attribute pollable
Hannes Reinecke
2
-1
/
+7
2017-08-25
scsi: scsi_lib: rework scsi_internal_device_unblock_nowait()
Hannes Reinecke
1
-6
/
+11
2017-08-25
scsi: esas2r: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-25
scsi: virtio: virtio_scsi: Set can_queue to the length of the virtqueue.
Richard W.M. Jones
1
-2
/
+2
2017-08-25
scsi: virtio: Reduce BUG if total_sg > virtqueue size to WARN.
Richard W.M. Jones
1
-2
/
+3
2017-08-25
scsi: qedi: Limit number for CQ queues.
Manish Rangankar
3
-7
/
+10
2017-08-25
scsi: hisi_sas: remove driver versioning
John Garry
3
-6
/
+0
2017-08-25
scsi: hisi_sas: replace kfree with scsi_host_put
John Garry
2
-7
/
+12
2017-08-25
scsi: hisi_sas: remove phy_down_v3_hw() res variable
John Garry
1
-2
/
+1
2017-08-25
scsi: hisi_sas: add phy_set_linkrate_v3_hw()
Xiang Chen
1
-0
/
+39
2017-08-25
scsi: hisi_sas: update some v3 register init settings
Xiang Chen
1
-11
/
+4
2017-08-25
scsi: hisi_sas: add reset handler for v3 hw
Xiang Chen
4
-36
/
+157
2017-08-11
scsi: hisi_sas: kill tasklet when destroying irq in v3 hw
Xiang Chen
1
-0
/
+1
2017-08-11
scsi: hisi_sas: fix v3 hw channel interrupt processing
Xiang Chen
1
-1
/
+1
2017-08-11
scsi: hisi_sas: Modify v3 hw STP_LINK_TIMER setting
Xiang Chen
1
-0
/
+3
2017-08-11
scsi: hisi_sas: add status and command buffer for internal abort
Xiang Chen
1
-1
/
+13
2017-08-11
scsi: hisi_sas: support zone management commands
Xiaofei Tan
1
-0
/
+2
2017-08-11
scsi: hisi_sas: service interrupt ITCT_CLR interrupt in v2 hw
Xiang Chen
2
-21
/
+20
2017-08-11
scsi: hisi_sas: add irq and tasklet cleanup in v2 hw
Xiang Chen
1
-47
/
+49
2017-08-11
scsi: hisi_sas: remove repeated device config in v2 hw
Xiang Chen
2
-5
/
+0
2017-08-11
scsi: hisi_sas: use array for v2 hw ECC errors
John Garry
2
-179
/
+197
2017-08-11
scsi: hisi_sas: add v2 hw DFX feature
Xiaofei Tan
3
-1
/
+29
2017-08-11
scsi: hisi_sas: fix v2 hw underflow residual value
Xiang Chen
1
-2
/
+2
2017-08-11
scsi: hisi_sas: avoid potential v2 hw interrupt issue
Xiang Chen
1
-9
/
+10
2017-08-11
scsi: hisi_sas: fix reset and port ID refresh issues
Xiaofei Tan
3
-74
/
+118
2017-08-11
scsi: smartpqi: change driver version to 1.1.2-125
Kevin Barnett
1
-4
/
+4
2017-08-11
scsi: smartpqi: add in new controller ids
Kevin Barnett
1
-22
/
+14
2017-08-11
scsi: smartpqi: update kexec and power down support
Kevin Barnett
1
-0
/
+1
2017-08-11
scsi: smartpqi: cleanup doorbell register usage.
Kevin Barnett
3
-102
/
+17
2017-08-11
scsi: smartpqi: update pqi passthru ioctl
Kevin Barnett
1
-0
/
+4
2017-08-11
scsi: smartpqi: enhance BMIC cache flush
Kevin Barnett
2
-15
/
+33
2017-08-11
scsi: smartpqi: add pqi reset quiesce support
Kevin Barnett
4
-14
/
+98
2017-08-11
scsi: dpt_i2o: remove redundant null check on array device
Colin Ian King
1
-5
/
+0
2017-08-11
scsi: qla2xxx: use dma_mapping_error to check map errors
Pan Bian
1
-1
/
+1
2017-08-11
scsi: mvsas: replace kfree with scsi_host_put
Pan Bian
1
-2
/
+2
2017-08-11
scsi: pm8001: fix double free in pm8001_pci_probe
Pan Bian
1
-3
/
+2
2017-08-11
scsi: megaraid_sas: fix allocate instance->pd_info twice
weiping
1
-5
/
+3
2017-08-11
scsi: esp_scsi: Always clear msg_out_len after MESSAGE OUT phase
Finn Thain
1
-0
/
+2
2017-08-11
scsi: esp_scsi: Avoid sending ABORT TASK SET messages
Finn Thain
1
-4
/
+7
2017-08-11
scsi: esp_scsi: Clean up control flow and dead code
Finn Thain
2
-27
/
+14
2017-08-11
scsi: mac_esp: Fix PIO transfers for MESSAGE IN phase
Finn Thain
1
-17
/
+18
2017-08-11
scsi: mac_esp: Avoid type warning from sparse
Finn Thain
1
-1
/
+1
2017-08-11
arcmsr: add const to bin_attribute structures
Bhumika Goyal
1
-3
/
+3
2017-08-11
scsi: zfcp: early returns for traces disabled via level
Martin Peschke
1
-8
/
+46
[next]