index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
xen
/
xen-scsiback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
scsi: xen: scsiback: Free the command tag on the TMR submit-failure path
Michael Bommarito
1
-1
/
+1
2026-06-15
scsi: xen: scsiback: Free unsubmitted command instead of double-putting it
Michael Bommarito
1
-6
/
+22
2026-02-28
scsi: target: Use driver completion preference by default
Mike Christie
1
-0
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-8
/
+7
2026-01-11
scsi: xen: scsiback: Fix potential memory leak in scsiback_remove()
Abdun Nihaal
1
-0
/
+1
2023-10-13
scsi: target: Have drivers report if they support direct submissions
Mike Christie
1
-0
/
+3
2023-04-27
Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-13
/
+14
2023-04-24
xen/scsiback: don't call scsiback_free_translation_entry() under lock
Juergen Gross
1
-13
/
+14
2023-03-16
scsi: xen-scsiback: Remove default fabric ops callouts
Dmitry Bogdanov
1
-30
/
+0
2022-12-15
xen: make remove callback of xen driver void returned
Dawei Li
1
-3
/
+1
2022-10-07
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-12
/
+0
2022-09-06
scsi: xen: Drop use of internal host codes
Mike Christie
1
-12
/
+0
2022-08-25
xen: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-05-19
xen/scsiback: use new command result macros
Juergen Gross
1
-3
/
+79
2021-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
1
-2
/
+0
2021-05-31
scsi: core: Drop obsolete Linux-specific SCSI status codes
Hannes Reinecke
1
-1
/
+1
2021-05-31
scsi: core: Drop message byte helper
Hannes Reinecke
1
-1
/
+1
2021-05-31
scsi: core: Drop the now obsolete driver_byte definitions
Hannes Reinecke
1
-2
/
+2
2021-05-31
scsi: xen-scsiback: Use DID_ERROR instead of DRIVER_ERROR
Hannes Reinecke
1
-4
/
+4
2021-05-31
scsi: core: Kill DRIVER_SENSE
Hannes Reinecke
1
-2
/
+1
2021-03-04
scsi: target: core: Add gfp_t arg to target_cmd_init_cdb()
Mike Christie
1
-1
/
+1
2021-03-04
scsi: target: xen-scsiback: Convert to new submission API
Mike Christie
1
-12
/
+9
2021-02-21
Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2021-02-15
xen-scsiback: don't "handle" error by BUG()
Jan Beulich
1
-2
/
+2
2021-02-11
xen/events: link interdomain events to associated xenbus device
Juergen Gross
1
-1
/
+1
2020-12-09
xen: add helpers for caching grant mapping pages
Juergen Gross
1
-49
/
+11
2020-10-20
xen/scsiback: use lateeoi irq binding
Juergen Gross
1
-10
/
+13
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-04-07
xen: Use evtchn_type_t as a type for event channels
Yan Yankovskyi
1
-1
/
+2
2019-03-11
Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2019-02-18
xen-scsiback: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-02-04
scsi: target/core: Remove the write_pending_status() callback function
Bart Van Assche
1
-6
/
+0
2018-11-28
scsi: target: replace fabric_ops.name with fabric_alias
David Disseldorp
1
-1
/
+0
2018-11-28
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
David Disseldorp
1
-6
/
+1
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-10
/
+7
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
1
-1
/
+1
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-1
/
+1
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-3
/
+1
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-2
/
+3
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
1
-3
/
+1
2018-06-19
xen/scsiback: add error handling for xenbus_printf
Zhouyang Jia
1
-3
/
+13
2017-07-06
xen/scsiback: Make TMF processing slightly faster
Bart Van Assche
1
-1
/
+1
2017-07-06
xen/scsiback: Replace a waitqueue and a counter by a completion
Bart Van Assche
1
-7
/
+4
2017-07-06
xen/scsiback: Fix a TMR related use-after-free
Bart Van Assche
1
-24
/
+9
2016-05-10
target: make close_session optional
Christoph Hellwig
1
-5
/
+0
2016-05-10
target: make ->shutdown_session optional
Christoph Hellwig
1
-6
/
+0
2016-03-22
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-142
/
+139
2016-03-10
xen-scsiback: Convert to TARGET_SCF_ACK_KREF I/O krefs
Nicholas Bellinger
1
-28
/
+28
[next]