Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
99363ef81cc7d0bab275304b8d34cf71d189cdcc
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
99363ef
[SCSI] qla2xxx: Correct issue where vport-state was not updated during an ISP_ABORT_NEEDED requst.
by Seokmann Ju
· 17 years ago
963b0fd
[SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request_irqs().
by Andrew Vasquez
· 17 years ago
3db0652
[SCSI] qla2xxx: Consolidate RISC-parity enablement codes.
by Andrew Vasquez
· 17 years ago
e871108
[SCSI] qla2xxx: Cleanse memory allocation logic during probe.
by Andrew Vasquez
· 17 years ago
df4bf0b
[SCSI] qla2xxx: Cleanup any outstanding SRB resources during shutdown.
by Andrew Vasquez
· 17 years ago
61623fc
[SCSI] qla2xxx: Add MODULE_FIRMWARE hint for ISP25XX firmware.
by Andrew Vasquez
· 17 years ago
0948391
PCI: Remove users of pci_enable_device_bars()
by Benjamin Herrenschmidt
· 17 years ago
d3f46f3
[SCSI] remove use_sg_chaining
by James Bottomley
· 17 years ago
9b73e76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
df613b9
[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.
by Andrew Vasquez
· 17 years ago
00b6bd2
[SCSI] qla2xxx: Trace-Control naming cleanups.
by Andrew Vasquez
· 17 years ago
a824ebb
[SCSI] qla2xxx: Code cleanups.
by Adrian Bunk
· 17 years ago
0b05a1f
[SCSI] qla2xxx: Use completion routines.
by Marcus Barrow
· 17 years ago
a4722cf
[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.
by Andrew Vasquez
· 17 years ago
3776541
[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.
by Andrew Vasquez
· 17 years ago
4c993f7
scsi/qla2xxx/qla_os.c section fix
by Adrian Bunk
· 17 years ago
285d032
[SCSI] qla2xxx: Make driver (mostly) legacy I/O port free.
by Andrew Vasquez
· 17 years ago
9cb83c7
[SCSI] add use_sg_chaining option to scsi_host_template
by FUJITA Tomonori
· 17 years ago
f363b94
[SCSI] qla2xxx: Use shost_priv().
by Andrew Vasquez
· 17 years ago
63a8651
[SCSI] qla2xxx: Correct infinite-login-retry issue.
by Ravi Anand
· 17 years ago
14e660e
[SCSI] qla2xxx: Add PCI error recovery support.
by Seokmann Ju
· 17 years ago
338c916
[SCSI] qla2xxx: Add flash burst-read/write support.
by Andrew Vasquez
· 17 years ago
29856e2
[SCSI] qla2xxx: Allocate enough space for the full PCI descriptor.
by Andrew Vasquez
· 17 years ago
53772a2
[SCSI] qla2xxx: fix panic caused by previous patch
by Seokmann Ju
· 17 years ago
e6f194d
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 17 years ago
c3a2f0d
[SCSI] qla2xxx: Add ISP25XX support.
by Andrew Vasquez
· 18 years ago
fd34f55
[SCSI] qla2xxx: Re-factor isp_operations to static structures.
by Andrew Vasquez
· 18 years ago
c76f2c0
[SCSI] qla2xxx: Generalize iIDMA support.
by Andrew Vasquez
· 18 years ago
e428924
[SCSI] qla2xxx: Generalize FW-Interface-2 support.
by Andrew Vasquez
· 18 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 18 years ago
bc06cff
Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 18 years ago
2c3dfe3
[SCSI] qla2xxx: add support for NPIV
by Seokmann Ju
· 18 years ago
385d70b
[SCSI] qla2xxx: convert to use the data buffer accessors
by FUJITA Tomonori
· 18 years ago
88f5774
[SCSI] qla2xxx: fix timeout in qla2x00_down_timeout
by Bill Nottingham
· 18 years ago
a7b6184
[SCSI] qla2xxx: Honor NVRAM port-down-retry-count settings.
by Andrew Vasquez
· 18 years ago
765140b
[SCSI] qla2xxx: Error-out during probe() if we're unable to complete HBA initialization.
by Andrew Vasquez
· 18 years ago
665db93
[SCSI] qla2xxx: Remove duplicate pci_disable_device() call
by Bernhard Walle
· 18 years ago
27d9403
[SCSI] qla2xxx: Allow the extended-error-logging flag to be dynamic.
by Andrew Vasquez
· 18 years ago
ed67708
[SCSI] qla2xxx: Add scan_[start|finish]() callbacks for ISP24xx HBAs.
by Andrew Vasquez
· 18 years ago
30716e0
Merge branch 'linus'
by James Bottomley
· 18 years ago
03c79cc
[SCSI] qla2xxx: Remove unnecessary spinlock primitive - mbx_reg_lock.
by Seokmann Ju
· 18 years ago
30c4766
[SCSI] qla2xxx: Export OptionROM boot-codes version information.
by Andrew Vasquez
· 18 years ago
a8488ab
[SCSI] qla2xxx: Add MSI-X support.
by Andrew Vasquez
· 18 years ago
0c8c39a
[SCSI] qla2xxx: Correct reset handling logic.
by Andrew Vasquez
· 18 years ago
8bc69e7
[SCSI] qla2xxx: Correct IOCB queueing mechanism for ISP54XX HBAs.
by Andrew Vasquez
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
1e99e33
[SCSI] qla2xxx: add asynchronous scsi scanning support.
by Andrew Vasquez
· 18 years ago
d19044c
[SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.
by Andrew Vasquez
· 18 years ago
0bd2af4
Merge ../scsi-rc-fixes-2.6
by James Bottomley
· 18 years ago
e5f82ab
[SCSI] qla2xxx: make some functions static
by Adrian Bunk
· 18 years ago
df7baa5
[SCSI] qla2xxx: Correct QUEUE_FULL handling.
by Andrew Vasquez
· 18 years ago
18c6c12
[SCSI] qla2xxx: Workaround D3 power-management issues.
by Andrew Vasquez
· 18 years ago
11010fe
[SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx.
by Andrew Vasquez
· 18 years ago
d7a297b
[PATCH] fix qla{2,4} build error
by Frederik Deweerdt
· 18 years ago
07db518
[SCSI] qla2xxx: Stall mid-layer error handlers while rport is blocked.
by Andrew Vasquez
· 18 years ago
bb8ee49
[SCSI] qla2xxx: Add MODULE_FIRMWARE tags.
by Andrew Vasquez
· 18 years ago
d8b4521
[SCSI] qla2xxx: Add iIDMA support.
by Andrew Vasquez
· 18 years ago
9c06938
[SCSI] qla2xxx: Correct PLOGI retry logic.
by Andrew Vasquez
· 18 years ago
b0328be
[SCSI] qla2xxx: Fix to allow to reset devices using sg interface (sg_reset).
by Vladislav Bolkhovitin
· 18 years ago
c4e00fa
Merge ../scsi-misc-2.6
by James Bottomley
· 19 years ago
1d6f359
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
900d9f9
[SCSI] small whitespace cleanup for qlogic driver
by Jesper Juhl
· 19 years ago
7ee6139
[SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().
by Andrew Vasquez
· 19 years ago
0181944
[SCSI] qla2xxx: Add support for extended error logging.
by Andrew Vasquez
· 19 years ago
744f11fd
[SCSI] qla2xxx: Cleanup DEBUG macro usage.
by Andrew Vasquez
· 19 years ago
7469059
[SCSI] qla2xxx: Remove no-op IOCTL codes and macros.
by Andrew Vasquez
· 19 years ago
88729e5
[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.
by Andrew Vasquez
· 19 years ago
a7a167b
[SCSI] qla2xxx: Rework firmware-trace facilities.
by Andrew Vasquez
· 19 years ago
f0cd91a
Merge ../linux-2.6
by James Bottomley
· 19 years ago
d4e3e04
[SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.
by Andrew Vasquez
· 19 years ago
cb63067
[SCSI] qla2xxx: Consolidate "qla2xxx" string usage to a #define.
by Andrew Vasquez
· 19 years ago
47f5e06
[SCSI] qla2xxx: Use PCI_DEVICE() for pci_device_id definition.
by Andrew Vasquez
· 19 years ago
441d107
[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.
by Andrew Vasquez
· 19 years ago
4971cd2
[SCSI] qla2xxx: Remove unused port-type RSCN handling code.
by Andrew Vasquez
· 19 years ago
75bc419
[SCSI] qla2xxx: Drop unused driver cruft.
by Andrew Vasquez
· 19 years ago
5768008
[SCSI] qla2xxx: Don't wait for loop transition to complete if LOOP_DEAD state is attained.
by Ravi Anand
· 19 years ago
2ea0020
[SCSI] qla2xxx: Correct eh_abort recovery logic.
by Michael Reed
· 19 years ago
77347ff
[SCSI] qla2xxx: only free_irq() after request_irq() succeeds
by Zach Brown
· 19 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
9a52a57c
[SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.
by andrew.vasquez@qlogic.com
· 19 years ago
4a59f71
[SCSI] qla2xxx: Further restrict ZIO mode support.
by andrew.vasquez@qlogic.com
· 19 years ago
48c02fd
[SCSI] qla2xxx: Consolidate ISP63xx handling.
by andrew.vasquez@qlogic.com
· 19 years ago
044cc6c
[SCSI] qla2xxx: Add ISP54xx support.
by andrew.vasquez@qlogic.com
· 19 years ago
ea5b638
[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.
by andrew.vasquez@qlogic.com
· 19 years ago
39a1124
[SCSI] qla2xxx: use kthread_ API
by Christoph Hellwig
· 19 years ago
f7757a5
[PATCH] qla2xxx: Remove bogus debug-code.
by andrew.vasquez@qlogic.com
· 19 years ago
387f96b
[PATCH] qla2xxx: Close window on race between rport removal and fcport transition.
by andrew.vasquez@qlogic.com
· 19 years ago
854165f
[SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.
by andrew.vasquez@qlogic.com
· 19 years ago
f6df144
[SCSI] qla2xxx: Add beacon support via class-device attribute.
by andrew.vasquez@qlogic.com
· 19 years ago
0441401
[SCSI] qla2xxx: Add port-speed FC transport attribute.
by andrew.vasquez@qlogic.com
· 19 years ago
052c40c
[SCSI] qla2xxx: Correct issue where the rport's upcall was not being made after relogin.
by andrew.vasquez@qlogic.com
· 19 years ago
d97994d
[SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.
by andrew.vasquez@qlogic.com
· 19 years ago
79f89a4
[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.
by andrew.vasquez@qlogic.com
· 19 years ago
0a21ef1
[SCSI] qla2xxx: fix compile error caused by pci_dev.owner move
by James Bottomley
· 19 years ago
331e347
[SCSI] qla2xxx: Add support for embedded ISP24xx firmware.
by Andrew Vasquez
· 19 years ago
5433383
[SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs.
by Andrew Vasquez
· 19 years ago
19a7b4a
[SCSI] update fc_transport for removal of block/unblock functions
by James.Smart@Emulex.Com
· 19 years ago
91ca7b0
[SCSI] Add an 'Issue LIP' device attribute in fc_transport class
by Andrew Vasquez
· 19 years ago
28f22b0
[SCSI] qla2xxx: put back label erroneously removed by eh_active patch
by James Bottomley
· 19 years ago
9a41a62
[SCSI] qla2xxx: remove eh_active checks in qla2xxx error handling
by Andrew Vasquez
· 19 years ago
Next »