index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
scsi: drop reason argument from ->change_queue_depth
Christoph Hellwig
2014-11-24
1
-15
/
+1
*
scsi: don't allow setting of queue_depth bigger than can_queue
Christoph Hellwig
2014-11-24
1
-5
/
+0
*
hpsa: remove spin lock around command allocation
Stephen M. Cameron
2014-11-20
1
-13
/
+23
*
hpsa: always call pci_set_master after pci_enable_device
Robert Elliott
2014-11-20
1
-3
/
+5
*
hpsa: Convert SCSI LLD ->queuecommand() for host_lock less operation
Nicholas Bellinger
2014-11-20
1
-9
/
+7
*
hpsa: do not be so noisy about check conditions
Stephen M. Cameron
2014-11-20
1
-59
/
+0
*
hpsa: use atomics for commands_outstanding
Stephen M. Cameron
2014-11-20
1
-17
/
+9
*
hpsa: get rid of type/attribute/direction bit field where possible
Stephen M. Cameron
2014-11-20
1
-29
/
+29
*
hpsa: fix endianness issue with scatter gather elements
Stephen M. Cameron
2014-11-20
1
-123
/
+100
*
hpsa: fix allocation sizes for CISS_REPORT_LUNs commands
Stephen M. Cameron
2014-11-20
1
-7
/
+7
*
hpsa: remove 'action required' phrasing
Stephen M. Cameron
2014-11-20
1
-4
/
+4
*
hpsa: correct off-by-one sizing of chained SG block
Webb Scales
2014-11-20
1
-2
/
+2
*
hpsa: fix a couple pci id table mistakes
Stephen M. Cameron
2014-11-20
1
-1
/
+1
*
hpsa: remove dev_warn prints from RAID-1ADM
Robert Elliott
2014-11-20
1
-5
/
+0
*
hpsa: Clean up warnings from sparse.
Don Brace
2014-11-20
1
-13
/
+16
*
scsi: don't set tagging state from scsi_adjust_queue_depth
Christoph Hellwig
2014-11-12
1
-1
/
+1
*
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
2014-09-25
1
-1
/
+1
*
hpsa: refine the pci enable/disable handling
Tomas Henzl
2014-09-16
1
-14
/
+28
*
hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
2014-09-16
1
-15
/
+12
*
hpsa: Fallback to MSI rather than to INTx if MSI-X failed
Alexander Gordeev
2014-09-16
1
-1
/
+0
*
scsi: use pci_zalloc_consistent
Joe Perches
2014-08-08
1
-5
/
+3
*
hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl
Stephen M. Cameron
2014-07-25
1
-1
/
+1
*
hpsa: remove online devices from offline device list
Stephen M. Cameron
2014-07-25
1
-1
/
+5
*
hpsa: fix non-x86 builds
Arnd Bergmann
2014-07-25
1
-2
/
+2
*
hpsa: do not unconditionally copy sense data
Robert Elliott
2014-07-25
1
-8
/
+8
*
hpsa: fix 6-byte READ/WRITE with 0 length data xfer
Stephen M. Cameron
2014-07-25
1
-1
/
+2
*
hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...
Stephen M. Cameron
2014-07-25
1
-1
/
+3
*
scsi: use 64-bit LUNs
Hannes Reinecke
2014-07-17
1
-1
/
+1
*
hpsa: fix handling of hpsa_volume_offline return value
Stephen M. Cameron
2014-06-02
1
-4
/
+8
*
hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_id
Stephen M. Cameron
2014-06-02
1
-1
/
+1
*
hpsa: remove messages about volume status VPD inquiry page not supported
Stephen M. Cameron
2014-06-02
1
-9
/
+3
*
hpsa: report check condition even if no sense data present for ioaccel2 mode
Stephen M. Cameron
2014-06-02
1
-2
/
+5
*
hpsa: remove bad unlikely annotation from device list updating code
Stephen M. Cameron
2014-06-02
1
-1
/
+1
*
hpsa: kill annoying messages about SSD Smart Path retries
Stephen M. Cameron
2014-06-02
1
-10
/
+0
*
hpsa: define extended_report_lun_entry data structure
Stephen M. Cameron
2014-06-02
1
-13
/
+8
*
hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io path
Stephen M. Cameron
2014-06-02
1
-8
/
+16
*
hpsa: avoid unnecessary readl on every command submission
Stephen M. Cameron
2014-06-02
1
-0
/
+7
*
hpsa: use per-cpu variable for lockup_detected
Stephen M. Cameron
2014-06-02
1
-27
/
+53
*
hpsa: set irq affinity hints to route MSI-X vectors across CPUs
Stephen M. Cameron
2014-06-02
1
-1
/
+16
*
hpsa: allocate reply queues individually
Stephen M. Cameron
2014-06-02
1
-21
/
+32
*
hpsa: choose number of reply queues more intelligently.
Stephen M. Cameron
2014-06-02
1
-0
/
+2
*
hpsa: use gcc aligned attribute instead of manually padding structs
Stephen M. Cameron
2014-06-02
1
-3
/
+0
*
hpsa: change doorbell reset delay to ten seconds
Justin Lindley
2014-06-02
1
-2
/
+2
*
hpsa: allow passthru ioctls to work with bidirectional commands
Stephen M. Cameron
2014-06-02
1
-4
/
+4
*
hpsa: remove unused fields from struct ctlr_info
Stephen M. Cameron
2014-06-02
1
-2
/
+0
*
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
2014-05-28
1
-1
/
+1
*
hpsa: do not ignore failure of sense controller parameters command
Joe Handzik
2014-05-19
1
-3
/
+5
*
hpsa: fix memory leak in hpsa_hba_mode_enabled
Joe Handzik
2014-05-19
1
-1
/
+6
*
hpsa: add new Smart Array PCI IDs (May 2014)
Joe Handzik
2014-05-19
1
-0
/
+12
*
hpsa: Checking for a NULL return from a kzalloc call
Joe Handzik
2014-05-19
1
-0
/
+2
[next]