aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
AgeCommit message (Expand)Author
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie
2023-03-16scsi: ibmvscsit: Remove default fabric ops calloutsDmitry Bogdanov
2022-09-15scsi: ibmvscsi_tgt: Fix repeated words in commentwangjianli
2022-03-29scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024Tyrel Datwyler
2022-02-11scsi: ibmvscsis: Silence -Warray-bounds warningKees Cook
2021-10-04scsi: target: ibm_vscsi: Replace enable attr with ops.enableDmitry Bogdanov
2021-06-10scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}Marc Zyngier
2021-04-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-03-18scsi: ibmvscsi_tgt: Remove duplicate section 'NOTE'Lee Jones
2021-03-04scsi: target: ibmvscsi_tgt: Convert to new submission APIMike Christie
2021-03-02vio: make remove callback return voidUwe Kleine-König
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-19scsi: ibmvscsi_tgt: remove set but not used variables 'iue' and 'sd'Chen Zhou
2019-11-21scsi: ibmvscsi_tgt: Remove unneeded variable rcSaurav Girepunje
2019-07-30scsi: ibmvscsi_tgt: Mark expected switch fall-throughsGustavo A. R. Silva
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-10-17scsi: ibmvscsi_tgt: Remove target_wait_for_sess_cmd()Bryant G. Ly
2018-09-17scsi: ibmvscsis: Ensure partition name is properly NUL terminatedLaura Abbott
2018-09-17scsi: ibmvscsis: Fix a stringop-overflow warningLaura Abbott
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche
2017-12-04scsi: ibmvscsis: add DRC indices to debug statementsBryant G. Ly
2017-10-02scsi: ibmvscsis: Fix write_pending failure pathBryant G. Ly
2017-08-25scsi: ibmvfc: ibmvscsi: ibmvscsi_tgt: constify vio_device_idArvind Yadav
2017-07-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2017-07-06ibmvscsis: Use tpgt passed in by userBryant G. Ly
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-09scsi: ibmvscsi_tgt: remove use of class_attrsGreg Kroah-Hartman
2017-06-08ibmvscsis: Enable Logical Partition Migration SupportMichael Cyr
2017-05-15ibmvscsis: Fix the incorrect req_lim_deltaBryant G. Ly
2017-05-15ibmvscsis: Clear left-over abort_cmd pointersBryant G. Ly
2017-05-05ibmvscsis: Do not send aborted task responseBryant G. Ly
2017-02-08ibmvscsis: Add SGL limitBryant G. Ly
2017-01-17ibmvscsis: Fix sleeping in interrupt contextBryant G. Ly
2017-01-17ibmvscsis: Fix max transfer lengthBryant G. Ly
2017-01-10ibmvscsis: Fix srp_transfer_data fail return codeBryant G. Ly
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-09ibmvscsi_tgt: Add two #include directivesBryant G. Ly
2016-11-08scsi: ibmvscsis: Issues from Dan Carpenter/SmatchMichael Cyr
2016-11-08scsi: ibmvscsis: Return correct partition name/# to clientMichael Cyr
2016-11-08scsi: ibmvscsis: Clean up properly if target_submit_cmd/tmr failsMichael Cyr
2016-11-08scsi: ibmvscsis: Synchronize cmds at remove timeMichael Cyr
2016-11-08scsi: ibmvscsis: Synchronize cmds at tpg_enable_store timeMichael Cyr
2016-11-08scsi: ibmvscsis: Rearrange functions for future patchesMichael Cyr