summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-33/+142
* [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-031-8/+2
* [SCSI] qla2xxx: Remove an unused variable from qla2x00_remove_one().Bart Van Assche2013-07-081-3/+1
* [SCSI] qla2xxx: Remove two superfluous tests.Bart Van Assche2013-07-081-2/+1
* [SCSI] qla2xxx: Move qla2x00_free_device to the correct location.Saurav Kashyap2013-07-081-2/+1
* Merge branch 'misc' into for-linusJames Bottomley2013-05-101-1/+1
|\
| * [SCSI] qla2xxx: qla2x00_sp_compl can be static.Fengguang Wu2013-05-021-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\ \ | |/ |/|
| * constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
* | [SCSI] qla2xxx: Enhancements to support ISPFx00.Giridhar Malavali2013-04-111-12/+200
|/
* [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation.Chad Dupuis2013-02-221-0/+1
* [SCSI] qla2xxx: Update the copyright information.Saurav Kashyap2013-02-221-1/+1
* [SCSI] qla2xxx: Display the lock owner on lock acquire failure.Saurav Kashyap2013-02-221-1/+7
* [SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport.Chad Dupuis2013-02-221-2/+2
* [SCSI] qla2xxx: Avoid null pointer dereference in shutdown routine.Masanari Iida2013-02-221-0/+3
* [SCSI] qla2xxx: Correct race in loop_state assignment during reset handling.Andrew Vasquez2013-02-221-3/+3
* [SCSI] qla2xxx: Allow ISP81xx to create ATIO queues.Arun Easi2013-02-221-0/+1
* [SCSI] qla2xxx: Enable target mode support for ISP83xx.Arun Easi2013-02-221-0/+4
* [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver r...Chad Dupuis2013-02-221-6/+101
* [SCSI] qla2xxx: Determine the number of outstanding commands based on availab...Chad Dupuis2013-02-221-3/+8
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* [SCSI] qla2xxx: Dont clear drv active on iospace config failure.Saurav Kashyap2012-11-301-2/+6
* [SCSI] qla2xxx: Update ql2xextended_error_logging parameter description with ...Chad Dupuis2012-11-301-0/+2
* [SCSI] qla2xxx: Ignore driver ack bit if corresponding presence bit is not set.Saurav Kashyap2012-11-301-1/+1
* [SCSI] qla2xxx: Add Gen3 PCIe speed 8GT/s to the log message.Saurav Kashyap2012-11-301-3/+11
* [SCSI] qla2xxx: Move noisy Start scsi failed messages to verbose logging level.Chad Dupuis2012-11-301-1/+1
* [SCSI] qla2xxx: Fix coccinelle warnings in qla2x00_relogin.Saurav Kashyap2012-11-301-4/+3
* [SCSI] qla2xxx: Fix for warnings reported by sparse.Saurav Kashyap2012-11-301-7/+8
* [SCSI] qla2xxx: Change in setting UNLOADING flag and FC vports logout sequenc...Giridhar Malavali2012-11-301-2/+1
* [SCSI] qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.David Jeffery2012-11-301-2/+2
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-021-29/+741
|\
| * [SCSI] qla2xxx: Use the right field for container_of.Arun Easi2012-09-241-2/+2
| * [SCSI] qla2xxx: T10 DIF - ISP83xx changes.Arun Easi2012-09-241-5/+14
| * [SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter.Chad Dupuis2012-09-241-1/+2
| * [SCSI] qla2xxx: Do PCI fundamental reset for ISP83xxJoe Carnuccio2012-09-241-1/+2
| * [SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe.Chad Dupuis2012-09-241-1/+0
| * [SCSI] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx.Atul Deshmukh2012-09-241-1/+1
| * [SCSI] qla2xxx: Update the driver copyright.Chad Dupuis2012-09-241-1/+1
| * [SCSI] qla2xxx: Changes for ISP83xx loopback support.Chad Dupuis2012-09-241-8/+15
| * [SCSI] qla2xxx: Implemetation of mctp.Saurav Kashyap2012-09-241-14/+25
| * [SCSI] qla2xxx: IDC implementation for ISP83xx.Santosh Vernekar2012-09-241-8/+676
| * [SCSI] qla2xxx: Implementation of bidirectional.Saurav Kashyap2012-09-241-0/+1
| * [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports.Chad Dupuis2012-09-241-1/+15
| * [SCSI] qla2xxx: Fix typo in qla2xxx filesMasanari Iida2012-09-141-2/+2
| * [SCSI] qla2xxx: Bind to ISP8031 devices.Chad Dupuis2012-09-141-0/+1
* | scsi: make pci error handlers constStephen Hemminger2012-09-071-1/+1
|/
* [SCSI] qla2xxx: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2012-07-201-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2012-05-311-39/+134
|\
| * [SCSI] qla2xxx: Add LLD target-mode infrastructure for >= 24xx seriesNicholas Bellinger2012-05-221-15/+93
| * [SCSI] qla2xxx: Remove mirrored field vp_idx from struct fc_port.Joe Carnuccio2012-05-221-3/+3
OpenPOWER on IntegriCloud