index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCSI] qla2xxx: Optionally disable target reset.
Giridhar Malavali
2010-05-16
1
-1
/
+7
*
[SCSI] qla2xxx: ensure flash operation and host reset via sg_reset are mutual...
Lalit Chandivade
2010-05-16
1
-1
/
+45
*
[SCSI] qla2xxx: T10 DIF support added.
Arun Easi
2010-05-16
1
-8
/
+67
*
[SCSI] qla2xxx: Support for asynchronous TM and Marker IOCBs.
Madhuranath Iyengar
2010-05-16
1
-0
/
+5
*
[SCSI] qla2xxx: Provide common framework for BSG and IOCB commands.
Madhuranath Iyengar
2010-05-16
1
-9
/
+4
*
[SCSI] qla2xxx: Limit mailbox command contention for ADISC requests.
Andrew Vasquez
2010-05-16
1
-3
/
+28
*
[SCSI] qla2xxx: Add char device to increase driver use count
Harish Zunjarrao
2010-05-16
1
-0
/
+14
*
[SCSI] qla2xxx: Clear error status after uncorrectable non-fatal errors.
Lalit Chandivade
2010-05-16
1
-1
/
+2
*
[SCSI] qla2xxx: Add ISP82XX support.
Giridhar Malavali
2010-05-01
1
-25
/
+321
*
[SCSI] qla2xxx: Fix documentation of ql2xfdmienable module parameter
Ferenc Wagner
2010-04-11
1
-2
/
+2
*
[SCSI] qla2xxx: General checkpatch corrections.
Andrew Vasquez
2010-04-11
1
-7
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
2010-04-05
1
-1
/
+3
|
\
|
*
[SCSI] qla2xxx: Check to make sure multique and CPU affinity support is not e...
Michael Hernandez
2010-03-27
1
-1
/
+3
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
[SCSI] qla2xxx: EEH: Restore PCI saved state during pci slot reset.
Richard Lary
2010-02-19
1
-0
/
+5
*
[SCSI] qla2xxx: Add firmware ETS burst support.
Andrew Vasquez
2010-02-19
1
-0
/
+6
*
[SCSI] qla2xxx: Correct use-after-free issue in terminate_rport_io callback.
Andrew Vasquez
2010-02-19
1
-38
/
+0
*
[SCSI] qla2xxx: Correct EH bus-reset handling.
Andrew Vasquez
2010-02-19
1
-13
/
+14
*
[SCSI] qla2xxx: Proper clean-up of BSG requests when request times out.
Giridhar Malavali
2010-02-19
1
-2
/
+13
*
[SCSI] qla2xxx: negative error return in qla2x00_change_queue_depth()
Roel Kluin
2010-02-17
1
-1
/
+1
*
[SCSI] qla2xxx: Remove firmware hint for 81xx parts.
Giridhar Malavali
2010-01-18
1
-1
/
+0
*
[SCSI] qla2xxx: Add BSG support for FC ELS/CT passthrough and vendor commands.
Giridhar Malavali
2010-01-18
1
-0
/
+1
*
[SCSI] qla2xxx: Enhance EEH support and enable AER support.
Joe Carnuccio
2010-01-18
1
-16
/
+24
*
[SCSI] qla2xxx: Correct FCP2 recovery handling.
Andrew Vasquez
2010-01-17
1
-6
/
+6
*
[SCSI] qla2xxx: Added to EEH support.
Duane Grigsby
2009-12-30
1
-0
/
+7
*
[SCSI] qla2xxx: Extend base EEH support in qla2xxx.
Andrew Vasquez
2009-12-30
1
-8
/
+75
*
[SCSI] qla2xxx: Queue depth ramp up/down modification changes.
Giridhar Malavali
2009-12-10
1
-18
/
+51
*
[SCSI] qla2xxx: dpc thread can execute before scsi host has been added
Michael Reed
2009-12-10
1
-3
/
+3
*
[SCSI] scsi_transport_fc: Introduce helper function for blocking scsi_eh
Christof Schmitt
2009-12-04
1
-21
/
+4
*
[SCSI] modify change_queue_depth to take in reason why it is being called
Mike Christie
2009-12-04
1
-2
/
+5
*
[SCSI] qla2xxx: Add firmware-dump kobject uevent notification.
Andrew Vasquez
2009-12-04
1
-0
/
+35
*
[SCSI] qla2xxx: Properly delete rports attached to a vport.
Andrew Vasquez
2009-09-12
1
-2
/
+4
*
[SCSI] qla2xxx: Correct various NPIV issues.
Andrew Vasquez
2009-09-12
1
-10
/
+11
*
[SCSI] qla2xxx: Correct qla2x00_eh_wait_on_command() to wait correctly.
Lalit Chandivade
2009-09-12
1
-4
/
+1
*
[SCSI] qla2xxx: Correctly set FCF_TAPE_PRESENT flag based on scsi-device.
Santosh Vernekar
2009-09-12
1
-0
/
+3
*
[SCSI] qla2xxx: Add asynchronous-login support.
Andrew Vasquez
2009-09-05
1
-6
/
+66
*
[SCSI] qla2xxx: Generalize srb structure usage.
Andrew Vasquez
2009-09-05
1
-2
/
+9
*
[SCSI] qla2xxx: Fix to ensure driver works in sinlge queue mode if multiqueue...
Anirban Chakraborty
2009-08-22
1
-4
/
+19
*
qla2xxx: Fixed a bug in number of response queue creation logic.
Anirban Chakraborty
2009-06-21
1
-1
/
+1
*
[SCSI] qla2xxx: Reduce lock-contention during do-work processing.
Andrew Vasquez
2009-06-08
1
-23
/
+22
*
[SCSI] qla2xxx: Fallback to 'golden-firmware' operation on supported ISPs.
Andrew Vasquez
2009-06-08
1
-0
/
+7
*
[SCSI] qla2xxx: Correct queue-creation bug when driver loaded in QoS mode.
Anirban Chakraborty
2009-06-08
1
-0
/
+1
*
[SCSI] qla2xxx: Export TLV data on supported ISPs.
Andrew Vasquez
2009-06-08
1
-0
/
+4
*
[SCSI] qla2xxx: Export XGMAC statistics on supported ISPs.
Andrew Vasquez
2009-06-08
1
-0
/
+4
*
[SCSI] qla2xxx: Use port number to compute nvram/vpd parameter offsets.
Anirban Chakraborty
2009-05-20
1
-0
/
+7
*
[SCSI] qla2xxx: Add an override option to specify ISP firmware load semantics.
Andrew Vasquez
2009-05-20
1
-0
/
+10
*
[SCSI] qla2xxx: Conditionally disable automatic queue full tracking.
Michael Reed
2009-05-20
1
-0
/
+8
*
[SCSI] qla2xxx: Remove reference to request queue from scsi request block.
Anirban Chakraborty
2009-05-20
1
-4
/
+2
*
[SCSI] qla2xxx: Add CPU affinity support.
Anirban Chakraborty
2009-05-20
1
-2
/
+76
*
[SCSI] qla2xxx: Add QoS support.
Anirban Chakraborty
2009-05-20
1
-64
/
+71
[next]