summaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c
Commit message (Expand)AuthorAgeFilesLines
* xen/blkback: move persistent grants flags to boolJuergen Gross2018-08-271-7/+6Star
* 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-231-14/+12Star
|\
| * 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/+0Star
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-11/+8Star
|/
* 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-221-183/+208
|\
| * xen/blkback: make st_ statistics per ringBob Liu2016-01-041-18/+16Star
| * 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/+92Star
| * 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-061-0/+13
* | xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu2015-04-271-28/+3Star
* | 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-121-2/+1Star
* Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-02-101-21/+42
|\
| * xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne2014-02-071-1/+1
| * xen-blkback: fix shutdown raceRoger Pau Monne2014-02-071-10/+22
| * xen-blkback: fix memory leaksRoger Pau Monne2014-02-071-9/+18
| * xen-blkback: fix memory leak when persistent grants are usedMatt Rushton2014-02-071-3/+3
* | block: Abstract out bvec iteratorKent Overstreet2013-11-241-1/+1
|/
* xen/blkback: fix reference countingVegard Nossum2013-11-081-1/+2
* xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne2013-06-251-1/+2
* xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne2013-06-211-10/+14
* xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk2013-06-171-1/+12
* xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-06-071-1/+12
* xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne2013-05-071-52/+40Star
* xen-block: implement indirect descriptorsRoger Pau Monne2013-04-181-36/+98