summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-243-94/+83Star
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-142-93/+27Star
| * tcm_qla2xxx: Add fabric_prot_type attribute supportNicholas Bellinger2015-04-082-0/+45
| * tcm_qla2xxx: Set TARGET_PROT_ALL for sup_prot_opsNicholas Bellinger2015-04-081-1/+1
| * tcm_qla2xxx: Expose per endpoint dynamic_sessions attributeNicholas Bellinger2015-03-071-0/+10
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-1711-43/+158
|\ \
| * | qla2xxx: Update driver version to 8.07.00.18-kHimanshu Madhani2015-04-101-1/+1
| * | qla2xxx: Restore physical port WWPN only, when port down detected for FA-WWPN...Sawan Chandak2015-04-101-4/+13
| * | qla2xxx: Fix virtual port configuration, when switch port is disabled/enabled.Sawan Chandak2015-04-103-8/+17
| * | qla2xxx: Prevent multiple firmware dump collection for ISP27XX.Himanshu Madhani2015-04-102-1/+5
| * | qla2xxx: Disable Interrupt handshake for ISP27XX.Himanshu Madhani2015-04-101-1/+2
| * | qla2xxx: Add debugging info for MBX timeout.Himanshu Madhani2015-04-104-13/+77
| * | qla2xxx: Add serdes read/write support for ISP27XXAndrew Vasquez2015-04-101-4/+11
| * | qla2xxx: Add udev notification to save fw dump for ISP27XXHimanshu Madhani2015-04-101-2/+3
| * | qla2xxx: Add message for sucessful FW dump collected for ISP27XX.Himanshu Madhani2015-04-102-1/+9
| * | qla2xxx: Add support to load firmware from file for ISP 26XX/27XX.Sawan Chandak2015-04-102-0/+6
| * | qla2xxx: Fix beacon blink for ISP27XX.Nigel Kirkland2015-04-101-4/+7
| * | qla2xxx: Increase the wait time for firmware to be ready for P3P.Chad Dupuis2015-04-101-2/+5
| * | qla2xxx: Fix crash due to wrong casting of reg for ISP27XX.Himanshu Madhani2015-04-101-1/+1
| * | qla2xxx: Fix warnings reported by static checker.Himanshu Madhani2015-04-101-5/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-144-8/+8
|\ \
| * | qla2xxx: Fix printks in ql_log messageYannick Guerrini2015-03-062-3/+3
| * | qla2xxx: Fix printk in qla25xx_setup_modeYannick Guerrini2015-03-061-2/+2
| * | treewide: Fix typo in printk messagesMasanari Iida2015-03-062-3/+3
* | | tcm_qla2xxx: Fix incorrect use of __transport_register_sessionBart Van Assche2015-03-201-1/+1
| |/ |/|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-02-211-3/+1Star
|\ \
| * | tcm_qla2xxx: print port name via %*phCAndy Shevchenko2015-01-161-3/+1Star
* | | scsi: print single-character strings with seq_putcRasmus Villemoes2015-02-021-1/+1
* | | scsi: replace seq_printf with seq_putsRasmus Villemoes2015-02-021-4/+4
* | | qla2xxx: fix busy wait regressionBruno Prémont2015-01-051-1/+3
|/ /
* | qla2xxx: fix race in handling rport deletion during recovery causes panicLaurence Oberman2014-12-151-2/+0Star
* | scsi: remove MSG_*_TAG definesChristoph Hellwig2014-12-041-6/+6
* | scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0Star
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-10/+2Star
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-46/+2Star
* | qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2014-11-122-3/+1Star
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-3/+3
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-4/+2Star
* | scsi: remove abuses of scsi_populate_tagChristoph Hellwig2014-11-122-102/+3Star
* | scsi: remove ordered_tags scsi_device fieldChristoph Hellwig2014-11-121-4/+1Star
* | scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-17/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2014-10-213-31/+27Star
|\
| * qla_target: don't delete changed naclsJoern Engel2014-10-031-1/+10
| * qla_target: rearrange struct qla_tgt_prmJoern Engel2014-10-011-1/+1
| * qla_target: improve qlt_unmap_sg()Joern Engel2014-10-011-11/+8Star
| * qla_target: make some global functions staticJoern Engel2014-10-012-15/+5Star
| * qla_target: remove unused parameterJoern Engel2014-10-011-3/+3
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-131-1/+0Star
|\ \
| * | sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai2014-09-191-1/+0Star
| |/
* | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-10-0823-552/+1943
|\ \