index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-25
hpsa: add missing pci_set_master in kdump path
Tomas Henzl
1
-1
/
+1
2014-09-16
hpsa: refine the pci enable/disable handling
Tomas Henzl
1
-14
/
+28
2014-09-16
hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-15
/
+12
2014-09-16
hpsa: Fallback to MSI rather than to INTx if MSI-X failed
Alexander Gordeev
1
-1
/
+0
2014-08-09
scsi: use pci_zalloc_consistent
Joe Perches
1
-5
/
+3
2014-07-26
hpsa: fix bad -ENOMEM return value in hpsa_big_passthru_ioctl
Stephen M. Cameron
1
-1
/
+1
2014-07-26
hpsa: remove online devices from offline device list
Stephen M. Cameron
1
-1
/
+5
2014-07-26
hpsa: fix non-x86 builds
Arnd Bergmann
1
-2
/
+2
2014-07-26
hpsa: do not unconditionally copy sense data
Robert Elliott
1
-8
/
+8
2014-07-26
hpsa: fix 6-byte READ/WRITE with 0 length data xfer
Stephen M. Cameron
1
-1
/
+2
2014-07-26
hpsa: make hpsa_init_one return -ENOMEM if allocation of h->lockup_detected f...
Stephen M. Cameron
1
-1
/
+3
2014-07-18
scsi: use 64-bit LUNs
Hannes Reinecke
1
-1
/
+1
2014-06-02
hpsa: fix handling of hpsa_volume_offline return value
Stephen M. Cameron
1
-4
/
+8
2014-06-02
hpsa: return -ENOMEM not -1 on kzalloc failure in hpsa_get_device_id
Stephen M. Cameron
1
-1
/
+1
2014-06-02
hpsa: remove messages about volume status VPD inquiry page not supported
Stephen M. Cameron
1
-9
/
+3
2014-06-02
hpsa: report check condition even if no sense data present for ioaccel2 mode
Stephen M. Cameron
1
-2
/
+5
2014-06-02
hpsa: remove bad unlikely annotation from device list updating code
Stephen M. Cameron
1
-1
/
+1
2014-06-02
hpsa: kill annoying messages about SSD Smart Path retries
Stephen M. Cameron
1
-10
/
+0
2014-06-02
hpsa: define extended_report_lun_entry data structure
Stephen M. Cameron
1
-13
/
+8
2014-06-02
hpsa: Rearrange start_io to avoid one unlock/lock sequence in main io path
Stephen M. Cameron
1
-8
/
+16
2014-06-02
hpsa: avoid unnecessary readl on every command submission
Stephen M. Cameron
1
-0
/
+7
2014-06-02
hpsa: use per-cpu variable for lockup_detected
Stephen M. Cameron
1
-27
/
+53
2014-06-02
hpsa: set irq affinity hints to route MSI-X vectors across CPUs
Stephen M. Cameron
1
-1
/
+16
2014-06-02
hpsa: allocate reply queues individually
Stephen M. Cameron
1
-21
/
+32
2014-06-02
hpsa: choose number of reply queues more intelligently.
Stephen M. Cameron
1
-0
/
+2
2014-06-02
hpsa: use gcc aligned attribute instead of manually padding structs
Stephen M. Cameron
1
-3
/
+0
2014-06-02
hpsa: change doorbell reset delay to ten seconds
Justin Lindley
1
-2
/
+2
2014-06-02
hpsa: allow passthru ioctls to work with bidirectional commands
Stephen M. Cameron
1
-4
/
+4
2014-06-02
hpsa: remove unused fields from struct ctlr_info
Stephen M. Cameron
1
-2
/
+0
2014-05-28
hpsa: fix bad comparison of signed with unsigned in hpsa_update_scsi_devices
Joe Handzik
1
-1
/
+1
2014-05-19
hpsa: do not ignore failure of sense controller parameters command
Joe Handzik
1
-3
/
+5
2014-05-19
hpsa: fix memory leak in hpsa_hba_mode_enabled
Joe Handzik
1
-1
/
+6
2014-05-19
hpsa: add new Smart Array PCI IDs (May 2014)
Joe Handzik
1
-0
/
+12
2014-05-19
hpsa: Checking for a NULL return from a kzalloc call
Joe Handzik
1
-0
/
+2
2014-04-21
[SCSI] hpsa: fix NULL dereference in hpsa_put_ctlr_into_performant_mode()
scameron@beardog.cce.hp.com
1
-4
/
+4
2014-03-20
[SCSI] hpsa: update driver version to 3.4.4-1
Stephen M. Cameron
1
-1
/
+1
2014-03-20
[SCSI] hpsa: fix bad endif placement in RAID 5 mapper code
Stephen M. Cameron
1
-1
/
+1
2014-03-15
[SCSI] hpsa: Do not zero fields of ioaccel2 command structure twice
Stephen M. Cameron
1
-2
/
+0
2014-03-15
[SCSI] hpsa: Add hba mode to the hpsa driver
Stephen M. Cameron
1
-4
/
+89
2014-03-15
[SCSI] hpsa: increase the probability of a reported success after a device reset
Tomas Henzl
1
-1
/
+2
2014-03-15
[SCSI] hpsa: bring format-in-progress drives online when ready
Stephen M. Cameron
1
-24
/
+287
2014-03-15
[SCSI] hpsa: remove unused kthread.h header
Stephen M. Cameron
1
-1
/
+0
2014-03-15
[SCSI] hpsa: Add support for a few HP Storage controllers
Stephen M. Cameron
1
-0
/
+10
2014-03-15
[SCSI] hpsa add sysfs debug switch for raid map debugging messages
Stephen M. Cameron
1
-0
/
+64
2014-03-15
[SCSI] hpsa: improve error messages for driver initiated commands
Stephen M. Cameron
1
-27
/
+44
2014-03-15
[SCSI] hpsa: only do device rescan for certain events
Stephen M. Cameron
1
-1
/
+1
2014-03-15
[SCSI] hpsa: when switching out of accel mode await only accel command comple...
Stephen M. Cameron
1
-6
/
+16
2014-03-15
[SCSI] hpsa: add controller base data-at-rest encryption compatibility ioaccel2
Scott Teel
1
-9
/
+170
2014-03-15
[SCSI] hpsa: update source file copyrights
Scott Teel
1
-1
/
+1
2014-03-15
[SCSI] hpsa: retry certain ioaccel error cases on the RAID path
Scott Teel
1
-6
/
+39
[next]