aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c
AgeCommit message (Expand)Author
2020-03-20xen/blkback: Avoid unmapping unmapped grant pagesSeongJae Park
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig
2017-08-18xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1Bart Van Assche
2017-08-18xen-blkback: Fix indentationBart Van Assche
2017-06-22Merge commit '8e8320c9315c' into for-4.13/blockJens Axboe
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich
2017-06-13xen/blkback: don't use xen_blkif_get() in xen-blkback kthreadJuergen Gross
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-06-07xen: use bio op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-04xen/blkback: make st_ statistics per ringBob Liu
2016-01-04xen-blkback: clear PF_NOFREEZE for xen_blkif_schedule()Jiri Kosina
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu
2015-12-18xen-blkback: read from indirect descriptors only onceRoger Pau Monné
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig
2015-07-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-07-24xen-blkback: replace work_pending with work_busy in purge_persistent_gnt()Bob Liu
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-27Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-06-17block/xen-blkback: s/nr_pages/nr_segs/Julien Grall
2015-06-05xen/block: add multi-page ring supportBob Liu
2015-04-27xen/grant: introduce func gnttab_unmap_refs_sync()Bob Liu
2015-04-27xen/blkback: safely unmap purge persistent grantsBob Liu
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen
2015-01-28xen-blkback: safely unmap grants in case they are still in useJennifer Herbert
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel
2014-10-01xen-blkback: fix leak on grant map error pathRoger Pau Monné
2014-02-11xen-blkback: init persistent_purge_work work_structRoger Pau Monne
2014-02-10Merge branch 'stable/for-jens-3.14' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne
2014-02-07xen-blkback: fix memory leak when persistent grants are usedMatt Rushton
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-08xen/blkback: fix reference countingVegard Nossum
2013-06-25xen-blkback: check the number of iovecs before allocating a biosRoger Pau Monne
2013-06-21xen-blkback: workaround compiler bug in gcc 4.1Roger Pau Monne
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk
2013-06-07xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne