aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+1
2015-02-02scsi: print single-character strings with seq_putcRasmus Villemoes1-1/+1
2015-02-02scsi: replace seq_printf with seq_putsRasmus Villemoes1-4/+4
2015-01-15tcm_qla2xxx: print port name via %*phCAndy Shevchenko1-3/+1
2015-01-05qla2xxx: fix busy wait regressionBruno Prémont1-1/+3
2014-12-15qla2xxx: fix race in handling rport deletion during recovery causes panicLaurence Oberman1-2/+0
2014-12-04scsi: remove MSG_*_TAG definesChristoph Hellwig1-6/+6
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-10/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-46/+2
2014-11-12qla2xxx: remove redundant declaration in 'qla_gbl.h'Chen Gang2-3/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-3/+3
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-4/+2
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig2-102/+3
2014-11-12scsi: remove ordered_tags scsi_device fieldChristoph Hellwig1-4/+1
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-17/+1
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-31/+27
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds23-552/+1943
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-03qla_target: don't delete changed naclsJoern Engel1-1/+10
2014-10-01qla_target: rearrange struct qla_tgt_prmJoern Engel1-1/+1
2014-10-01qla_target: improve qlt_unmap_sg()Joern Engel1-11/+8
2014-10-01qla_target: make some global functions staticJoern Engel2-15/+5
2014-10-01qla_target: remove unused parameterJoern Engel1-3/+3
2014-09-25qla2xxx: Add memory barrier before ringing doorbell.Himanshu Madhani1-0/+16
2014-09-25qla2xxx: Add flags for tracing the target commands.Saurav Kashyap3-4/+74
2014-09-25qla2xxx: Fix hang due to cmd_kref not decrementingQuinn Tran2-12/+7
2014-09-25qla2xxx: Do not send SS_RESIDUAL_UNDER with SAM_STAT_BUSYHimanshu Madhani1-6/+0
2014-09-25qla2xxx: Add support for QFull throttling and Term Exchange retryQuinn Tran5-8/+316
2014-09-25qla2xxx: Increase the request queue size to 8K for ISP2031Saurav Kashyap2-1/+2
2014-09-25qla2xxx: Host reset handling in ABTS path.Arun Easi1-0/+2
2014-09-25qla2xxx: Handle chip reset in target mode.Arun Easi6-3/+72
2014-09-25qla2xxx: Add Host reset handling in target mode.Arun Easi4-1/+78
2014-09-25qla2xxx: fix crash due to task mgmt cmd typeHimanshu Madhani1-2/+7
2014-09-25qla2xxx: Add counter for messageSaurav Kashyap1-5/+5
2014-09-25qla2xxx: Enable SLER conditionally in target mode.Arun Easi1-4/+19
2014-09-25qla2xxx: Remove verbose messages in target mode.Arun Easi1-138/+16
2014-09-25qla2xxx: Increase room in request queue for sending priority packetsHimanshu Madhani1-2/+2
2014-09-25qla2xxx: Use correct offset to req-q-out for reserve calculationArun Easi1-3/+1
2014-09-25qla2xxx: fix kernel NULL pointer accessHimanshu Madhani1-0/+1
2014-09-25qla2xxx: Fix sparse warnings in tcm_qla2xxx.cHimanshu Madhani1-6/+6
2014-09-25qla2xxx: Update the driver version to 8.07.00.16-k.Saurav Kashyap1-1/+1
2014-09-25qla2xxx: Fix sparse warning in qla_iocb.c file.Joe Carnuccio1-1/+1
2014-09-25qla2xxx: Move warning message to debug level.Sawan Chandak1-1/+1
2014-09-25qla2xxx: Fail adapter initialization on load ram failure.Chad Dupuis1-2/+2
2014-09-25qla2xxx: Disable PCI device in shutdown handler.Chad Dupuis1-0/+3
2014-09-25qla2xxx: Mark port lost when we receive an RSCN for it.Chad Dupuis1-1/+16
2014-09-25qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani4-3/+18
2014-09-25qla2xxx: Honor FCP_RSP retry delay timer field.Chad Dupuis5-1/+32