summaryrefslogtreecommitdiff
path: root/drivers/scsi/ibmvscsi_tgt
AgeCommit message (Expand)Author
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-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas 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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2016-09-19scsi: ibmvscsis: Fixed unused variableBryant G. Ly
2016-09-15scsi: ibmvscsis: Fix error return code in ibmvscsis_probe()Wei Yongjun
2016-09-04scsi: ibmvscsis: Fixed a bug reported by Dan CarpenterBryant G. Ly
2016-09-04scsi: ibmvscsis: Code cleanup of print statementsBryant G. Ly
2016-09-04scsi: ibmvscsis: Properly deregister target sessionsBryant G. Ly
2016-08-31scsi: ibmvscsis: Use list_move_tail instead of list_del/list_add_tailWei Yongjun
2016-07-20ibmvscsis: Initial commit of IBM VSCSI Tgt DriverBryant G. Ly