index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
hpsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-19
[SCSI] hpsa: allow SCSI mid layer to handle unit attention
Matt Gates
1
-3
/
+1
2013-12-19
[SCSI] hpsa: do not require board "not ready" status after hard reset
Stephen M. Cameron
1
-17
/
+0
2013-12-19
[SCSI] hpsa: enable unit attention reporting
Stephen M. Cameron
1
-3
/
+4
2013-12-19
[SCSI] hpsa: rename scsi prefetch field
Stephen M. Cameron
1
-7
/
+7
2013-12-19
[SCSI] hpsa: use workqueue instead of kernel thread for lockup detection
Stephen M. Cameron
1
-77
/
+26
2013-12-19
[SCSI] hpsa: remove P822se PCI ID
Mike Miller
1
-2
/
+0
2013-12-19
[SCSI] hpsa: prevent stalled i/o
Stephen M. Cameron
1
-2
/
+30
2013-12-19
[SCSI] hpsa: cap CCISS_PASSTHRU at 20 concurrent commands.
Stephen M. Cameron
1
-2
/
+42
2013-12-16
[SCSI] hpsa: add MSA 2040 to list of external target devices
Stephen M. Cameron
1
-0
/
+1
2013-12-16
[SCSI] hpsa: fix memory leak in CCISS_BIG_PASSTHRU ioctl
Stephen M. Cameron
1
-6
/
+5
2013-12-16
[SCSI] hpsa: remove unneeded include of seq_file.h
Stephen M. Cameron
1
-1
/
+0
2013-12-16
[SCSI] hpsa: add 5 second delay after doorbell reset
Stephen M. Cameron
1
-9
/
+23
2013-12-16
[SCSI] hpsa: do not attempt to flush the cache on locked up controllers
Stephen M. Cameron
1
-0
/
+9
2013-11-30
[SCSI] hpsa: return 0 from driver probe function on success, not 1
Stephen M. Cameron
1
-1
/
+1
2013-11-30
[SCSI] hpsa: do not discard scsi status on aborted commands
Stephen M. Cameron
1
-1
/
+1
2013-11-29
[SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers
Martin K. Petersen
1
-0
/
+1
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2013-10-25
[SCSI] hpsa: remove unused Smart Array ID
Mike Miller
1
-1
/
+0
2013-10-14
SCSI: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-15
/
+39
2013-09-10
[SCSI] hpsa: bump driver version to reflect changes
Mike Miller
1
-1
/
+1
2013-09-10
[SCSI] hpsa: housekeeping patch for device_id and product arrays
Mike Miller
1
-6
/
+6
2013-09-10
[SCSI] hpsa: add HP Smart Array Gen8 names
Mike Miller
1
-8
/
+7
2013-09-10
[SCSI] hpsa: add HP Smart Array Gen9 PCI ID's
Mike Miller
1
-0
/
+25
2013-09-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-09-04
treewide: Convert retrun typos to return
Joe Perches
1
-1
/
+1
2013-08-26
[SCSI] hpsa: fix warning with smp_processor_id() in preemptible
John Kacur
1
-1
/
+1
2013-08-26
[SCSI] hpsa: remove unneeded variable
Tomas Henzl
1
-2
/
+0
2013-08-26
[SCSI] hpsa: fix a race in cmd_free/scsi_done
Tomas Henzl
1
-2
/
+2
2013-02-24
[SCSI] hpsa: check for dma_mapping_error in hpsa_passthru ioctls
Stephen M. Cameron
1
-0
/
+16
2013-02-24
[SCSI] hpsa: reorganize error handling in hpsa_passthru_ioctl
Stephen M. Cameron
1
-12
/
+13
2013-02-24
[SCSI] hpsa: check for dma_mapping_error in hpsa_map_sg_chain_block
Stephen M. Cameron
1
-2
/
+12
2013-02-24
[SCSI] hpsa: Check for dma_mapping_error for all code paths using fill_cmd
Stephen M. Cameron
1
-20
/
+39
2013-02-24
[SCSI] hpsa: Check for dma_mapping_error in hpsa_map_one
Shuah Khan
1
-0
/
+5
2013-01-03
Drivers: scsi: remove __dev* attributes.
Greg Kroah-Hartman
1
-48
/
+44
2012-10-02
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
1
-10
/
+29
2012-09-24
[SCSI] hpsa: gen8plus Smart Array IDs
Mike Miller
1
-7
/
+25
2012-09-18
[SCSI] hpsa: fix handling of protocol error
Stephen M. Cameron
1
-1
/
+2
2012-09-14
[SCSI] hpsa: use ioremap_nocache instead of ioremap
Stephen M. Cameron
1
-1
/
+2
2012-09-14
[SCSI] hpsa: fix incorrect abort diagnostic message
Stephen M. Cameron
1
-1
/
+1
2012-09-14
[SCSI] hpsa: Use LUN reset instead of target reset
Stephen M. Cameron
1
-1
/
+1
2012-05-10
[SCSI] hpsa: dial down lockup detection during firmware flash
Stephen M. Cameron
1
-5
/
+34
2012-05-10
[SCSI] hpsa: add new RAID level "1(ADM)"
Mike Miller
1
-1
/
+1
2012-05-10
[SCSI] hpsa: factor out hpsa_free_irqs_and_disable_msix
Stephen M. Cameron
1
-12
/
+14
2012-05-10
[SCSI] hpsa: refine interrupt handler locking for greater concurrency
Matt Gates
1
-21
/
+40
2012-05-10
[SCSI] hpsa: use multiple reply queues
Matt Gates
1
-56
/
+125
2012-05-10
[SCSI] hpsa: factor out tail calls to next_command() in process_(non)indexed_...
Stephen M. Cameron
1
-15
/
+15
2012-05-10
[SCSI] hpsa: do aborts two ways
Stephen M. Cameron
1
-2
/
+72
2012-05-10
[SCSI] hpsa: add abort error handler function
Stephen M. Cameron
1
-1
/
+220
2012-05-10
[SCSI] hpsa: remove unused parameter from finish_cmd
Stephen M. Cameron
1
-4
/
+4
[next]