summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkback/xenbus.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25xen: port block device access to fileChristian Brauner1-19/+18
2023-10-28xen/blkback: Convert to bdev_open_by_dev()Jan Kara1-19/+21
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-1/+1
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-3/+1
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park1-2/+4
2022-08-12xen-blkback: Apply 'feature_persistent' parameter when connectMaximilian Heyne1-6/+3
2022-08-12xen-blkback: fix persistent grants negotiationSeongJae Park1-8/+7
2022-05-04xen-blkback: use bdev_discard_alignmentChristoph Hellwig1-3/+2
2022-04-18block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-4/+1
2022-04-18block: remove QUEUE_FLAG_DISCARDChristoph Hellwig1-1/+1
2022-04-18block: add a bdev_write_cache helperChristoph Hellwig1-1/+1
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)1-0/+1
2021-11-29block: remove GENHD_FL_CDChristoph Hellwig1-1/+1
2021-10-22xen-blkback: use sync_blockdevChristoph Hellwig1-1/+1
2021-08-19isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan1-1/+0
2021-04-23xen-blkback: fix compatibility bug with single page ringsPaul Durrant1-22/+16
2021-02-12xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-1/+1
2020-12-14xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz1-0/+1
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-1/+2
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross1-4/+2
2020-10-21xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park1-6/+16
2020-10-20xen/blkback: use lateeoi irq bindingJuergen Gross1-3/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-01-29xen/blkback: Consistently insert one empty line between functionsSeongJae Park1-5/+2
2020-01-29xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park1-0/+21
2019-12-20xen-blkback: support dynamic unbind/bindPaul Durrant1-18/+38
2019-12-13xen-blkback: prevent premature module unloadPaul Durrant1-0/+10
2019-12-04xen-blkback: allow module to be cleanly unloadedPaul Durrant1-0/+11
2019-08-12xen/blkback: fix memory leaksWenwen Wang1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-02-24xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-...Dongli Zhang1-29/+43
2019-01-17xen/blkback: add stack variable 'blkif' in connect_ring()Dongli Zhang1-13/+14
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-2/+2
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2017-08-25xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li1-2/+8
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-1/+2
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross1-1/+0
2017-06-13xen/blkback: don't free be structure too earlyJuergen Gross1-4/+3
2017-06-13xen/blkback: fix disconnect while I/Os in flightJuergen Gross1-2/+5
2017-05-16block: xen-blkback: add null check to avoid null pointer dereferenceGustavo A. R. Silva1-3/+5
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-3/+3
2016-11-07xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross1-22/+14
2016-07-27Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+11
2016-07-22xen-blkback: really don't leak mode propertyJan Beulich1-1/+4
2016-07-22xen-blkback: constify instance of "struct attribute_group"Jan Beulich1-1/+1
2016-07-22xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-7/+6
2016-06-09block: add a separate operation type for secure eraseChristoph Hellwig1-1/+1