summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/xenbus.c
Commit message (Expand)AuthorAgeFilesLines
* xen/blkback: Convert to bdev_open_by_dev()Jan Kara2023-10-281-19/+21
* block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-1/+1
* block: use the holder as indication for exclusive opensChristoph Hellwig2023-06-121-1/+1
* block: introduce holder opsChristoph Hellwig2023-06-051-1/+1
* xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* xen-blkback: Advertise feature-persistent as user requestedSeongJae Park2022-09-021-2/+4
* xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne2022-08-121-6/+3
* xen-blkback: fix persistent grants negotiationSeongJae Park2022-08-121-8/+7
* xen-blkback: use bdev_discard_alignmentChristoph Hellwig2022-05-041-3/+2
* block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-4/+1
* block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+1
* block: add a bdev_write_cache helperChristoph Hellwig2022-04-171-1/+1
* fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-211-0/+1
* block: remove GENHD_FL_CDChristoph Hellwig2021-11-291-1/+1
* xen-blkback: use sync_blockdevChristoph Hellwig2021-10-221-1/+1
* isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-1/+0
* xen-blkback: fix compatibility bug with single page ringsPaul Durrant2021-04-231-22/+16
* xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-1/+1
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-141-0/+1
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+2
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-4/+2
* xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-10-201-3/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* xen/blkback: Consistently insert one empty line between functionsSeongJae Park2020-01-291-5/+2
* xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park2020-01-291-0/+21
* xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
* xen-blkback: prevent premature module unloadPaul Durrant2019-12-131-0/+10
* xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-041-0/+11
* xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang2019-02-241-29/+43
* xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang2019-01-171-13/+14
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-2/+2
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+2
|\
| * xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2017-08-181-1/+2
* | xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li2017-08-251-2/+8
|/
* xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-131-1/+0
* xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3
* xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-131-2/+5
* block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva2017-05-151-3/+5
* xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-3/+3
* xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross2016-11-071-22/+14
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-271-9/+11
|\
| * xen-blkback: really don't leak mode propertyJan Beulich2016-07-221-1/+4
| * xen-blkback: constify instance of "struct attribute_group"Jan Beulich2016-07-221-1/+1
| * xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-7/+6
* | block: add a separate operation type for secure eraseChristoph Hellwig2016-06-091-1/+1
|/
* block: kill off q->flush_flagsJens Axboe2016-04-131-1/+1