aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18scsi: ibmvfc: don't check for failure from mempool_alloc()NeilBrown1-6/+0
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2-0/+2
2016-12-08scsi: ibmvscsi: add write memory barrier to CRQ processingTyrel Datwyler1-0/+2
2016-12-08scsi: ibmvscsi: log bad SRP response opcode in hex formatTyrel Datwyler1-1/+1
2016-12-08scsi: ibmvscsi: add vscsi hosts to global list_headTyrel Datwyler2-0/+4
2016-11-17scsi: fc: use bsg_job_doneJohannes Thumshirn1-1/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-4/+5
2016-11-17scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn1-1/+1
2016-11-17scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn1-2/+2
2016-11-17scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn1-1/+2
2016-11-17scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn1-10/+12
2016-09-19scsi: ibmvfc: Fix I/O hang when port is not mappedBrian King1-1/+0
2016-09-09scsi: ibmvfc: fix typo in parameter descriptionWei Yongjun1-1/+1
2016-08-25scsi: ibmvfc: add FC Class 3 Error Recovery supportTyrel Datwyler2-0/+11
2016-08-25scsi: ibmvfc: Set READ FCP_XFER_READY DISABLED bit in PRLITyrel Datwyler1-0/+1
2016-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-227/+2
2016-07-20ibmvscsis: Initial commit of IBM VSCSI Tgt DriverBryant G. Ly3-227/+2
2016-07-15ibmvfc: prevent a potential deadlockDan Carpenter1-0/+2
2016-02-23ibmvfc: byteswap scsi_id, wwpn, and node_name prior to loggingTyrel Datwyler1-1/+2
2016-02-23ibmvscsi: use H_CLOSED instead of magic numberTyrel Datwyler1-2/+2
2016-02-23ibmvscsi: Add endian conversions to sysfs attribute show functionsTyrel Datwyler1-3/+4
2016-02-23ibmvscsi: Remove unsupported host config MADTyrel Datwyler2-74/+4
2016-02-23ibmvscsi: Use of_root to access OF device tree root nodeTyrel Datwyler1-8/+6
2016-02-23ibmvscsi: Replace magic values in set_adpater_info() with definesTyrel Datwyler2-4/+7
2016-02-23ibmvscsi: Add and use enums for valid CRQ header valuesTyrel Datwyler2-9/+21
2016-02-23ibmvscsi: Correct values for several viosrp_crq_format enumsTyrel Datwyler1-2/+2
2015-11-12Merge tag '4.4-scsi-mkp' into miscJames Bottomley2-3/+8
2015-11-11ibmvscsi: set max_lun to 32Laurent Vivier2-1/+2
2015-11-11ibmvscsi: display default value for max_id, max_lun and max_channel.Laurent Vivier1-2/+6
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-05-18IB/srp: Add 64-bit LUN supportBart Van Assche1-3/+3
2014-12-04ibmvfc: remove unused tag variableChristoph Hellwig1-1/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2-15/+4
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2-9/+2
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-5/+6
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-13/+3
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-24/+1
2014-07-25ibmvfc: fix little endian issuesTyrel Datwyler2-367/+374
2014-07-17ibmvstgt: removeChristoph Hellwig2-1002/+0
2014-07-17scsi: use 64-bit value for 'max_luns'Hannes Reinecke1-2/+2
2014-06-25ibmvscsi: Add memory barriers for send / receiveBrian King1-0/+10
2014-06-25ibmvscsi: Abort init sequence during error recoveryBrian King1-1/+2
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang2-2/+2
2014-03-19[SCSI] remove deprecated IRQF_DISABLED from SCSIMichael Opdenacker1-1/+1
2013-09-06[SCSI] ibmvfc: Fix for offlining devices during error recoveryBrian King1-2/+13
2013-09-06[SCSI] ibmvscsi: Fix little endian issuesAnton Blanchard2-91/+109
2013-05-02[SCSI] ibmvfc: Driver version 1.0.11Brian King1-2/+2
2013-05-02[SCSI] ibmvfc: Suppress ABTS if target goneBrian King2-7/+9