index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-18
[SCSI] qla2xxx: Remove check for null fcport from host reset handler.
Michael Christie
1
-10
/
+0
2012-02-18
[SCSI] qla2xxx: Correct out of bounds read of ISP2200 mailbox registers.
Andrew Vasquez
1
-1
/
+1
2012-02-18
[SCSI] qla2xxx: Add check for null fcport references in qla2xxx_queuecommand.
Chad Dupuis
1
-0
/
+6
2012-02-18
[SCSI] qla2xxx: Propagate up abort failures.
Arun Easi
1
-0
/
+1
2011-12-15
[SCSI] qla2xxx: Move initialization of some variables before iospace_config.
Chad Dupuis
1
-5
/
+5
2011-12-15
[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.
Giridhar Malavali
1
-124
/
+132
2011-12-15
[SCSI] qla2xxx: Corrected the default setting of the help text of Minidump ca...
Giridhar Malavali
1
-1
/
+1
2011-12-15
[SCSI] qla2xxx: Limit excessive DPC cycles.
Andrew Vasquez
1
-13
/
+8
2011-12-15
[SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns...
Giridhar Malavali
1
-10
/
+9
2011-12-15
[SCSI] qla2xxx: Update to dynamic logging.
Chad Dupuis
1
-42
/
+27
2011-12-15
[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed t...
Joe Perches
1
-6
/
+6
2011-12-12
[SCSI] qla2xxx: Encapsulate prematurely completing mailbox commands during IS...
Chad Dupuis
1
-10
/
+2
2011-12-12
[SCSI] qla2xxx: Enable Minidump by default with default capture mask 0x1f.
Giridhar Malavali
1
-3
/
+3
2011-12-12
[SCSI] qla2xxx: Stop unconditional completion of mailbox commands issued in i...
Giridhar Malavali
1
-1
/
+4
2011-12-12
[SCSI] qla2xxx: Revert back the request queue mapping to request queue 0.
Giridhar Malavali
1
-0
/
+1
2011-12-12
[SCSI] qla2xxx: Remove qla2x00_wait_for_loop_ready function.
Saurav Kashyap
1
-66
/
+4
2011-10-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-14
/
+32
2011-10-02
[SCSI] qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unload
Roland Dreier
1
-4
/
+5
2011-08-29
[SCSI] qla2xxx: Enable write permission to some debug related module paramete...
Chad Dupuis
1
-3
/
+3
2011-08-29
[SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX.
Saurav Kashyap
1
-5
/
+8
2011-08-29
[SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.
Giridhar Malavali
1
-6
/
+21
2011-08-27
[SCSI] qla2xxx: Double check for command completion if abort mailbox command ...
Chad Dupuis
1
-0
/
+4
2011-08-27
[SCSI] qla2xxx: Acquire hardware lock while manipulating dsd list.
Saurav Kashyap
1
-0
/
+3
2011-08-27
[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.
Arun Easi
1
-2
/
+2
2011-08-27
[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.
Arun Easi
1
-6
/
+13
2011-07-27
[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.
Saurav Kashyap
1
-271
/
+459
2011-07-27
[SCSI] qla2xxx: Basic infrastructure for dynamic logging.
Saurav Kashyap
1
-2
/
+15
2011-05-17
[SCSI] qla2xxx: Allow an override of the registered maximum LUN.
Andrew Vasquez
1
-1
/
+7
2011-05-17
[SCSI] qla2xxx: Use passed in host to initialize local scsi_qla_host in queue...
Madhuranath Iyengar
1
-1
/
+1
2011-05-17
[SCSI] qla2xxx: Fix hang during driver unload when vport is active.
Arun Easi
1
-10
/
+15
2011-05-17
[SCSI] qla2xxx: Fix virtual port failing to login after chip reset.
Saurav Kashyap
1
-3
/
+4
2011-05-01
[SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.
Chad Dupuis
1
-3
/
+3
2011-05-01
[SCSI] qla2xxx: Add the ql2xdontresethba module_param.
Giridhar Malavali
1
-0
/
+8
2011-05-01
[SCSI] qla2xxx: Add test for valid loop id to qla2x00_relogin().
Joe Carnuccio
1
-0
/
+11
2011-05-01
[SCSI] qla2xxx: Perform FCoE context reset before trying adapter reset for IS...
Giridhar Malavali
1
-3
/
+13
2011-05-01
[SCSI] qla2xxx: Update copyright banner.
Andrew Vasquez
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-3
/
+3
2011-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-28
/
+29
2011-02-25
[SCSI] qla2xxx: Check return value of fc_block_scsi_eh()
Andrew Vasquez
1
-9
/
+20
2011-02-25
[SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.
Giridhar Malavali
1
-3
/
+3
2011-02-25
[SCSI] qla2xxx: Remove host_lock in queuecommand function
Madhuranath Iyengar
1
-16
/
+6
2011-02-21
Merge branch 'master' into for-2.6.39
Tejun Heo
1
-4
/
+6
2011-02-15
[SCSI] qla2xxx: Return DID_NO_CONNECT when FC device is lost.
Andrew Vasquez
1
-1
/
+0
2011-02-12
[SCSI] qla2xxx: Change from irq to irqsave with host_lock
Madhuranath Iyengar
1
-2
/
+3
2011-02-12
[SCSI] qla2xxx: Fix race that could hang kthread_stop()
James Bottomley
1
-1
/
+3
2011-02-01
scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()
Tejun Heo
1
-1
/
+1
2010-12-24
[SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.
Giridhar Malavali
1
-7
/
+0
2010-12-24
[SCSI] qla2xxx: Remove redundant module parameter permission bits
Joe Carnuccio
1
-16
/
+16
2010-12-24
[SCSI] qla2xxx: list cursors are not null
Dan Carpenter
1
-1
/
+1
2010-12-24
[SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.
Saurav Kashyap
1
-3
/
+21
[next]