Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cce28794bc99c15f0d4c98936a473ac6e21be0ad
/
drivers
/
scsi
/
qla2xxx
/
qla_os.c
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
08b7e10
SCSI: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
62a276f
[SCSI] qla2xxx: Use standard PCIe Capability Link register field names
by Bjorn Helgaas
· 11 years ago
353d944
[SCSI] qla2xxx: Move queue depth ramp down message to i/o debug level.
by Chad Dupuis
· 11 years ago
1fe19ee
[SCSI] qla2xxx: Add changes to support extended IOs for ISPFX00
by Armen Baloyan
· 11 years ago
71e5600
[SCSI] qla2xxx: Add critical temperature handling for ISPFX00.
by Armen Baloyan
· 11 years ago
4247934
[SCSI] qla2xxx: Notify ISPFX00 firmware when driver is unloaded or system is shut down.
by Armen Baloyan
· 11 years ago
5854771
[SCSI] qla2xxx: Add ISPFX00 specific bus reset routine.
by Armen Baloyan
· 11 years ago
7ec0eff
[SCSI] qla2xxx: Add support for ISP8044.
by Atul Deshmukh
· 11 years ago
7b83355
[SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN format
by Oleksandr Khoshaba
· 11 years ago
6e97c9d
[SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one().
by Bart Van Assche
· 11 years ago
c5dcfaa
[SCSI] qla2xxx: Remove two superfluous tests.
by Bart Van Assche
· 11 years ago
3491255
[SCSI] qla2xxx: Move qla2x00_free_device to the correct location.
by Saurav Kashyap
· 11 years ago
832e77b
Merge branch 'misc' into for-linus
by James Bottomley
· 12 years ago
14b0680
[SCSI] qla2xxx: qla2x00_sp_compl can be static.
by Fengguang Wu
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8ae6d9c
[SCSI] qla2xxx: Enhancements to support ISPFx00.
by Giridhar Malavali
· 12 years ago
75ef9de
constify a bunch of struct file_operations instances
by Al Viro
· 12 years ago
f356bef
[SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.
by Chad Dupuis
· 12 years ago
1e63395
[SCSI] qla2xxx: Update the copyright information.
by Saurav Kashyap
· 12 years ago
6c31555
[SCSI] qla2xxx: Display the lock owner on lock acquire failure.
by Saurav Kashyap
· 12 years ago
b00ee7d
[SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport.
by Chad Dupuis
· 12 years ago
552f3f9
[SCSI] qla2xxx: Avoid null pointer dereference in shutdown routine.
by Masanari Iida
· 12 years ago
0b7e7c5
[SCSI] qla2xxx: Correct race in loop_state assignment during reset handling.
by Andrew Vasquez
· 12 years ago
b8aa4bd
[SCSI] qla2xxx: Allow ISP81xx to create ATIO queues.
by Arun Easi
· 12 years ago
aa230bc
[SCSI] qla2xxx: Enable target mode support for ISP83xx.
by Arun Easi
· 12 years ago
3c290d0
[SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low.
by Chad Dupuis
· 12 years ago
8d93f55
[SCSI] qla2xxx: Determine the number of outstanding commands based on available resources.
by Chad Dupuis
· 12 years ago
6f03979
Drivers: scsi: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
0a63ad1
[SCSI] qla2xxx: Dont clear drv active on iospace config failure.
by Saurav Kashyap
· 12 years ago
29f9f90
[SCSI] qla2xxx: Update ql2xextended_error_logging parameter description with new option.
by Chad Dupuis
· 12 years ago
807fb6d
[SCSI] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set.
by Saurav Kashyap
· 12 years ago
49300af
[SCSI] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message.
by Saurav Kashyap
· 12 years ago
53016ed
[SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level.
by Chad Dupuis
· 12 years ago
0300396
[SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin.
by Saurav Kashyap
· 12 years ago
fa49263
[SCSI] qla2xxx: Fix for warnings reported by sparse.
by Saurav Kashyap
· 12 years ago
220d36b
[SCSI] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequence while unloading qla2xxx driver.
by Giridhar Malavali
· 12 years ago
a394aac
[SCSI] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.
by David Jeffery
· 12 years ago
3151367
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
2ad1b67
[SCSI] qla2xxx: Use the right field for container_of.
by Arun Easi
· 12 years ago
9e522cd
[SCSI] qla2xxx: T10 DIF - ISP83xx changes.
by Arun Easi
· 12 years ago
e92e4a8
[SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter.
by Chad Dupuis
· 12 years ago
9567611
[SCSI] qla2xxx: Do PCI fundamental reset for ISP83xx
by Joe Carnuccio
· 12 years ago
5d2878b
[SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe.
by Chad Dupuis
· 12 years ago
9d55ca6
[SCSI] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx.
by Atul Deshmukh
· 12 years ago
46152ce
[SCSI] qla2xxx: Update the driver copyright.
by Chad Dupuis
· 12 years ago
8fcd6b8
[SCSI] qla2xxx: Changes for ISP83xx loopback support.
by Chad Dupuis
· 12 years ago
8117877
[SCSI] qla2xxx: Implemetation of mctp.
by Saurav Kashyap
· 12 years ago
7d613ac
[SCSI] qla2xxx: IDC implementation for ISP83xx.
by Santosh Vernekar
· 12 years ago
a9b6f722
[SCSI] qla2xxx: Implementation of bidirectional.
by Saurav Kashyap
· 12 years ago
5f16b33
[SCSI] qla2xxx: Use bitmap to store loop_id's for fcports.
by Chad Dupuis
· 12 years ago
d6a0358
[SCSI] qla2xxx: Fix typo in qla2xxx files
by Masanari Iida
· 12 years ago
650f528
[SCSI] qla2xxx: Bind to ISP8031 devices.
by Chad Dupuis
· 12 years ago
a55b2d2
scsi: make pci error handlers const
by Stephen Hemminger
· 12 years ago
e67f132
[SCSI] qla2xxx: remove unnecessary reads of PCI_CAP_ID_EXP
by Jon Mason
· 12 years ago
0545522
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 12 years ago
e8650a0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
2d70c10
[SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx series
by Nicholas Bellinger
· 13 years ago
c6d39e2
[SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.
by Joe Carnuccio
· 13 years ago
46270af
[SCSI] qla2xxx: Fix typo in bus-reset handler.
by Andrew Vasquez
· 13 years ago
5f28d2d
[SCSI] qla2xxx: Add ql_dbg_verbose logging level.
by Saurav Kashyap
· 13 years ago
9a347ff
[SCSI] qla2xxx: Handle interrupt registration failures more gracefully.
by Chad Dupuis
· 13 years ago
aaf4d3e
[SCSI] qla2xxx: Properly check for current state after the fabric-login request.
by Saurav Kashyap
· 13 years ago
cf92549
qla2xxx: Remove redundant NULL check before release_firmware() call.
by Jesper Juhl
· 13 years ago
8a65522
[SCSI] qla2xxx: handle default case in qla2x00_request_firmware()
by Dan Carpenter
· 13 years ago
642ef98
[SCSI] qla2xxx: Add ha->max_fibre_devices to keep track of the maximum number of targets.
by Chad Dupuis
· 13 years ago
7a67735
[SCSI] qla2xxx: Cache swl during fabric discovery.
by Andrew Vasquez
· 13 years ago
733a95b
[SCSI] qla2xxx: Remove EDC sysfs interface.
by Joe Carnuccio
· 13 years ago
9ba56b9
[SCSI] qla2xxx: Consolidation of SRB processing.
by Giridhar Malavali
· 13 years ago
6246b8a
[SCSI] qla2xxx: Enhancements to support ISP83xx.
by Giridhar Malavali
· 13 years ago
c7a9927
[SCSI] qla2xxx: Remove check for null fcport from host reset handler.
by Michael Christie
· 13 years ago
67ddda3
[SCSI] qla2xxx: Correct out of bounds read of ISP2200 mailbox registers.
by Andrew Vasquez
· 13 years ago
aa651be
[SCSI] qla2xxx: Add check for null fcport references in qla2xxx_queuecommand.
by Chad Dupuis
· 13 years ago
a55aac7
[SCSI] qla2xxx: Propagate up abort failures.
by Arun Easi
· 13 years ago
cba1e47
[SCSI] qla2xxx: Move initialization of some variables before iospace_config.
by Chad Dupuis
· 13 years ago
706f457
[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.
by Giridhar Malavali
· 13 years ago
6e96fa7
[SCSI] qla2xxx: Corrected the default setting of the help text of Minidump capture mask.
by Giridhar Malavali
· 13 years ago
c142caf
[SCSI] qla2xxx: Limit excessive DPC cycles.
by Andrew Vasquez
· 13 years ago
c463119
[SCSI] qla2xxx: Proper cleanup of pass through commands when firmware returns error.
by Giridhar Malavali
· 13 years ago
cfb0919
[SCSI] qla2xxx: Update to dynamic logging.
by Chad Dupuis
· 13 years ago
d8424f6
[SCSI] qla2xxx: Make the logging functions verify their arguments and fixed the current broken uses as appropriate.
by Joe Perches
· 13 years ago
c8f6544
[SCSI] qla2xxx: Encapsulate prematurely completing mailbox commands during ISP82xx firmware hang.
by Chad Dupuis
· 13 years ago
3aadff3
[SCSI] qla2xxx: Enable Minidump by default with default capture mask 0x1f.
by Giridhar Malavali
· 13 years ago
841c5e5
[SCSI] qla2xxx: Stop unconditional completion of mailbox commands issued in interrupt mode during firmware hang.
by Giridhar Malavali
· 13 years ago
0cd33fc
[SCSI] qla2xxx: Revert back the request queue mapping to request queue 0.
by Giridhar Malavali
· 13 years ago
ad53768
[SCSI] qla2xxx: Remove qla2x00_wait_for_loop_ready function.
by Saurav Kashyap
· 13 years ago
ec7ae51
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 13 years ago
9bfacd0
[SCSI] qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unload
by Roland Dreier
· 13 years ago
86e45bf
[SCSI] qla2xxx: Enable write permission to some debug related module parameters to be changed dynamically.
by Chad Dupuis
· 13 years ago
999916d
[SCSI] qla2xxx: Implemeted beacon on/off for ISP82XX.
by Saurav Kashyap
· 13 years ago
08de284
[SCSI] qla2xxx: Add support for ISP82xx to capture dump (minidump) on failure.
by Giridhar Malavali
· 13 years ago
bc91ade
[SCSI] qla2xxx: Double check for command completion if abort mailbox command fails.
by Chad Dupuis
· 13 years ago
7594206
[SCSI] qla2xxx: Acquire hardware lock while manipulating dsd list.
by Saurav Kashyap
· 13 years ago
e02587d
[SCSI] qla2xxx: T10 DIF - Fix incorrect error reporting.
by Arun Easi
· 13 years ago
8cb2049
[SCSI] qla2xxx: T10 DIF - Handle uninitalized sectors.
by Arun Easi
· 13 years ago
7c3df13
[SCSI] qla2xxx: Code changes to support new dynamic logging infrastructure.
by Saurav Kashyap
· 13 years ago
3ce8866
[SCSI] qla2xxx: Basic infrastructure for dynamic logging.
by Saurav Kashyap
· 13 years ago
8251592
[SCSI] qla2xxx: Allow an override of the registered maximum LUN.
by Andrew Vasquez
· 14 years ago
134ae07
[SCSI] qla2xxx: Use passed in host to initialize local scsi_qla_host in queuecommand function
by Madhuranath Iyengar
· 14 years ago
43ebf16
[SCSI] qla2xxx: Fix hang during driver unload when vport is active.
by Arun Easi
· 14 years ago
Next »