summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-scsiback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-2/+2
|\
| * xen-scsiback: don't "handle" error by BUG()Jan Beulich2021-02-151-2/+2
* | xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-1/+1
|/
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-49/+11
* xen/scsiback: use lateeoi irq bindingJuergen Gross2020-10-201-10/+13
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi2020-04-071-1/+2
* Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-111-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-041-6/+0
|/
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-10/+7
|\
| * 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/+1
| * scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-2/+3
| * scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-3/+1
* | xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-06-191-3/+13
|/
* xen/scsiback: Make TMF processing slightly fasterBart Van Assche2017-07-061-1/+1
* xen/scsiback: Replace a waitqueue and a counter by a completionBart Van Assche2017-07-061-7/+4
* xen/scsiback: Fix a TMR related use-after-freeBart Van Assche2017-07-061-24/+9
* target: make close_session optionalChristoph Hellwig2016-05-101-5/+0
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-142/+139
|\
| * xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-28/+28
| * xen-scsiback: Convert to percpu_ida tag allocationNicholas Bellinger2016-03-101-78/+89
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-37/+23
* | 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-131-16/+16
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-041-172/+19
|\
| * xen-scsiback: Fix compile warning for 64-bit LUNNicholas Bellinger2015-06-161-1/+1
| * target: Remove TARGET_MAX_LUNS_PER_TRANSPORTHannes Reinecke2015-06-151-3/+4
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
| * target: Convert se_portal_group->tpg_lun_list[] to RCU hlistNicholas Bellinger2015-06-011-12/+15
| * target: remove ->put_session methodChristoph Hellwig2015-05-301-1/+0
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-9/+1
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-301-94/+0
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-23/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+2
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-15/+0
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-6/+0
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
* | target: Minimize SCSI header #include directivesBart Van Assche2015-06-021-4/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-61/+13
|\
| * target: simplify the target template registration APIChristoph Hellwig2015-04-141-61/+13