summaryrefslogtreecommitdiff
path: root/drivers/xen/xen-scsiback.c
AgeCommit message (Expand)AuthorFilesLines
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-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+7
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+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-3/+1
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-3/+1
2018-06-19xen/scsiback: add error handling for xenbus_printfZhouyang Jia1-3/+13
2017-07-06xen/scsiback: Make TMF processing slightly fasterBart Van Assche1-1/+1
2017-07-06xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche1-7/+4
2017-07-06xen/scsiback: Fix a TMR related use-after-freeBart Van Assche1-24/+9
2016-05-10target: make close_session optionalChristoph Hellwig1-5/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-6/+0
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-142/+139
2016-03-10xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-28/+28
2016-03-10xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger1-78/+89
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig1-37/+23
2016-02-08xen/scsiback: avoid warnings when adding multiple LUNs to a domainJuergen Gross1-29/+41
2016-02-08xen/scsiback: correct frontend countingJuergen Gross1-5/+5
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-12-18xen-scsiback: safely copy requestsDavid Vrabel1-1/+1
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-16/+16
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-172/+19
2015-06-16xen-scsiback: Fix compile warning for 64-bit LUNNicholas Bellinger1-1/+1
2015-06-15target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke1-3/+4
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche1-4/+1
2015-06-01target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger1-12/+15
2015-05-30target: remove ->put_session methodChristoph Hellwig1-1/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-9/+1
2015-05-30target: move transport ID handling to the coreChristoph Hellwig1-94/+0
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-23/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-2/+2
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-15/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-6/+0
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-61/+13
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-45/+51
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-1/+1
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-61/+13
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+2
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-5/+2
2015-03-16xen: scsiback: add LUN of restored domainJuergen Gross1-5/+14
2015-03-16xen-scsiback: define a pr_fmt macro with xen-pvscsiTao Chen1-39/+36
2015-02-23xen-scsiback: mark pvscsi frontend request consumed only after last readJuergen Gross1-8/+6
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+1
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-3/+3
2015-01-09scsi: Conditionally compile in constants.cHannes Reinecke1-0/+1