summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback
Commit message (Expand)AuthorAgeFilesLines
...
| * xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
* | Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-151-0/+10
|\|
| * xen-blkback: prevent premature module unloadPaul Durrant2019-12-131-0/+10
* | Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-073-0/+22
|\|
| * xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-043-0/+22
* | xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2019-12-031-0/+2
|/
* xen/blkback: fix memory leaksWenwen Wang2019-08-121-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-9/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+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
* xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross2018-08-271-1/+0
* xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-272-13/+7
* xen/blkback: don't keep persistent grants too longJuergen Gross2018-08-272-46/+50
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-242-3/+3
* Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-072-5/+7
|\
| * block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-2/+2
| * xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche2017-08-182-1/+3
| * xen-blkback: Fix indentationBart Van Assche2017-08-181-2/+2
* | xen-blkback: stop blkback thread of every queue in xen_blkif_disconnectAnnie Li2017-08-251-2/+8
|/
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-223-41/+26
|\
| * xen-blkback: don't leak stack data via response ringJan Beulich2017-06-132-31/+17
| * xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-132-4/+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-132-2/+6
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+8
|/
* 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
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-22/+14
|\
| * xen: make use of xenbus_read_unsigned() in xen-blkbackJuergen Gross2016-11-071-22/+14
* | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-5/+5
|/
* 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