summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-301-1/+1
|\
| * xen-blkback: don't leak persistent grants from xen_blkbk_map()Jan Beulich2021-03-261-1/+1
* | block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-261-3/+1
|/
* 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: add helpers for caching grant mapping pagesJuergen Gross2020-12-091-72/+17
* xen/blkback: use lateeoi irq bindingJuergen Gross2020-10-201-5/+17
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* 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-291-2/+5
* Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-071-0/+8
|\
| * xen-blkback: allow module to be cleanly unloadedPaul Durrant2019-12-041-0/+8
* | xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park2019-12-031-0/+2
|/
* xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-271-7/+6
* xen/blkback: don't keep persistent grants too longJuergen Gross2018-08-271-40/+48
* block drivers/block: Use octal not symbolic permissionsJoe Perches2018-05-241-1/+1
* 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-181-0/+1
* xen-blkback: Fix indentationBart Van Assche2017-08-181-2/+2
* Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe2017-06-221-14/+12
|\
| * xen-blkback: don't leak stack data via response ringJan Beulich2017-06-131-11/+12
| * xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross2017-06-131-3/+0
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+8
|/
* block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-5/+5
* xen: use bio op accessorsMike Christie2016-06-071-12/+15
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+3
* Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-183/+208
|\
| * xen/blkback: make st_ statistics per ringBob Liu2016-01-041-18/+16
| * xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina2016-01-041-0/+1
| * xen/blkback: make pool of persistent grants and free pages per-queueBob Liu2016-01-041-110/+92
| * xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu2016-01-041-0/+13
| * xen/blkback: separate ring information out of struct xen_blkifBob Liu2016-01-041-102/+133
* | xen-blkback: read from indirect descriptors only onceRoger Pau Monné2015-12-181-5/+10
|/
* xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-231-4/+4
* block/xen-blkback: Make it running on 64KB page granularityJulien Grall2015-10-231-2/+3
* 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-011-5/+5
|\ \
| * | block/xen-blkback: s/nr_pages/nr_segs/Julien Grall2015-06-171-5/+5
* | | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-06-271-0/+13
|\ \ \ | |/ / |/| / | |/
| * xen/block: add multi-page ring supportBob Liu2015-06-051-0/+13
* | 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
|/
* xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen2015-04-071-31/+31
* xen-blkback: safely unmap grants in case they are still in useJennifer Herbert2015-01-281-50/+119
* xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-4/+4
* xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-10-011-0/+1
* xen-blkback: init persistent_purge_work work_structRoger Pau Monne2014-02-111-2/+1