summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/xenbus.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1Star
* 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-131-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/+0Star
* xen/blkback: don't free be structure too earlyJuergen Gross2017-06-131-4/+3Star
* 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/+14Star
* 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/+6Star
* | 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
* xen/blback: Fit the important information of the thread in 17 charactersKonrad Rzeszutek Wilk2016-03-031-4/+3Star
* xen-blkback: advertise indirect segment support earlierJan Beulich2016-03-031-5/+8
* xen/blkback: Fix two memory leaks.Bob Liu2016-01-041-6/+11
* xen/blkback: make st_ statistics per ringBob Liu2016-01-041-10/+35
* xen/blkback: Free resources if connect_ring failed.Konrad Rzeszutek Wilk2016-01-041-1/+7
* xen/blocks: Return -EXX instead of -1Konrad Rzeszutek Wilk2016-01-041-1/+1
* xen/blkback: make pool of persistent grants and free pages per-queueBob Liu2016-01-041-11/+10Star
* xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-041-6/+28
* xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2016-01-041-104/+173
* xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-041-47/+49
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-1/+1
* block/xen-blkback: Make it running on 64KB page granularityJulien Grall2015-10-231-3/+6
* xen/blkback: free requests on disconnectionRoger Pau Monne2015-09-231-18/+20
* xen/block: add multi-page ring supportBob Liu2015-06-061-20/+69
* drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2015-06-061-44/+38Star
* Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-171-15/+23
|\
| * xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen2015-04-071-13/+18
| * xen-blkback: enlarge the array size of blkback nameTao Chen2015-04-071-2/+5
* | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-151-2/+3
|/
* xen-blkback: default to X86_32 ABI on x86David Vrabel2015-02-101-2/+2
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-3/+3
|\
| * xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-10-011-3/+3
* | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-061-8/+3Star
|/
* xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu2014-05-281-12/+34
* xen/blkback: disable discard feature if requested by toolstackOlaf Hering2014-05-281-1/+6
* xen-blkback: init persistent_purge_work work_structRoger Pau Monne2014-02-121-0/+1
* xen-blkback: fix shutdown raceRoger Pau Monne2014-02-071-0/+1
* xen-blkback: fix memory leaksRoger Pau Monne2014-02-071-0/+12
* block: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-121-1/+1
* Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-07-231-0/+85
|\