Commit Graph

117 Commits (044595d4e448305fbaec472eb7d22636d24e7d8c)

Author SHA1 Message Date
Mike Miller fba63097b8 [SCSI] hpsa: change confusing message to be more clear 13 years ago
Stephen M. Cameron 01350d0553 [SCSI] hpsa: fix physical device lun and target numbering problem 14 years ago
Stephen M. Cameron 0b0e1d6cbc [SCSI] hpsa: fix problem that OBDR devices are not detected 14 years ago
Stephen M. Cameron f6e76055ba [SCSI] hpsa: retry commands completing with status of UNSOLICITED_ABORT 14 years ago
Arun Sharma 60063497a9 atomic: use <linux/atomic.h> 14 years ago
Stephen M. Cameron db111e18ec [SCSI] hpsa: fix potential overrun while memcpy'ing sense data 14 years ago
Stephen M. Cameron c2dd32e026 [SCSI] hpsa: fix dma unmap error in hpsa_passthru_ioctl 14 years ago
Joe Perches 7630abd0c6 [SCSI] hpsa: Change memset using sizeof(ptr) to sizeof(*ptr) 14 years ago
Stephen M. Cameron fda38518f2 [SCSI] hpsa: add P2000 to list of shared SAS devices 14 years ago
Stephen M. Cameron 4638078697 [SCSI] hpsa: do not attempt PCI power management reset method if we know it won't work. 14 years ago
Stephen M. Cameron dfc2224828 [SCSI] hpsa: remove superfluous sleeps around reset code 14 years ago
Stephen M. Cameron 64670ac870 [SCSI] hpsa: do soft reset if hard reset is broken 14 years ago
Stephen M. Cameron cf0b08d0cd [SCSI] hpsa: use new doorbell-bit-5 reset method 14 years ago
Stephen M. Cameron 9a41338e5b [SCSI] hpsa: remove atrophied hpsa_scsi_setup function 14 years ago
Stephen M. Cameron 2b870cb300 [SCSI] hpsa: clarify messages around reset behavior 14 years ago
Stephen M. Cameron 0ae01a32cb [SCSI] hpsa: factor out irq request code 14 years ago
Stephen M. Cameron 2e9d1b3626 [SCSI] hpsa: factor out cmd pool allocation functions 14 years ago
Stephen M. Cameron 580ada3c1e [SCSI] hpsa: do a better job of detecting controller reset failure 14 years ago
Stephen M. Cameron 1fb011fb05 [SCSI] hpsa: remove unused parameter from hpsa_complete_scsi_command() 14 years ago
Stephen M. Cameron 941b1cdae8 [SCSI] hpsa: export resettable host attribute 14 years ago
Stephen M. Cameron 3f5eac3a04 [SCSI] hpsa: move device attributes to avoid forward declarations 14 years ago
scameron@beardog.cce.hp.com 9143a96122 [SCSI] hpsa: fix incorrect PCI IDs and add two new ones (2nd try) 14 years ago
Dan Carpenter 382be668c5 [SCSI] hpsa: fix bad comparison 14 years ago
Stephen M. Cameron ba95e2ac6b [SCSI] hpsa: Do not attempt kdump if we detect resetting controller failed. 14 years ago
Stephen M. Cameron 960a30e7a7 [SCSI] hpsa: Inform controller we are using 32-bit tags. 14 years ago
Stephen M. Cameron 745a7a25bc [SCSI] hpsa: Add transport_mode host attribute in /sys 14 years ago
Stephen M. Cameron a9a3a2739a [SCSI] hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work 14 years ago
Stephen M. Cameron 9e0fc764ea [SCSI] hpsa: do not re-order commands in internal queues 14 years ago
Vasiliy Kulikov 938abd8449 [SCSI] hpsa: avoid leaking stack contents to userland 14 years ago
Stephen M. Cameron 1d5e2ed080 [SCSI] hpsa: Fix problem that CMD_UNABORTABLE command status was treated as unknown 14 years ago
Stephen M. Cameron c4f8a299d0 [SCSI] hpsa: fix use of uninitialized variable in hpsa_add_msa2xxx_enclosure_device() 14 years ago
Stephen M. Cameron 94a136495a [SCSI] hpsa: Add a per controller commands_outstanding entry in /sys 14 years ago
Stephen M. Cameron 60d3f5b068 [SCSI] hpsa: use usleep_range not msleep for small sleeps 14 years ago
Stephen M. Cameron 02ec19c82e [SCSI] hpsa: allow driver to put controller in either simple or performant mode 14 years ago
Stephen M. Cameron 6eaf46fdc7 [SCSI] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack 14 years ago
Stephen M. Cameron 25c1e56a04 [SCSI] hpsa: do not reset unknown boards on reset_devices 14 years ago
Stephen M. Cameron 72ceeaecb7 [SCSI] hpsa: limit commands allocated on reset_devices 14 years ago
Stephen M. Cameron 270d05de2b [SCSI] hpsa: Use kernel provided PCI state save and restore functions 14 years ago
Stephen M. Cameron fe5389c87f [SCSI] hpsa: fix board status waiting code 14 years ago
Stephen M. Cameron 922a9e4da3 [SCSI] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants 14 years ago
Stephen M. Cameron d896f3f3d1 [SCSI] hpsa: fixup DMA address before freeing. 14 years ago
Stephen M. Cameron b03a7771c8 [SCSI] hpsa: defend against zero sized buffers in passthru ioctls 14 years ago
Stephen M. Cameron 35dd3039e0 [SCSI] hpsa: do not consider RAID level to be part of device identity 14 years ago
Stephen M. Cameron a0b89872b3 [SCSI] hpsa: do not consider firmware revision when looking for device changes. 14 years ago
Mike Miller 7c03b87048 [SCSI] hpsa: fix redefinition of PCI_DEVICE_ID_CISSF 14 years ago
Arnd Bergmann 451a3c24b0 BKL: remove extraneous #include <smp_lock.h> 14 years ago
Jeff Garzik f281233d3e SCSI host lock push-down 14 years ago
Stephen M. Cameron 36ed2176fe [SCSI] hpsa: disable doorbell reset on reset_devices 15 years ago
Stephen M. Cameron cba3d38b6c [SCSI] hpsa: sanitize max commands 15 years ago
Stephen M. Cameron 10f6601808 [SCSI] hpsa: separate intx and msi/msix interrupt handlers 15 years ago