aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-09-25qla2xxx: Add support for QFull throttling and Term Exchange retryQuinn Tran1-0/+2
2014-09-25qla2xxx: Increase the request queue size to 8K for ISP2031Saurav Kashyap1-1/+1
2014-09-25qla2xxx: Add Host reset handling in target mode.Arun Easi1-0/+2
2014-09-25qla2xxx: Disable PCI device in shutdown handler.Chad Dupuis1-0/+3
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis1-0/+9
2014-09-25qla2xxx: Disable laser for ISP2031 while unloading driver.Himanshu Madhani1-0/+31
2014-09-25qla2xxx: Add fix in driver unload for pending activity.Sawan Chandak1-2/+4
2014-09-25qla2xxx: Unload of qla2xxx driver crashes the machine.Arun Easi1-2/+2
2014-09-25qla2xxx: Allow user to change ql2xfdmienable value.Himanshu Madhani1-1/+1
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani1-7/+6
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai1-1/+0
2014-09-16qla2xxx: Prevent probe and board_disable raceJoe Lawrence1-0/+2
2014-09-16qla2xxx: Prevent removal and board_disable raceJoe Lawrence1-12/+19
2014-09-16qla2xxx: Collect PCI register checks and board_disable schedulingJoe Lawrence1-7/+1
2014-09-16qla2xxx: Use qla2x00_clear_drv_active on probe failureJoe Lawrence1-10/+3
2014-09-16qla2xxx: Fix shost use-after-free on device removalJoe Lawrence1-4/+2
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-3/+3
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-16/+19
2014-07-17qla2xxx: Restrict max_lun to 16-bit for older HBAsHannes Reinecke1-1/+6
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-46/+59
2014-05-28qla2xxx: fix incorrect debug printkDan Carpenter1-1/+2
2014-05-19qla2xxx: Remove wait for online from host reset handler.Chad Dupuis1-46/+5
2014-05-19qla2xxx: T10-Dif: add T10-PI supportQuinn Tran1-1/+1
2014-05-19qla2xxx: Fix beacon blink logic for ISP26xx/83xx.Himanshu Madani1-2/+4
2014-05-19qla2xxx: Delay driver unload if there is any pending activity going on.Sawan Chandak1-0/+24
2014-05-19qla2xxx: Reduce the time we wait for a command to complete during SCSI error handling.Chad Dupuis1-1/+1
2014-05-19qla2xxx: Avoid escalating the SCSI error handler if the command is not found in firmware.Chad Dupuis1-4/+20
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel1-0/+1
2014-05-19qla2xxx: Allow the next firmware dump if the previous dump capture fails for ISP8044.Saurav Kashyap1-0/+1
2014-05-19qla2xxx: Add pci device id 0x2271.Joe Carnuccio1-6/+15
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-03-15[SCSI] qla2xxx: Re-sync module parameter descriptions with the codeSteven J. Magnani1-4/+6
2014-03-15[SCSI] qla2xxx: fix error handling of qla2x00_mem_alloc()Dan Carpenter1-3/+3
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-1/+1
2014-03-15[SCSI] qla2xxx: Correct the port no assignment for ISP82XX.Saurav Kashyap1-1/+1
2014-03-15[SCSI] qla2xxx: Correctly set the read_optrom pointer for ISP8044.Saurav Kashyap1-1/+1
2014-03-15[SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and ISP82XX.Chad Dupuis1-2/+2
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-24/+100
2014-03-15[SCSI] qla2xxx: Set host can_queue value based on available resources.Chad Dupuis1-9/+10
2014-03-15[SCSI] qla2xxx: Remove init control block related dead code for ISPFX00.Saurav Kashyap1-1/+0
2014-03-15[SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis1-0/+1
2013-12-19[SCSI] qla2xxx: Fix warning reported by smatch.Saurav Kashyap1-2/+2
2013-12-19[SCSI] qla2xxx: Replace a constant with a macro definition for host->canqueue assigmnment.Armen Baloyan1-1/+1
2013-12-19[SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in accordance with firmware update.Armen Baloyan1-6/+2
2013-12-19[SCSI] qla2xxx: Fix issue with not displaying node name after system reboot.Armen Baloyan1-0/+10
2013-12-19[SCSI] qla2xxx: Disable adapter when we encounter a PCI disconnect.Chad Dupuis1-2/+75
2013-12-19[SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis1-77/+93
2013-12-19[SCSI] Revert "qla2xxx: Ramp down queue depth for attached SCSI devices when driver resources are low."Chad Dupuis1-101/+6