aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi
AgeCommit message (Expand)AuthorFilesLines
2024-04-11scsi: scsi_transport_fc: Add a max_bsg_segments field to struct fc_function_t...Christoph Hellwig1-4/+1
2024-01-29scsi: ibmvscsi: Convert snprintf() to sysfs_emit()Li Zhijian1-12/+10
2023-12-05scsi: ibmvscsi: Replace deprecated strncpy() with strscpy()Justin Stitt1-1/+1
2023-12-05scsi: ibmvfc: Replace deprecated strncpy() with strscpy()Justin Stitt1-5/+7
2023-10-13Merge patch series "scsi: EH rework prep patches, part 1"Martin K. Petersen1-19/+23
2023-10-13scsi: ibmvfc: Open-code reset loop for target resetHannes Reinecke1-19/+23
2023-10-13scsi: ibmvfc: Use 'unsigned int' for single-bit bitfields in 'struct ibmvfc_h...Nathan Chancellor1-9/+9
2023-09-21scsi: ibmvfc: Add protocol field to target structureTyrel Datwyler1-5/+6
2023-09-21scsi: ibmvfc: Make discovery buffer per protocol channel groupTyrel Datwyler2-20/+33
2023-09-21scsi: ibmvfc: Add protocol field to ibmvfc_channelsTyrel Datwyler2-4/+27
2023-09-21scsi: ibmvfc: Make channel allocation genericTyrel Datwyler1-52/+75
2023-09-21scsi: ibmvfc: Track max and desired queue size in ibmvfc_channelsTyrel Datwyler2-7/+11
2023-09-21scsi: ibmvfc: Rename ibmvfc_scsi_channels to ibmvfc_channelsTyrel Datwyler2-4/+4
2023-09-21scsi: ibmvfc: Use a bitfield for boolean flagsTyrel Datwyler1-10/+10
2023-09-21scsi: ibmvfc: Fix erroneous use of rtas_busy_delay with hcall return codeTyrel Datwyler1-2/+1
2023-09-21scsi: ibmvfc: Limit max hw queues by num_online_cpus()Tyrel Datwyler1-1/+2
2023-09-21scsi: ibmvfc: Implement channel queue depth and event buffer accountingTyrel Datwyler2-41/+80
2023-09-21scsi: ibmvfc: Remove BUG_ON in the case of an empty event poolTyrel Datwyler1-2/+122
2023-05-26scsi: ibmvscsi: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-3/+3
2023-03-24scsi: ibmvfc: Declare SCSI host template constBart Van Assche1-1/+1
2022-11-07scsi: ibmvfc: Avoid path failures during live migrationBrian King1-3/+11
2022-06-16scsi: ibmvfc: Store vhost pointer during subcrq allocationTyrel Datwyler2-2/+3
2022-06-16scsi: ibmvfc: Allocate/free queue resource only during probe/removeTyrel Datwyler1-17/+62
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-27/+31
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+2
2021-10-20scsi: ibmvfc: Fix up duplicate response detectionBrian King1-1/+2
2021-10-18scsi: ibmvscsi: Use GFP_KERNEL with dma_alloc_coherent() in initialize_event_...Tyrel Datwyler1-1/+1
2021-10-16scsi: ibmvfc: Switch to attribute groupsBart Van Assche1-10/+12
2021-10-16scsi: ibmvscsi: Switch to attribute groupsBart Van Assche1-10/+12
2021-10-16scsi: core: Remove the 'done' argument from SCSI queuecommand_lck functionsBart Van Assche1-2/+2
2021-10-16scsi: ibmvscsi: Call scsi_done() directlyBart Van Assche1-4/+4
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook1-1/+2
2021-08-17scsi: ibmvfc: Do not wait for initial device scanHannes Reinecke2-3/+9
2021-08-17scsi: ibmvfc: Stop using scsi_cmnd.tagJohn Garry1-1/+1
2021-08-11Merge branch '5.14/scsi-fixes' into 5.15/scsi-stagingMartin K. Petersen2-2/+18
2021-08-11scsi: ibmvscsi: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-08-11scsi: ibmvfc: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche1-1/+1
2021-07-29scsi: ibmvfc: Fix command state accounting and stale response detectionTyrel Datwyler2-2/+18
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-21/+44
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier1-0/+1
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke1-1/+1
2021-05-14scsi: ibmvfc: Reinit target retriesBrian King1-1/+6
2021-05-14scsi: ibmvfc: Avoid move login if fast fail is enabledBrian King2-11/+29
2021-05-14scsi: ibmvfc: Handle move login failureBrian King2-9/+9
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-68/+93
2021-04-13scsi: ibmvfc: Fix invalid state machine BUG_ON()Brian King1-19/+38
2021-04-05Merge branch '5.12/scsi-fixes' into 5.13/scsi-stagingMartin K. Petersen1-39/+92
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-13/+54
2021-03-24scsi: ibmvscsi: Remove unnecessary castWang Qing1-2/+1
2021-03-24scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareTyrel Datwyler1-17/+34
2021-03-24scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()Tyrel Datwyler1-9/+33
2021-03-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+2
2021-03-18scsi: ibmvscsi: Fix a bunch of misdocumentationLee Jones1-11/+18
2021-03-18scsi: ibmvscsi: Fix a bunch of kernel-doc related issuesLee Jones1-35/+35
2021-03-15scsi: ibmvfc: Free channel_setup_buf during device tear downTyrel Datwyler1-0/+2
2021-03-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-26/+36
2021-03-09scsi: ibmvfc: Switch to using kobj_to_dev()Jiapeng Chong1-1/+1
2021-03-04scsi: ibmvfc: Reinitialize sub-CRQs and perform channel enquiry after LPMTyrel Datwyler1-0/+12
2021-03-04scsi: ibmvfc: Store return code of H_FREE_SUB_CRQ during cleanupTyrel Datwyler1-2/+3
2021-03-04scsi: ibmvfc: Treat H_CLOSED as success during sub-CRQ registrationTyrel Datwyler1-1/+2
2021-03-04scsi: ibmvfc: Fix invalid sub-CRQ handles after hard resetTyrel Datwyler1-12/+9
2021-03-04scsi: ibmvfc: Simplify handling of sub-CRQ initializationTyrel Datwyler1-11/+10
2021-03-02vio: make remove callback return voidUwe Kleine-König2-5/+2
2021-01-26Merge branch '5.11/scsi-fixes' into 5.12/scsi-queueMartin K. Petersen1-3/+5
2021-01-20scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-1/+1
2021-01-14scsi: ibmvfc: Provide modules parameters for MQ settingsTyrel Datwyler2-9/+67
2021-01-14scsi: ibmvfc: Enable MQ and set reasonable defaultsTyrel Datwyler1-3/+3
2021-01-14scsi: ibmvfc: Purge SCSI channels after transport loss/resetTyrel Datwyler1-0/+16
2021-01-14scsi: ibmvfc: Send Cancel MAD down each hw SCSI channelTyrel Datwyler2-12/+100
2021-01-14scsi: ibmvfc: Add cancel mad initialization helperTyrel Datwyler1-28/+40
2021-01-14scsi: ibmvfc: Register Sub-CRQ handles with VIOS during channel setupTyrel Datwyler1-1/+31
2021-01-14scsi: ibmvfc: Send commands down HW Sub-CRQ when channelizedTyrel Datwyler1-6/+33
2021-01-14scsi: ibmvfc: Set and track hw queue in ibmvfc_event structTyrel Datwyler2-0/+6
2021-01-14scsi: ibmvfc: Advertise client support for using hardware channelsTyrel Datwyler1-0/+4
2021-01-14scsi: ibmvfc: Implement channel enquiry and setup commandsTyrel Datwyler2-2/+136
2021-01-14scsi: ibmvfc: Map/request irq and register Sub-CRQ interrupt handlerTyrel Datwyler1-0/+25
2021-01-14scsi: ibmvfc: Define Sub-CRQ interrupt handler routineTyrel Datwyler1-0/+10
2021-01-14scsi: ibmvfc: Add handlers to drain and complete Sub-CRQ responsesTyrel Datwyler1-0/+86
2021-01-14scsi: ibmvfc: Add Sub-CRQ IRQ enable/disable routineTyrel Datwyler1-0/+20
2021-01-14scsi: ibmvfc: Add alloc/dealloc routines for SCSI Sub-CRQ ChannelsTyrel Datwyler2-0/+126
2021-01-14scsi: ibmvfc: Add Subordinate CRQ definitionsTyrel Datwyler1-0/+21
2021-01-14scsi: ibmvfc: Define hcall wrapper for registering a Sub-CRQTyrel Datwyler1-0/+14
2021-01-14scsi: ibmvfc: Add size parameter to ibmvfc_init_event_pool()Tyrel Datwyler1-9/+16
2021-01-14scsi: ibmvfc: Init/free event pool during queue allocation/freeTyrel Datwyler1-10/+8
2021-01-14scsi: ibmvfc: Move event pool init/free routinesTyrel Datwyler1-75/+76
2021-01-14scsi: ibmvfc: Add vhost fields and defaults for MQ enablementTyrel Datwyler2-0/+17
2021-01-14scsi: ibmvfc: Set default timeout to avoid crash during migrationBrian King1-1/+3
2021-01-07scsi: ibmvfc: Relax locking around ibmvfc_queuecommand()Tyrel Datwyler1-8/+4
2021-01-07scsi: ibmvfc: Complete commands outside the host/queue lockTyrel Datwyler2-14/+47
2021-01-07scsi: ibmvfc: Define per-queue state/list locksTyrel Datwyler2-20/+80
2021-01-07scsi: ibmvfc: Make command event pool queue specificTyrel Datwyler2-50/+55
2021-01-07scsi: ibmvfc: Define generic queue structure for CRQsTyrel Datwyler2-62/+107
2021-01-07scsi: ibmvfc: Fix missing cast of ibmvfc_event pointer to u64 handleTyrel Datwyler1-2/+2
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-69/+154
2020-11-19scsi: ibmvfc: Advertise client support for targetWWPN using v2 commandsTyrel Datwyler1-1/+1
2020-11-19scsi: ibmvfc: Add support for target_wwpn field in v2 MADs and vfcFrameTyrel Datwyler1-6/+33
2020-11-19scsi: ibmvfc: Add FC payload retrieval routines for versioned vfcFramesTyrel Datwyler1-23/+54
2020-11-19scsi: ibmvfc: Add helper for testing capability flagsTyrel Datwyler1-1/+8
2020-11-19scsi: ibmvfc: Add new fields for version 2 of several MADsTyrel Datwyler2-31/+55
2020-11-19scsi: ibmvfc: Deduplicate common ibmvfc_cmd init codeTyrel Datwyler1-32/+24
2020-11-19scsi: ibmvfc: Use correlation token to tag commandsTyrel Datwyler1-0/+4
2020-11-19scsi: ibmvfc: Remove trailing semicolonTyrel Datwyler1-1/+1
2020-11-19scsi: ibmvfc: Byte swap login_buf.resp values in attribute show functionsTyrel Datwyler1-2/+2
2020-10-26scsi: ibmvscsi: Fix potential race after loss of transportTyrel Datwyler1-10/+26
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-47/+342
2020-09-22scsi: ibmvfc: Protect vhost->task_set increment by the host lockBrian King1-1/+1
2020-09-15scsi: ibmvfc: Avoid link down on FS9100 canister rebootBrian King2-17/+247
2020-09-09scsi: ibmvfc: Fix error return in ibmvfc_probe()Jing Xiangfeng1-0/+1
2020-09-08scsi: ibmvfc: Interface updates for future FPIN and MQ supportTyrel Datwyler1-1/+65
2020-09-08scsi: ibmvfc: Use compiler attribute defines instead of __attribute__()Tyrel Datwyler1-28/+28
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-06-15scsi: Fix trivial spellingKieran Bingham2-2/+2
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2020-06-09scsi: ibmvscsi: Don't send host info in adapter info MAD after LPMTyrel Datwyler1-0/+2
2020-06-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-05-26scsi: ibmvscsi: Make some functions staticChen Tao1-2/+2
2020-04-28scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler1-4/+0
2020-04-27scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King1-0/+5
2020-03-11scsi: ibmvfc: Fix NULL return compiler warningBrian King1-1/+1
2020-03-11scsi: ibmvfc: Avoid loss of all paths during SVC node rebootBrian King2-37/+173
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+3
2019-08-07scsi: ibmvfc: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-07-23scsi: ibmvfc: fix WARN_ON during event pool releaseTyrel Datwyler1-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-21/+66
2019-06-18scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_workNathan Chancellor1-2/+4
2019-06-18scsi: ibmvscsi: fix tripping of blk_mq_run_hw_queue WARN_ONTyrel Datwyler2-1/+5
2019-06-18scsi: ibmvscsi: redo driver work thread to use enum action statesTyrel Datwyler2-21/+49
2019-06-18scsi: ibmvscsi: Wire up host_reset() in the driver's scsi_host_templateTyrel Datwyler1-0/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner4-60/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-27scsi: ibmvfc: Clean up transport eventsTyrel Datwyler2-4/+11
2019-03-27scsi: ibmvfc: Byte swap status and error codes when loggingTyrel Datwyler1-13/+15
2019-03-27scsi: ibmvfc: Add failed PRLI to cmd_status lookup arrayTyrel Datwyler1-0/+1
2019-03-27scsi: ibmvfc: Remove "failed" from logged errorsTyrel Datwyler1-1/+1
2019-03-20scsi: ibmvscsi: Fix empty event pool access during host removalTyrel Datwyler1-6/+16
2019-03-20scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaitonTyrel Datwyler1-0/+5
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig2-2/+0
2018-07-30scsi: ibmvscsi: change strncpy+truncation to strlcpyDominique Martinet1-4/+2
2018-07-02scsi: ibmvscsi: Improve strings handlingBreno Leitao1-2/+2
2018-06-19scsi: core: remove Scsi_Cmnd typedefJohannes Thumshirn2-2/+2
2018-03-15scsi: ibmvfc: Avoid unnecessary port reloginBrian King1-4/+2
2018-01-30scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_infoTyrel Datwyler1-1/+1
2018-01-22scsi: ibmvfc: Remove unneeded semicolonsChristopher Díaz Riveros1-17/+17
2017-11-01scsi: ibmvscsi: Convert timers to use timer_setup()Kees Cook2-12/+9
2017-08-25scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav2-2/+2
2017-08-25scsi: ibmvfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke1-5/+1
2017-07-01scsi: ibmvfc: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-07-01scsi: ibmvscsi: constify dev_pm_ops structures.Arvind Yadav1-1/+1
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/...Linus 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
2013-05-02[SCSI] ibmvfc: Send cancel when link is downBrian King1-5/+8
2013-05-02[SCSI] ibmvfc: Support FAST_IO_FAIL in EH handlersBrian King1-17/+52