summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* qla2xxx: Use dma_zalloc_coherentJoe Perches2014-07-251-6/+4
* scsi: use 64-bit value for 'max_luns'Hannes Reinecke2014-07-172-4/+4
* scsi: use 64-bit LUNsHannes Reinecke2014-07-177-45/+47
* qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke2014-07-171-1/+6
* qla2xxx: Fix sparse warning in qla_target.c.Quinn Tran2014-06-252-8/+13
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-143-21/+26
|\
| * qla2xxx: fix sparse warnings introduced by previous target mode t10-dif patchQuinn Tran2014-06-023-21/+26
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-06-124-65/+147
|\ \
| * | qla2xxx: Convert to percpu_ida session tag pre-allocationNicholas Bellinger2014-06-034-65/+147
* | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-06-0931-442/+1890
|\ \ \ | | |/ | |/|
| * | qla2xxx: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-05-281-2/+1
| * | qla2xxx: fix incorrect debug printkDan Carpenter2014-05-281-1/+2
| * | qla2xxx: Update the driver version to 8.07.00.08-k.Saurav Kashyap2014-05-191-1/+1
| * | qla2xxx: Remove wait for online from host reset handler.Chad Dupuis2014-05-192-46/+6
| * | qla2xxx: Do logins from a chip reset in DPC thread instead of the error handl...Chad Dupuis2014-05-192-39/+7
| * | qla2xxx: ABTS cause double free of qla_tgt_cmd +.Quinn Tran2014-05-191-3/+26
| * | qla2xxx: T10-Dif: add T10-PI supportQuinn Tran2014-05-1910-76/+851
| * | qla2xxx: Remove mapped vp index iterator macro dead code.Himanshu Madhani2014-05-191-7/+0
| * | qla2xxx: Add MBC option for fast SFP data access.Joe Carnuccio2014-05-191-1/+1
| * | qla2xxx: Fix beacon blink logic for ISP26xx/83xx.Himanshu Madani2014-05-192-7/+6
| * | qla2xxx: Don't check for firmware hung during the reset context for ISP82XX.Tej Prakash2014-05-191-30/+13
| * | qla2xxx: Delay driver unload if there is any pending activity going on.Sawan Chandak2014-05-191-0/+24
| * | qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio2014-05-196-11/+33
| * | qla2xxx: ISP27xx firmware dump template spec updates (including T274).Joe Carnuccio2014-05-193-33/+78
| * | qla2xxx: Reduce the time we wait for a command to complete during SCSI error ...Chad Dupuis2014-05-191-1/+1
| * | qla2xxx: Check the QLA8044_CRB_DRV_ACTIVE_INDEX register when we are not the ...Hiral Patel2014-05-193-63/+59
| * | qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.Chad Dupuis2014-05-191-1/+1
| * | qla2xxx: Adjust adapter reset routine to the changes in firmware specificatio...Armen Baloyan2014-05-192-8/+48
| * | qla2xxx: Avoid escalating the SCSI error handler if the command is not found ...Chad Dupuis2014-05-193-5/+26
| * | qla2xxx: IOCB data should be copied to I/O mem using memcpy_toio.Atul Deshmukh2014-05-191-1/+1
| * | qla2xxx: ISP8044 poll ipmdio bus timeout improvement.Joe Carnuccio2014-05-191-8/+7
| * | qla2xxx: Remove unnecessary printk_ratelimited from qla_nx2.cChad Dupuis2014-05-191-2/+0
| * | qla2xxx: Include <delay.h> file for msleep declartion in qla_nx2.c file.Atul Deshmukh2014-05-191-0/+1
| * | qla2xxx: Use proper log message for flash lock failed error.Atul Deshmukh2014-05-193-3/+7
| * | qla2xxx: Decrease pci access for response queue processing for ISPFX00.Armen Baloyan2014-05-191-1/+1
| * | qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-1928-28/+28
| * | qla2xxx: Update entry type 270 to match spec update.Joe Carnuccio2014-05-191-1/+1
| * | qla2xxx: Enable fw_dump_size for ISP8044.Hiral Patel2014-05-191-1/+1
| * | qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel2014-05-196-12/+44
| * | qla2xxx: Remove unnecessary delays from fw dump code path.Hiral Patel2014-05-192-41/+32
| * | qla2xxx: Track the process when the ROM_LOCK failure happensHiral Patel2014-05-192-9/+14
| * | qla2xxx: Correction to ISP27xx template entry types 256 and 258.Joe Carnuccio2014-05-191-1/+1
| * | qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio2014-05-196-3/+137
| * | qla2xxx: Check for peg alive counter and clear any outstanding mailbox command.Giridhar Malavali2014-05-191-5/+8
| * | qla2xxx: Support of new firmware dump opcodes QLA8044_RDDFE(38), QLA8044_RDMD...Pratik Mohanty2014-05-194-1/+384
| * | qla2xxx: Allow the next firmware dump if the previous dump capture fails for ...Saurav Kashyap2014-05-194-6/+11
| * | qla2xxx: Add pci device id 0x2271.Joe Carnuccio2014-05-192-8/+21
| * | qla2xxx: Issue abort command for outstanding commands during cleanup when onl...Giridhar Malavali2014-05-191-2/+4
| * | qla2xxx: Log when device state is moved to failed state.Giridhar Malavali2014-05-191-8/+23
| * | qla2xxx: Correct ISP83xx/ISP27xx mislogic in setting out_mb in qla25xx_init_r...Joe Carnuccio2014-05-191-1/+1
OpenPOWER on IntegriCloud