aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+9
* SCSI: qla2xxx: Test and clear FCPORT_UPDATE_NEEDED atomically.David Jeffery2013-01-171-2/+2
* qla2xxx: Fix crash in qla2x00_abort_all_cmds() on unloadRoland Dreier2011-10-161-4/+5
* qla2xxx: Correct inadvertent loop state transitions during port-update handling.Andrew Vasquez2011-10-032-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-04-266-10/+10
| |\
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-2/+2
* | | [SCSI] qla2xxx: Refactor call to qla2xxx_read_sfp for thermal temperature.Joe Carnuccio2011-05-171-42/+11
* | | [SCSI] qla2xxx: Unify the read/write sfp mailbox command routines.Joe Carnuccio2011-05-173-62/+33
* | | [SCSI] qla2xxx: Clear complete initialization control block.Andrew Vasquez2011-05-171-1/+1
* | | [SCSI] qla2xxx: Allow an override of the registered maximum LUN.Andrew Vasquez2011-05-173-2/+9
* | | [SCSI] qla2xxx: Add host number in reset and quiescent message logs.Saurav Kashyap2011-05-171-3/+5
* | | [SCSI] qla2xxx: Correctly read sfp single byte mailbox register.Joe Carnuccio2011-05-171-2/+2
* | | [SCSI] qla2xxx: Add qla82xx_rom_unlock() function.Chad Dupuis2011-05-172-8/+13
* | | [SCSI] qla2xxx: Log if qla82xx firmware fails to load from flash.Chad Dupuis2011-05-171-1/+5
* | | [SCSI] qla2xxx: Use passed in host to initialize local scsi_qla_host in queue...Madhuranath Iyengar2011-05-171-1/+1
* | | [SCSI] qla2xxx: Correct buffer start in edc sysfs debug print.Joe Carnuccio2011-05-171-1/+1
* | | [SCSI] qla2xxx: Update firmware version after flash update for ISP82xx.Saurav Kashyap2011-05-171-0/+7
* | | [SCSI] qla2xxx: Fix hang during driver unload when vport is active.Arun Easi2011-05-171-10/+15
* | | [SCSI] qla2xxx: Properly set the dsd_list_len for dsd_chaining in cmd type 6.Andrew Vasquez2011-05-172-4/+3
* | | [SCSI] qla2xxx: Fix virtual port failing to login after chip reset.Saurav Kashyap2011-05-171-3/+4
* | | [SCSI] qla2xxx: Fix vport delete hang when logins are outstanding.Arun Easi2011-05-171-2/+3
* | | [SCSI] qla2xxx: Update version number to 8.03.07.03-k.Madhuranath Iyengar2011-05-011-2/+2
* | | [SCSI] qla2xxx: Log fcport state transitions when debug messages are enabled.Chad Dupuis2011-05-016-8/+35
* | | [SCSI] qla2xxx: Verify login-state has transitioned to PRLI-completed.Andrew Vasquez2011-05-012-5/+23
* | | [SCSI] qla2xxx: Limit the logs in case device state does not change for ISP82xx.Giridhar Malavali2011-05-011-4/+14
* | | [SCSI] qla2xxx: Add the ql2xdontresethba module_param.Giridhar Malavali2011-05-013-0/+10
* | | [SCSI] qla2xxx: Display hardware/firmware registers to get more information a...Giridhar Malavali2011-05-011-0/+18
* | | [SCSI] qla2xxx: Add test for valid loop id to qla2x00_relogin().Joe Carnuccio2011-05-013-3/+14
* | | [SCSI] qla2xxx: Perform FCoE context reset before trying adapter reset for IS...Giridhar Malavali2011-05-012-11/+37
* | | [SCSI] qla2xxx: Remove extra call to qla82xx_check_fw_alive().Giridhar Malavali2011-05-011-1/+0
* | | [SCSI] qla2xxx: Updated the reset sequence for ISP82xx.Giridhar Malavali2011-05-011-2/+17
* | | [SCSI] qla2xxx: Update copyright banner.Andrew Vasquez2011-05-0122-22/+22
* | | [SCSI] qla2xxx: Free firmware PCB on logout request.Andrew Vasquez2011-05-011-1/+2
* | | [SCSI] qla2xxx: Include request queue ID in the upper 16-bits of the I/O hand...Mike Hernandez2011-05-011-1/+1
* | | [SCSI] qla2xxx: Remove extraneous setting of FCF_ASYNC_SENT during login-done...Andrew Vasquez2011-05-011-1/+0
* | | [SCSI] qla2xxx: Check for a match before attempting to set FCP-priority infor...Andrew Vasquez2011-05-011-6/+9
* | | [SCSI] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in asy...Andrew Vasquez2011-05-011-3/+3
* | | [SCSI] qla2xxx: Display PortID information during FCP command-status handling.Andrew Vasquez2011-05-011-4/+5
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-316-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-179-120/+301
|\
| * [SCSI] qla2xxx: Update version number to 8.03.07.00Madhuranath Iyengar2011-02-251-2/+2
| * [SCSI] qla2xxx: Check return value of fc_block_scsi_eh()Andrew Vasquez2011-02-251-9/+20
| * [SCSI] qla2xxx: The ISP82XX should be online while waiting for commands compl...Saurav Kashyap2011-02-251-3/+16
| * [SCSI] qla2xxx: Propagate block-layer tags on submitted I/Os.Andrew Vasquez2011-02-252-2/+82
| * [SCSI] qla2xxx: Adjust FCP_RSP response-info field check after TMF completion.Andrew Vasquez2011-02-251-16/+13
| * [SCSI] qla2xxx: Clear any stale login-states during an adapter reset.Andrew Vasquez2011-02-251-0/+17
| * [SCSI] qla2xxx: Pass right CT command string for CT status processing.Andrew Vasquez2011-02-251-1/+1
| * [SCSI] qla2xxx: Don't wait for active mailbox command completion when firmwar...Giridhar Malavali2011-02-251-7/+7
| * [SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.Giridhar Malavali2011-02-256-61/+125