summaryrefslogtreecommitdiff
path: root/drivers/block/xen-blkback
Commit message (Expand)AuthorAgeFilesLines
* block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-14/+18
|\
| * xen-blkback: fix error handling in xen_blkbk_map()Jan Beulich2021-02-151-10/+16
| * xen-blkback: don't "handle" error by BUG()Jan Beulich2021-02-151-4/+2
* | xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-1/+1
|/
* Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-3/+1
|\
| * block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-011-3/+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-093-79/+20
|/
* xen-blkback: add a parameter for disabling of persistent grantsSeongJae Park2020-10-211-6/+16
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-10-202-8/+19
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* xen/blkback: Consistently insert one empty line between functionsSeongJae Park2020-01-291-5/+2
* xen/blkback: Remove unnecessary static variable name prefixesSeongJae Park2020-01-291-20/+17
* xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park2020-01-293-2/+27
* Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-211-18/+38
|\
| * 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
|/