aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-28qla2xxx: Fix regression introduced by target configFS changesHimanshu Madhani1-1/+1
2015-11-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-102/+51
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-9/+8
2015-09-11target/qla2xxx: Honor max_data_sg_nents I/O transfer limitNicholas Bellinger1-0/+5
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds20-536/+553
2015-08-26qla2xxx: Update driver version to 8.07.00.26-kHimanshu Madhani1-1/+1
2015-08-26qla2xxx: Add pci device id 0x2261.Sawan Chandak2-3/+15
2015-08-26qla2xxx: Fix missing device login retries.Arun Easi1-1/+2
2015-08-26qla2xxx: do not clear slot in outstanding cmd arrayHimanshu Madhani1-6/+0
2015-08-26qla2xxx: Remove decrement of sp reference count in abort handler.Chad Dupuis1-7/+2
2015-08-26qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.Sawan Chandak3-2/+31
2015-08-26qla2xxx: Do not reset ISP for error entry with an out of range handle.Chad Dupuis1-7/+1
2015-08-26qla2xxx: Do not reset adapter if SRB handle is in range.Chad Dupuis3-11/+15
2015-08-26qla2xxx: Do not crash system for sp ref count zeroHiral Patel1-1/+1
2015-08-26qla2xxx: Add adapter checks for FAWWN functionality.Saurav Kashyap2-14/+17
2015-08-26qla2xxx: Pause risc before manipulating risc semaphore.Joe Carnuccio1-0/+3
2015-08-26qla2xxx: Use ssdid to gate semaphore manipulation.Joe Carnuccio1-2/+2
2015-08-26qla2xxx: Handle AEN8014 incoming port logout.Joe Carnuccio2-4/+33
2015-08-26qla2xxx: Add serdes register read/write support for ISP25xx.Joe Carnuccio1-2/+4
2015-08-26qla2xxx: Return the fabric command state for non-task management requestsDilip Kumar Uppugandla1-0/+6
2015-08-26qla2xxx: Avoid that sparse complains about context imbalancesBart Van Assche4-0/+52
2015-08-26qla2xxx: Remove dead codeBart Van Assche1-7/+5
2015-08-26qla2xxx: Remove a superfluous testBart Van Assche1-2/+1
2015-08-26qla2xxx: Fix sparse annotationsBart Van Assche6-82/+71
2015-08-26qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche3-4/+4
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche10-253/+231
2015-08-26qla2xxx: Replace two macros with an inline functionBart Van Assche3-16/+15
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche14-102/+32
2015-08-26qla2xxx: Declare local functions staticBart Van Assche4-6/+6
2015-08-26qla2xxx: Report both rsp_info and rsp_info_lenBart Van Assche1-2/+2
2015-08-12qla2xxx: prevent board_disable from running during EEHThadeu Lima de Souza Cascardo1-1/+1
2015-08-02qla2xxx: Update tcm_qla2xxx module description to 24xx+Sebastian Herbszt2-3/+3
2015-07-24qla2xxx: terminate exchange when command is aborted by LIOAlexei Potashnik3-35/+20
2015-07-24qla2xxx: drop cmds/tmrs arrived while session is being deletedAlexei Potashnik1-0/+28
2015-07-24qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik2-4/+13
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik6-26/+83
2015-07-24qla2xxx: Abort stale cmds on qla_tgt_wq when plogi arrivesAlexei Potashnik1-0/+35
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik7-22/+481
2015-07-24qla2xxx: cleanup cmd in qla workqueue before processing TMRSwapnil Nagle6-13/+140
2015-07-24qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier3-31/+117
2015-07-24qla2xxx: fix command initialization in target mode.Kanoj Sarcar1-5/+5
2015-07-24qla2xxx: Remove msleep in qlt_send_term_exchangeHimanshu Madhani1-6/+7
2015-07-24qla2xxx: adjust debug flagsQuinn Tran3-5/+8
2015-07-24qla2xxx: release request queue reservation.Quinn Tran1-3/+7
2015-07-24qla2xxx: Add flush after updating ATIOQ consumer index.Quinn Tran1-0/+1
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani7-12/+14
2015-07-24qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap2-6/+4
2015-07-23tcm_qla2xxx: pass timeout as HZ independent valueNicholas Mc Guire1-1/+1