summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback
Commit message (Expand)AuthorAgeFilesLines
* xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-301-1/+1
* xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-231-10/+14
* xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-231-4/+2
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2021-01-091-1/+2
* xen-blkback: set ring->xenblkd to NULL after kthread_stop()Pawel Wieczorkiewicz2020-12-291-0/+1
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-11-182-8/+19
* xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2020-01-121-0/+2
* xen-blkback: prevent premature module unloadPaul Durrant2020-01-121-0/+10
* xen/blkback: fix memory leaksWenwen Wang2019-09-061-3/+3
* xen/blkback: don't free be structure too earlyJuergen Gross2017-07-051-3/+3
* xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-07-052-4/+0
* xen-blkback: don't leak stack data via response ringJan Beulich2017-06-292-31/+17
* xen/blkback: fix disconnect while I/Os in flightJuergen Gross2017-06-292-2/+6
* 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
* | xen: use bio op accessorsMike Christie2016-06-071-12/+15
* | block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
|/
* 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/+3
* xen-blkback: advertise indirect segment support earlierJan Beulich2016-03-031-5/+8
* Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-213-364/+529
|\
| * xen/blkback: Fix two memory leaks.Bob Liu2016-01-041-6/+11
| * xen/blkback: make st_ statistics per ringBob Liu2016-01-043-38/+61
| * xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina2016-01-041-0/+1
| * 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-043-137/+118
| * xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-043-6/+42
| * xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk2016-01-042-105/+175
| * xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-043-172/+215
* | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
* | xen-blkback: only read request operation from shared ring onceRoger Pau Monné2015-12-181-4/+4
|/
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-232-5/+5
* block/xen-blkback: Make it running on 64KB page granularityJulien Grall2015-10-233-9/+22
* Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-09-231-18/+20
|\
| * xen/blkback: free requests on disconnectionRoger Pau Monne2015-09-231-18/+20
* | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-2/+2
|\ \
| * | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-2/+2
| |/
* | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-07-271-2/+2
|\ \ | |/ |/|
| * xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu2015-07-241-2/+2
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-012-6/+6
|\ \
| * | block/xen-blkback: s/nr_pages/nr_segs/Julien Grall2015-06-172-6/+6
* | | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-06-273-63/+121
|\ \ \ | |/ / |/| / | |/
| * xen/block: add multi-page ring supportBob Liu2015-06-053-20/+84
| * drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2015-06-052-45/+39
* | xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2015-04-271-28/+3
* | xen/blkback: safely unmap purge persistent grantsBob Liu2015-04-271-6/+18
|/