aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ibmvscsi_tgt (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-19scsi: ibmvscsis: Fixed unused variableBryant G. Ly1-3/+0
2016-09-15scsi: ibmvscsis: Fix error return code in ibmvscsis_probe()Wei Yongjun1-0/+1
2016-09-04scsi: ibmvscsis: Fixed a bug reported by Dan CarpenterBryant G. Ly1-1/+1
2016-09-04scsi: ibmvscsis: Code cleanup of print statementsBryant G. Ly1-24/+2
2016-09-04scsi: ibmvscsis: Properly deregister target sessionsBryant G. Ly1-0/+2
2016-08-31scsi: ibmvscsis: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2016-07-20ibmvscsis: Initial commit of IBM VSCSI Tgt DriverBryant G. Ly5-0/+4986