summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-scsiback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-121-1/+1
|\
| * xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
* | scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-051-6/+0Star
|/
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-291-1/+0Star
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-291-6/+1Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-10/+7Star
|\
| * scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1Star
| * scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-2/+3
| * scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-3/+1Star
* | xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-06-191-3/+13
|/
* xen/scsiback: Make TMF processing slightly fasterBart Van Assche2017-07-071-1/+1
* xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-071-7/+4Star
* xen/scsiback: Fix a TMR related use-after-freeBart Van Assche2017-07-071-24/+9Star
* target: make close_session optionalChristoph Hellwig2016-05-101-5/+0Star
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-142/+139Star
|\
| * xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-111-28/+28
| * xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger2016-03-111-78/+89
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-111-37/+23Star
* | xen/scsiback: avoid warnings when adding multiple LUNs to a domainJuergen Gross2016-02-081-29/+41
* | xen/scsiback: correct frontend countingJuergen Gross2016-02-081-5/+5
|/
* Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-1/+1
|\
| * xen-scsiback: safely copy requestsDavid Vrabel2015-12-181-1/+1
* | target: use per-attribute show and store methodsChristoph Hellwig2015-10-141-16/+16
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-172/+19Star
|\
| * xen-scsiback: Fix compile warning for 64-bit LUNNicholas Bellinger2015-06-161-1/+1
| * target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-161-3/+4
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-4/+1Star
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-12/+15
| * target: remove ->put_session methodChristoph Hellwig2015-05-311-1/+0Star
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-9/+1Star
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-311-94/+0Star
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-23/+0Star
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-2/+2
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-15/+0Star
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-6/+0Star
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-4/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-61/+13Star
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-61/+13Star
* | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-161-45/+51
|\ \
| * | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-1/+1
| * | xen: scsiback: add LUN of restored domainJuergen Gross2015-03-161-5/+14
| * | xen-scsiback: define a pr_fmt macro with xen-pvscsiTao Chen2015-03-161-39/+36Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-03-211-5/+2Star
|\ \ \ | |/ / |/| |
| * | loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche2015-03-201-5/+2Star
| |/
* / xen-scsiback: mark pvscsi frontend request consumed only after last readJuergen Gross2015-02-231-8/+6Star
|/