<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/scsi/qla2xxx/qla_gbl.h, branch v2.6.39-rc2</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v2.6.39-rc2</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v2.6.39-rc2'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2011-02-25T17:51:44Z</updated>
<entry>
<title>[SCSI] qla2xxx: Abort pending commands for faster recovery during ISP reset.</title>
<updated>2011-02-25T17:51:44Z</updated>
<author>
<name>Giridhar Malavali</name>
<email>giridhar.malavali@qlogic.com</email>
</author>
<published>2011-02-23T23:27:10Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=7190575f7a48c82fd99363748544023739dc4bb8'/>
<id>urn:sha1:7190575f7a48c82fd99363748544023739dc4bb8</id>
<content type='text'>
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Remove code to not reset ISP82xx on failure.</title>
<updated>2010-12-23T22:07:55Z</updated>
<author>
<name>Giridhar Malavali</name>
<email>giridhar.malavali@qlogic.com</email>
</author>
<published>2010-12-22T00:00:25Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=0ce87911491d4167198b863c102c7e4d09202561'/>
<id>urn:sha1:0ce87911491d4167198b863c102c7e4d09202561</id>
<content type='text'>
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Add sysfs node for displaying board temperature.</title>
<updated>2010-12-23T22:04:37Z</updated>
<author>
<name>Andrew Vasquez</name>
<email>andrew.vasquez@qlogic.com</email>
</author>
<published>2010-12-22T00:00:21Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=794a5691147652387f4a2ffa890c5c1983e38849'/>
<id>urn:sha1:794a5691147652387f4a2ffa890c5c1983e38849</id>
<content type='text'>
Signed-off-by: Andrew Vasquez &lt;andrew.vasquez@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Update FCP priority information to firmware before sending IOs</title>
<updated>2010-12-23T21:45:02Z</updated>
<author>
<name>Madhuranath Iyengar</name>
<email>Madhu.Iyengar@qlogic.com</email>
</author>
<published>2010-12-22T00:00:18Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=21090cbe95189d4ce6135fc8fec2f416b3eb227f'/>
<id>urn:sha1:21090cbe95189d4ce6135fc8fec2f416b3eb227f</id>
<content type='text'>
The FCP priority info was not being updated properly in certain situations.
Here are the changes that needs to be done to take care of this issue:
1. No need to check fcport-&gt;state for FCS_UNCONFIGURED in
qla24xx_update_fcport_fcp_prio(), since an invalid loop id check is
already performed which is sufficient.
2. Add the missing qla24xx_update_fcport_fcp_prio() function call
within qla2x00_update_fcport() function, so that the priority info
is updated on every port addition or change.
3. Perform proper adapter types checking.
4. Other changes, associated with DEBUG/printk's and parameter passing.

Signed-off-by: Saurav Kashyap &lt;saurav.kashyap@qlogic.com&gt;
Signed-off-by: Andrew Vasquez &lt;andrew.vasquez@qlogic.com&gt;
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Added support for quiescence mode for ISP82xx.</title>
<updated>2010-12-23T21:40:55Z</updated>
<author>
<name>Saurav Kashyap</name>
<email>saurav.kashyap@qlogic.com</email>
</author>
<published>2010-12-22T00:00:14Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=579d12b58abb4bd1161728f0a4a2524258ecf0a3'/>
<id>urn:sha1:579d12b58abb4bd1161728f0a4a2524258ecf0a3</id>
<content type='text'>
Support is added for quiescence mode. This feature is for P3P
adapters. Any of the functions can put the firmware into quiescence
state. All the others have to ack that request. During quiescence mode
current commands are processed and all the new incoming I/Os are
blocked. Loop resync is performed after firmware comes out of
quiescence state.

Signed-off-by: Saurav Kashyap &lt;saurav.kashyap@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Add module parameter to enable/disable GFF_ID device type check.</title>
<updated>2010-10-25T20:58:28Z</updated>
<author>
<name>Chad Dupuis</name>
<email>chad.dupuis@qlogic.com</email>
</author>
<published>2010-10-15T18:27:40Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=4da26e162b69d89c3186a35a052c05e61a555637'/>
<id>urn:sha1:4da26e162b69d89c3186a35a052c05e61a555637</id>
<content type='text'>
Add the module parameter ql2xgffidenable to disable/enable the use of the
GFF_ID name server command to prevent non FCP SCSI devices from being added to
the driver's internal fc_port database.

Signed-off-by: Chad Dupuis &lt;chad.dupuis@qlogic.com&gt;
Signed-off-by: Madhuranath Iyengar &lt;Madhu.Iyengar@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Handle MPI timeout indicated by AE8002</title>
<updated>2010-09-05T18:35:01Z</updated>
<author>
<name>Madhuranath Iyengar</name>
<email>madhuranath.iyengar@qlogic.com</email>
</author>
<published>2010-09-03T22:20:54Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=b1d46989c12ec4d93f274ca8378bb1a6014d244a'/>
<id>urn:sha1:b1d46989c12ec4d93f274ca8378bb1a6014d244a</id>
<content type='text'>
In case the MPI times out, the FW issues an async event AE8002
to indicate this to every FCoE function. The FC/FCoE driver is
required to handle this, by doing a soft reset and issuing a
Write MPI register mailbox command to reset the MPI.

Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.</title>
<updated>2010-09-05T18:34:58Z</updated>
<author>
<name>Giridhar Malavali</name>
<email>giridhar.malavali@qlogic.com</email>
</author>
<published>2010-09-03T22:20:52Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=77e334d240aa0a771f861656d639ea13e9fc6569'/>
<id>urn:sha1:77e334d240aa0a771f861656d639ea13e9fc6569</id>
<content type='text'>
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Added AER support for ISP82xx.</title>
<updated>2010-09-05T18:33:07Z</updated>
<author>
<name>Lalit Chandivade</name>
<email>lalit.chandivade@qlogic.com</email>
</author>
<published>2010-09-03T22:20:50Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a5b36321918b3a1295748b77c62976c167233eec'/>
<id>urn:sha1:a5b36321918b3a1295748b77c62976c167233eec</id>
<content type='text'>
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
<entry>
<title>[SCSI] qla2xxx: Cleanup some dead-code and make some functions static.</title>
<updated>2010-07-28T14:06:18Z</updated>
<author>
<name>Andrew Vasquez</name>
<email>andrew.vasquez@qlogic.com</email>
</author>
<published>2010-07-23T10:28:37Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=3dbe756a66afbec6487068d4213ecccc3a18807f'/>
<id>urn:sha1:3dbe756a66afbec6487068d4213ecccc3a18807f</id>
<content type='text'>
Signed-off-by: Giridhar Malavali &lt;giridhar.malavali@qlogic.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@suse.de&gt;
</content>
</entry>
</feed>
