summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-scsiback.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-271-13/+14
|\
| * xen/scsiback: don't call scsiback_free_translation_entry() under lockJuergen Gross2023-04-241-13/+14
* | scsi: xen-scsiback: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-30/+0
|/
* xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-10-071-12/+0
|\
| * scsi: xen: Drop use of internal host codesMike Christie2022-09-061-12/+0
* | xen: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-251-1/+1
|/
* xen/scsiback: use new command result macrosJuergen Gross2022-05-191-3/+79
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-2/+0
* scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke2021-05-311-1/+1
* scsi: core: Drop message byte helperHannes Reinecke2021-05-311-1/+1
* scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke2021-05-311-2/+2
* scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERRORHannes Reinecke2021-05-311-4/+4
* scsi: core: Kill DRIVER_SENSEHannes Reinecke2021-05-311-2/+1
* scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie2021-03-041-1/+1
* scsi: target: xen-scsiback: Convert to new submission APIMike Christie2021-03-041-12/+9
* 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
|/