aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/common.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-02xen-blkback: Advertise feature-persistent as user requestedSeongJae Park1-0/+3
2021-04-23xen-blkback: fix compatibility bug with single page ringsPaul Durrant1-0/+1
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+1
2020-12-09xen: add helpers for caching grant mapping pagesJuergen Gross1-3/+1
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig1-3/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-01-29xen/blkback: Squeeze page pools if a memory pressure is detectedSeongJae Park1-0/+1
2019-12-04xen-blkback: allow module to be cleanly unloadedPaul Durrant1-0/+3
2018-08-27xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross1-1/+0
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross1-6/+1
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross1-6/+2
2017-06-13xen-blkback: don't leak stack data via response ringJan Beulich1-20/+5
2017-06-13xen/blkback: fix disconnect while I/Os in flightJuergen Gross1-0/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-37/+49
2016-01-04xen/blkback: make st_ statistics per ringBob Liu1-10/+10
2016-01-04xen/blkback: make pool of persistent grants and free pages per-queueBob Liu1-16/+16
2016-01-04xen/blkback: get the number of hardware queues/rings from blkfrontBob Liu1-0/+1
2016-01-04xen/blkback: pseudo support for multi hardware queues/ringsKonrad Rzeszutek Wilk1-1/+2
2016-01-04xen/blkback: separate ring information out of struct xen_blkifBob Liu1-23/+33
2015-12-18xen-blkback: only read request operation from shared ring onceRoger Pau Monné1-4/+4
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall1-4/+13
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+1
2015-06-17block/xen-blkback: s/nr_pages/nr_segs/Julien Grall1-1/+1
2015-06-05xen/block: add multi-page ring supportBob Liu1-0/+2
2015-06-05drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu1-1/+1
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen1-6/+0
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+9
2015-02-10xen-blkback: default to X86_32 ABI on x86David Vrabel1-0/+9
2015-01-28xen-blkback: safely unmap grants in case they are still in useJennifer Herbert1-0/+3
2014-05-28xen-blkback: defer freeing blkif to avoid blocking xenwatchValentin Priescu1-2/+2
2014-02-11xen-blkback: init persistent_purge_work work_structRoger Pau Monne1-0/+1
2014-02-07xen-blkif: drop struct blkif_request_segment_alignedRoger Pau Monne1-1/+1
2014-02-07xen-blkback: fix shutdown raceRoger Pau Monne1-0/+1
2014-02-07xen-blkback: fix memory leaksRoger Pau Monne1-0/+1
2013-06-17xen/blkback: Check for insane amounts of request on the ring (v6).Konrad Rzeszutek Wilk1-0/+2
2013-05-07xen-blkback: allocate list of pending reqs in small chunksRoger Pau Monne1-9/+9
2013-04-18xen-block: implement indirect descriptorsRoger Pau Monne1-5/+93
2013-04-18xen-blkback: make the queue of free requests per backendRoger Pau Monne1-0/+30
2013-04-18xen-blkback: implement LRU mechanism for persistent grantsRoger Pau Monne1-0/+18
2013-04-18xen-blkback: use balloon pages for all mappingsRoger Pau Monne1-0/+5
2013-03-19xen-blkback: don't store dev_bus_addrRoger Pau Monne1-1/+0
2013-03-11xen/blkback: Change statistics counter types to unsignedZoltan Kiss1-7/+7
2013-03-11xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel1-0/+25
2012-12-17Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+16
2012-10-30xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne1-0/+17
2012-10-30xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than boolOliver Chick1-2/+2
2012-05-30xen/blkback: Copy id field when doing BLKIF_DISCARD.Konrad Rzeszutek Wilk1-0/+2
2012-03-24xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk1-6/+0
2011-11-18xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk1-2/+5
2011-11-18xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk1-28/+36