aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi_tgt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15scsi: ibmvscsi_tgt: Fix repeated words in commentwangjianli1-1/+1
2022-03-29scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024Tyrel Datwyler1-1/+1
2022-02-11scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook1-6/+3
2021-10-04scsi: target: ibm_vscsi: Replace enable attr with ops.enableDmitry Bogdanov1-38/+4
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier1-0/+1
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-16/+7
2021-03-18scsi: ibmvscsi_tgt: Remove duplicate section 'NOTE'Lee Jones1-4/+4
2021-03-04scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie1-12/+3
2021-03-02vio: make remove callback return voidUwe Kleine-König1-3/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2019-12-19scsi: ibmvscsi_tgt: remove set but not used variables 'iue' and 'sd'Chen Zhou1-5/+0
2019-11-21scsi: ibmvscsi_tgt: Remove unneeded variable rcSaurav Girepunje1-2/+1
2019-07-30scsi: ibmvscsi_tgt: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner3-30/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+0
2018-10-17scsi: ibmvscsi_tgt: Remove target_wait_for_sess_cmd()Bryant G. Ly1-1/+0
2018-09-17scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott1-1/+1
2018-09-17scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott1-2/+1
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie1-2/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-1/+0
2017-12-04scsi: ibmvscsis: add DRC indices to debug statementsBryant G. Ly1-150/+170
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-02scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly1-1/+1
2017-08-25scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav1-1/+1
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds3-16/+170
2017-07-06ibmvscsis: Use tpgt passed in by userBryant G. Ly1-0/+8
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+0
2017-06-09scsi: ibmvscsi_tgt: remove use of class_attrsGreg Kroah-Hartman1-5/+0
2017-06-08ibmvscsis: Enable Logical Partition Migration SupportMichael Cyr3-16/+162
2017-05-15ibmvscsis: Fix the incorrect req_lim_deltaBryant G. Ly1-4/+20
2017-05-15ibmvscsis: Clear left-over abort_cmd pointersBryant G. Ly1-0/+3
2017-05-05ibmvscsis: Do not send aborted task responseBryant G. Ly2-25/+91
2017-02-08ibmvscsis: Add SGL limitBryant G. Ly1-0/+1
2017-01-17ibmvscsis: Fix sleeping in interrupt contextBryant G. Ly1-2/+2
2017-01-17ibmvscsis: Fix max transfer lengthBryant G. Ly1-1/+2
2017-01-10ibmvscsis: Fix srp_transfer_data fail return codeBryant G. Ly1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds2-0/+2
2016-12-09ibmvscsi_tgt: Add two #include directivesBryant G. Ly2-0/+2
2016-11-08scsi: ibmvscsis: Issues from Dan Carpenter/SmatchMichael Cyr1-10/+3
2016-11-08scsi: ibmvscsis: Return correct partition name/# to clientMichael Cyr1-1/+4
2016-11-08scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr failsMichael Cyr1-0/+7
2016-11-08scsi: ibmvscsis: Synchronize cmds at remove timeMichael Cyr2-5/+37
2016-11-08scsi: ibmvscsis: Synchronize cmds at tpg_enable_store timeMichael Cyr2-188/+38
2016-11-08scsi: ibmvscsis: Rearrange functions for future patchesMichael Cyr1-328/+330