| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2012-10-13 | 1 | -2/+3 |
|\ |
|
| * | [SCSI] qla2xxx: fix potential deadlock on ha->hardware_lock | Jiri Kosina | 2012-10-09 | 1 | -2/+3 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-10-10 | 2 | -16/+1 |
|\ \
| |/
|/| |
|
| * | qla2xxx: Fix endianness of task management response code | Roland Dreier | 2012-09-22 | 1 | -1/+1 |
| * | target: Simplify fabric sense data length handling | Roland Dreier | 2012-09-17 | 1 | -8/+0 |
| * | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 2012-09-17 | 1 | -7/+0 |
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2012-10-02 | 22 | -416/+2961 |
|\ \ |
|
| * | | [SCSI] qla2xxx: Update version number to 8.04.00.07-k. | Chad Dupuis | 2012-09-24 | 1 | -2/+2 |
| * | | [SCSI] qla2xxx: Use the right field for container_of. | Arun Easi | 2012-09-24 | 1 | -2/+2 |
| * | | [SCSI] qla2xxx: Allow MSI interrupt registration for ISP82xx. | Giridhar Malavali | 2012-09-24 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Don't toggle RISC interrupt bits after IRQ lines are attached. | Giridhar Malavali | 2012-09-24 | 1 | -13/+1 |
| * | | [SCSI] qla2xxx: Fix incorrect status reporting on DIF errors. | Arun Easi | 2012-09-24 | 1 | -0/+1 |
| * | | [SCSI] qla2xxx: T10 DIF - ISP83xx changes. | Arun Easi | 2012-09-24 | 7 | -54/+67 |
| * | | [SCSI] qla2xxx: Fix for legacy interrupts for ISP83xx. | Giridhar Malavali | 2012-09-24 | 1 | -0/+2 |
| * | | [SCSI] qla2xxx: Restrict nic core reset to one function for mctp. | Saurav Kashyap | 2012-09-24 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Enable fw attributes for ISP24xx and above. | Saurav Kashyap | 2012-09-24 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Get fcal position map should not be called for p2p topology. | Saurav Kashyap | 2012-09-24 | 2 | -6/+2 |
| * | | [SCSI] qla2xxx: Set Maximum Read Request Size to 4K. | Chad Dupuis | 2012-09-24 | 1 | -2/+2 |
| * | | [SCSI] qla2xxx: Enclose adapter related calls in adapter check in failed stat... | Saurav Kashyap | 2012-09-24 | 1 | -2/+4 |
| * | | [SCSI] qla2xxx: Fix for handling some error conditions in loopback. | Chad Dupuis | 2012-09-24 | 4 | -17/+27 |
| * | | [SCSI] qla2xxx: Fix description of qla2xmaxqdepth parameter. | Chad Dupuis | 2012-09-24 | 1 | -1/+2 |
| * | | [SCSI] qla2xxx: set idc version if function is first one to come. | Saurav Kashyap | 2012-09-24 | 2 | -5/+26 |
| * | | [SCSI] qla2xxx: Do not restrict the number of NPIV ports for ISP83xx. | Saurav Kashyap | 2012-09-24 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Do PCI fundamental reset for ISP83xx | Joe Carnuccio | 2012-09-24 | 1 | -1/+2 |
| * | | [SCSI] qla2xxx: Fail initialization if unable to load RISC code. | Andrew Vasquez | 2012-09-24 | 1 | -1/+2 |
| * | | [SCSI] qla2xxx: Ensure PLOGI is sent to Fabric Management-Server upon request. | Andrew Vasquez | 2012-09-24 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Remove setting Scsi_host->this_id during adapter probe. | Chad Dupuis | 2012-09-24 | 2 | -2/+0 |
| * | | [SCSI] qla2xxx: Use #defines instead of hardcoded values for intr status. | Arun Easi | 2012-09-24 | 2 | -18/+29 |
| * | | [SCSI] qla2xxx: Dont call nic restart firmware if it is already active and ru... | Saurav Kashyap | 2012-09-24 | 1 | -0/+8 |
| * | | [SCSI] qla2xxx: Wrong PCIe(2.5Gb/s x8) speed in the kerenel message for ISP82xx. | Atul Deshmukh | 2012-09-24 | 3 | -21/+1 |
| * | | [SCSI] qla2xxx: Perform ROM mbx cmd access only after ISP soft-reset during f... | Santosh Vernekar | 2012-09-24 | 1 | -8/+8 |
| * | | [SCSI] qla2xxx: Implement beacon support for ISP83xx. | Chad Dupuis | 2012-09-24 | 1 | -6/+35 |
| * | | [SCSI] qla2xxx: Fix for continuous rescan attempts in arbitrated loop topology. | Arun Easi | 2012-09-24 | 1 | -0/+2 |
| * | | [SCSI] qla2xxx: Only enable link up on the correct interrupt event. | Chad Dupuis | 2012-09-24 | 1 | -2/+1 |
| * | | [SCSI] qla2xxx: Update the driver copyright. | Chad Dupuis | 2012-09-24 | 22 | -22/+22 |
| * | | [SCSI] qla2xxx: Don't register to legacy interrupt for ISP82xx. | Giridhar Malavali | 2012-09-24 | 1 | -0/+5 |
| * | | [SCSI] qla2xxx: Changes for ISP83xx loopback support. | Chad Dupuis | 2012-09-24 | 9 | -64/+87 |
| * | | [SCSI] qla2xxx: Add bit to identify adapters for thermal temp. | Joe Carnuccio | 2012-09-24 | 1 | -2/+4 |
| * | | [SCSI] qla2xxx: Implemetation of mctp. | Saurav Kashyap | 2012-09-24 | 7 | -34/+178 |
| * | | [SCSI] qla2xxx: IDC implementation for ISP83xx. | Santosh Vernekar | 2012-09-24 | 13 | -97/+1621 |
| * | | [SCSI] qla2xxx: Add FW DUMP SIZE sysfs attribute. | Harish Zunjarrao | 2012-09-24 | 1 | -0/+20 |
| * | | [SCSI] qla2xxx: Implementation of bidirectional. | Saurav Kashyap | 2012-09-24 | 11 | -12/+656 |
| * | | [SCSI] qla2xxx: Use bitmap to store loop_id's for fcports. | Chad Dupuis | 2012-09-24 | 5 | -62/+65 |
| * | | [SCSI] qla2xxx: Display mailbox failure by default. | Saurav Kashyap | 2012-09-14 | 1 | -1/+1 |
| * | | [SCSI] qla2xxx: Fix typo in qla2xxx files | Masanari Iida | 2012-09-14 | 7 | -10/+10 |
| * | | [SCSI] qla2xxx: Add check in qla82xx_watchdog for failed hardware state. | Chad Dupuis | 2012-09-14 | 2 | -5/+13 |
| * | | [SCSI] qla2xxx: Add I2C BSG interface. | Joe Carnuccio | 2012-09-14 | 2 | -0/+106 |
| * | | [SCSI] qla2xxx: Bind to ISP8031 devices. | Chad Dupuis | 2012-09-14 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ |
|
| * | | workqueue: deprecate flush[_delayed]_work_sync() | Tejun Heo | 2012-08-20 | 1 | -1/+1 |
| |/ |
|