| Commit message (Expand) | Author | Age | Files | Lines |
* | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmds | Joern Engel | 2013-05-20 | 1 | -1/+1 |
* | Merge branch 'misc' into for-linus | James Bottomley | 2013-05-10 | 3 | -6/+6 |
|\ |
|
| * | [SCSI] qla2xxx: Update firmware link in Kconfig file. | Chad Dupuis | 2013-05-10 | 1 | -1/+3 |
| * | [SCSI] qla2xxx: qla2x00_sp_compl can be static. | Fengguang Wu | 2013-05-02 | 1 | -1/+1 |
| * | [SCSI] qla2xxx: fix sparse warning "large integer implicitly truncated to uns... | Armen Baloyan | 2013-05-02 | 1 | -4/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | constify a bunch of struct file_operations instances | Al Viro | 2013-04-09 | 1 | -1/+1 |
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2013-04-30 | 17 | -107/+4803 |
|\ \ |
|
| * | | [SCSI] qla2xxx: Update the driver version to 8.05.00.03-k. | Saurav Kashyap | 2013-04-11 | 1 | -2/+2 |
| * | | [SCSI] qla2xxx: Obtain loopback iteration count from bsg request. | Joe Carnuccio | 2013-04-11 | 3 | -3/+5 |
| * | | [SCSI] qla2xxx: Add clarifying printk to thermal access fail cases. | Joe Carnuccio | 2013-04-11 | 1 | -2/+3 |
| * | | [SCSI] qla2xxx: Remove duplicated include form qla_isr.c | Wei Yongjun | 2013-04-11 | 1 | -2/+0 |
| * | | [SCSI] qla2xxx: Enhancements to support ISPFx00. | Giridhar Malavali | 2013-04-11 | 15 | -98/+4793 |
* | | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-04-30 | 2 | -20/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | qla2xxx: Remove unused function | Jörn Engel | 2013-04-25 | 2 | -20/+0 |
| |/ |
|
* | | [SCSI] qla2xxx: Update the driver version to 8.04.00.13-k. | Saurav Kashyap | 2013-04-06 | 1 | -1/+1 |
* | | [SCSI] qla2xxx: Remove debug code that msleeps for random duration. | Saurav Kashyap | 2013-04-06 | 1 | -5/+0 |
* | | [SCSI] qla2xxx: Fix crash during firmware dump procedure. | Arun Easi | 2013-04-06 | 2 | -2/+2 |
* | | [SCSI] Revert "qla2xxx: Add setting of driver version string for vendor appli... | Joe Carnuccio | 2013-04-06 | 5 | -64/+1 |
|/ |
|
* | [SCSI] qla2xxx: Wait for IDC complete event to finish loopback operation. | Chad Dupuis | 2013-02-22 | 4 | -10/+39 |
* | [SCSI] qla2xxx: Integrate generic card temperature with mezz card temperature. | Joe Carnuccio | 2013-02-22 | 6 | -40/+86 |
* | [SCSI] qla2xxx: Don't process state change aen for reset owner. | Saurav Kashyap | 2013-02-22 | 1 | -0/+2 |
* | [SCSI] qla2xxx: Don't process RSCNs for a vport on the same physical adapter. | Chad Dupuis | 2013-02-22 | 3 | -18/+33 |
* | [SCSI] qla2xxx: Add setting of driver version string for vendor application. | Joe Carnuccio | 2013-02-22 | 5 | -1/+66 |
* | [SCSI] qla2xxx: Correction of comment in MBC opcode defines. | Joe Carnuccio | 2013-02-22 | 1 | -2/+2 |
* | [SCSI] qla2xxx: Correct list-iteration bug in Report-ID Acquisition codes. | Andrew Vasquez | 2013-02-22 | 1 | -3/+8 |
* | [SCSI] Revert "[SCSI] qla2xxx: Optimize existing port name server query match... | Joe Carnuccio | 2013-02-22 | 2 | -8/+9 |
* | [SCSI] Revert "[SCSI] qla2xxx: Avoid losing any fc ports when loop id's are e... | Joe Carnuccio | 2013-02-22 | 1 | -20/+63 |
* | [SCSI] qla2xxx: silence two GCC warnings. | Paul Bolle | 2013-02-22 | 2 | -4/+5 |
* | [SCSI] qla2xxx: Update the copyright information. | Saurav Kashyap | 2013-02-22 | 21 | -21/+21 |
* | [SCSI] qla2xxx: Display the lock owner on lock acquire failure. | Saurav Kashyap | 2013-02-22 | 3 | -3/+16 |
* | [SCSI] qla2xxx: Move loopback mode reset after chip reset check. | Chad Dupuis | 2013-02-22 | 1 | -19/+20 |
* | [SCSI] qla2xxx: Extra loopback error handling for ISP83xx. | Chad Dupuis | 2013-02-22 | 2 | -56/+87 |
* | [SCSI] qla2xxx: Unload hangs after issuing BSG commands to vport. | Chad Dupuis | 2013-02-22 | 4 | -10/+15 |
* | [SCSI] qla2xxx: Do MPI reset only for ISP81xx. | Saurav Kashyap | 2013-02-22 | 1 | -4/+6 |
* | [SCSI] qla2xxx: Do link initialization on get loop id failure. | Joe Carnuccio | 2013-02-22 | 5 | -1/+61 |
* | [SCSI] qla2xxx: Update the FTP site references in the driver sources. | Giridhar Malavali | 2013-02-22 | 1 | -1/+1 |
* | [SCSI] qla2xxx: Reject loopback request if one is already in progress. | Chad Dupuis | 2013-02-22 | 2 | -1/+9 |
* | [SCSI] qla2xxx: Print thermal unsupported message. | Joe Carnuccio | 2013-02-22 | 2 | -1/+5 |
* | [SCSI] qla2xxx: Avoid null pointer dereference in shutdown routine. | Masanari Iida | 2013-02-22 | 1 | -0/+3 |
* | [SCSI] qla2xxx: Get VPD information from common location for CNA. | Saurav Kashyap | 2013-02-22 | 3 | -17/+3 |
* | [SCSI] qla2xxx: Correct race in loop_state assignment during reset handling. | Andrew Vasquez | 2013-02-22 | 1 | -3/+3 |
* | [SCSI] qla2xxx: Correction to the message ids. | Saurav Kashyap | 2013-02-22 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Prevent enabling target mode for unsupported HBAs. | Arun Easi | 2013-02-22 | 3 | -1/+8 |
* | [SCSI] qla2xxx: Allow ISP81xx to create ATIO queues. | Arun Easi | 2013-02-22 | 1 | -0/+1 |
* | [SCSI] qla2xxx: Enable target mode support for ISP83xx. | Arun Easi | 2013-02-22 | 8 | -25/+187 |
* | [SCSI] qla2xxx: Ramp down queue depth for attached SCSI devices when driver r... | Chad Dupuis | 2013-02-22 | 6 | -7/+135 |
* | [SCSI] qla2xxx: Determine the number of outstanding commands based on availab... | Chad Dupuis | 2013-02-22 | 13 | -47/+110 |
* | Drivers: scsi: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -1/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-12-15 | 2 | -3/+22 |
|\ |
|