summaryrefslogtreecommitdiffstats
path: root/drivers/xen/xen-scsiback.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-3/+1
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+0
2022-09-06scsi: xen: Drop use of internal host codesMike Christie1-12/+0
2022-08-25xen: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-19xen/scsiback: use new command result macrosJuergen Gross1-3/+79
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-2/+0
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke1-1/+1
2021-05-31scsi: core: Drop message byte helperHannes Reinecke1-1/+1
2021-05-31scsi: core: Drop the now obsolete driver_byte definitionsHannes Reinecke1-2/+2
2021-05-31scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERRORHannes Reinecke1-4/+4
2021-05-31scsi: core: Kill DRIVER_SENSEHannes Reinecke1-2/+1
2021-03-04scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()Mike Christie1-1/+1
2021-03-04scsi: target: xen-scsiback: Convert to new submission APIMike Christie1-12/+9
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2021-02-15xen-scsiback: don't "handle" error by BUG()Jan Beulich1-2/+2
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-1/+1
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross1-49/+11
2020-10-20xen/scsiback: use lateeoi irq bindingJuergen Gross1-10/+13
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi1-1/+2
2019-03-11Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2019-02-18xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-6/+0
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