aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross1-7/+6
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross1-40/+48
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-2/+2
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche1-0/+1
2017-08-18xen-blkback: Fix indentationBart Van Assche1-2/+2
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe1-14/+12
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich1-11/+12
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross1-3/+0
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-11/+8
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-5/+5
2016-06-07xen: use bio op accessorsMike Christie1-12/+15
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie1-1/+3
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-183/+208
2016-01-04xen/blkback: make st_ statistics per ringBob Liu1-18/+16
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina1-0/+1
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu1-110/+92
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu1-0/+13
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu1-102/+133
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné1-5/+10
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall1-4/+4
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall1-2/+3
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-2/+2
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-2/+2
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu1-2/+2
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+5
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linusJens Axboe1-0/+13
2015-06-17block/xen-blkback: s/nr_pages/nr_segs/Julien Grall1-5/+5
2015-06-05xen/block: add multi-page ring supportBob Liu1-0/+13
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu1-28/+3
2015-04-27xen/blkback: safely unmap purge persistent grantsBob Liu1-6/+18
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen1-31/+31
2015-01-28xen-blkback: safely unmap grants in case they are still in useJennifer Herbert1-50/+119
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-4/+4
2014-10-01xen-blkback: fix leak on grant map error pathRoger Pau Monné1-0/+1
2014-02-11xen-blkback: init persistent_purge_work work_structRoger Pau Monne1-2/+1
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip into for-linusJens Axboe1-21/+42
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne1-1/+1
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne1-10/+22
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne1-9/+18
2014-02-07xen-blkback: fix memory leak when persistent grants are usedMatt Rushton1-3/+3
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-1/+1
2013-11-08xen/blkback: fix reference countingVegard Nossum1-1/+2
2013-06-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne1-1/+2
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne1-10/+14
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk1-1/+12
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk1-1/+12
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne1-52/+40
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne1-36/+98