aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/xen-blkback/blkback.c
Commit message (Expand)AuthorAge
* xen/blkback: fix reference countingVegard Nossum2013-12-04
* xen/blkback: Check device permissions before allowing OP_DISCARDKonrad Rzeszutek Wilk2013-08-04
* xen-blkback: don't store dev_bus_addrRoger Pau Monne2013-03-19
* xen-blkback: fix foreach_grant_safe to handle empty listsRoger Pau Monne2013-03-19
* xen-blkback: fix dispatch_rw_block_io() error pathJan Beulich2013-03-18
* xen/blkback: Change statistics counter types to unsignedZoltan Kiss2013-03-11
* xen/blkback: correctly respond to unknown, non-native requestsDavid Vrabel2013-03-11
* xen/xen-blkback: preq.dev is used without initializedChen Gang2013-03-01
* xen-blkback: use balloon pages for persistent grantsRoger Pau Monne2013-02-19
* xen/blkback: Don't trust the handle from the frontend.Konrad Rzeszutek Wilk2013-02-19
* xen-blkback: implement safe iterator for the list of persistent grantsRoger Pau Monne2012-12-07
* xen-blkback: move free persistent grants codeRoger Pau Monne2012-11-26
* xen/blkback: persistent-grants fixesRoger Pau Monne2012-11-04
* xen/blkback: Persistent grant maps for xen blk driversRoger Pau Monne2012-10-30
* Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-06
|\
| * xen/arm: compile blkfront and blkbackStefano Stabellini2012-08-08
* | xen/m2p: do not reuse kmap_op->dev_bus_addrStefano Stabellini2012-09-12
|/
* xen/blkback: Squash the discard support for 'file' and 'phy' type.Konrad Rzeszutek Wilk2012-03-24
* xen/blkback: Enable blkback on HVM guestsDaniel De Graaf2012-03-20
* xen/blkback: use grant-table.c hypercall wrappersDaniel De Graaf2012-03-20
* xen-blkback: convert hole punching to discard request on loop devicesLi Dongyang2011-11-18
* xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_ioKonrad Rzeszutek Wilk2011-11-18
* xen/blk[front|back]: Enhance discard support with secure erasing support.Konrad Rzeszutek Wilk2011-11-18
* xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard togetherKonrad Rzeszutek Wilk2011-11-18
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\
| * xen/blkback: Fix two races in the handling of barrier requests.Konrad Rzeszutek Wilk2011-10-17
| * xen/blkback: Check for proper operation.Konrad Rzeszutek Wilk2011-10-14
| * xen/blkback: Fix the inhibition to map pages when discarding sector ranges.Konrad Rzeszutek Wilk2011-10-13
| * xen/blkback: Report VBD_WSECT (wr_sect) properly.Konrad Rzeszutek Wilk2011-10-13
| * xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.Konrad Rzeszutek Wilk2011-10-13
| * xen-blkback: use kzalloc() in favor of kmalloc()+memset()Jan Beulich2011-10-13
| * xen-blkback: Implement discard requests ('feature-discard')Li Dongyang2011-10-13
* | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-29
|/
* xen/blkback: Add module alias for autoloadingBastian Blank2011-06-30
* xen/blkback: Don't let in-flight requests defer pending ones.Daniel Stodden2011-06-30
* xen/blkback: potential null dereference in error handlingDan Carpenter2011-06-01
* xen/blkback: don't fail empty barrier requestsJan Beulich2011-05-18
* xen/blkback: fix xenbus_transaction_start() hang caused by double xenbus_tran...Laszlo Ersek2011-05-13
* xen/blkback: if log_stats is enabled print out the data.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Prefix 'vbd' with 'xen' in structs and functions.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Change structure name blkif_st to xen_blkif.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Fixing some more of the cleanpatch.pl warnings.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Checkpatch.pl recommend against multiple assigments.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Removing the debug_lvl option.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Use the DRV_PFX in the pr_.. macros.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Change printk/DPRINTK to pr_.. type variant.Konrad Rzeszutek Wilk2011-05-12
* xen/blkback: Fixed up comments and converted spaces to tabs.Konrad Rzeszutek Wilk2011-05-11
* xen/blkback: Fix up some of the comments.Konrad Rzeszutek Wilk2011-05-05
* xen/blkback: Squash the checking for operation into dispatch_rw_block_ioKonrad Rzeszutek Wilk2011-05-05
* xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE...Konrad Rzeszutek Wilk2011-05-05