xen/Kconfig: fix Kconfig layout
[linux-flexiantxendom0-3.2.10.git] / drivers / block / xen-blkback /
2012-04-18 Konrad Rzeszutek... xen/blkback: Fix warning error.
2012-03-24 Konrad Rzeszutek... xen/blkback: Make optional features be really optional.
2012-03-24 Konrad Rzeszutek... xen/blkback: Squash the discard support for 'file'...
2012-03-20 Daniel De Graafxen/blkback: Enable blkback on HVM guests
2012-03-20 Daniel De Graafxen/blkback: use grant-table.c hypercall wrappers
2012-01-15 Linus TorvaldsMerge branch 'for-3.3/drivers' of git://git.kernel...
2012-01-10 Linus TorvaldsMerge branch 'stable/for-linus-3.3' of git://git./linux...
2012-01-04 Jan BeulichXen: consolidate and simplify struct xenbus_driver...
2011-12-02 Justin P. Mattocktreewide: Fix typos in various parts of the kernel...
2011-11-18 Li Dongyangxen-blkback: convert hole punching to discard request...
2011-11-18 Konrad Rzeszutek... xen/blkback: Move processing of BLKIF_OP_DISCARD from...
2011-11-18 Konrad Rzeszutek... xen/blk[front|back]: Enhance discard support with secur...
2011-11-18 Konrad Rzeszutek... xen/blk[front|back]: Squash blkif_request_rw and blkif_...
2011-11-07 Linus TorvaldsMerge branch 'stable/vmalloc-3.2' of git://git./linux...
2011-11-05 Linus TorvaldsMerge branch 'for-3.2/drivers' of git://git.kernel...
2011-10-26 David Vrabelblock: xen-blkback: use API provided by xenbus module...
2011-10-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-10-25 Linus TorvaldsMerge branches 'stable/bug.fixes-3.2' and 'stable/mmu...
2011-10-17 Konrad Rzeszutek... xen/blkback: Fix two races in the handling of barrier...
2011-10-14 Konrad Rzeszutek... xen/blkback: Check for proper operation.
2011-10-13 Konrad Rzeszutek... xen/blkback: Fix the inhibition to map pages when disca...
2011-10-13 Konrad Rzeszutek... xen/blkback: Report VBD_WSECT (wr_sect) properly.
2011-10-13 Konrad Rzeszutek... xen/blkback: Support 'feature-barrier' aka old-style...
2011-10-13 Jan Beulichxen-blkback: use kzalloc() in favor of kmalloc()+memset()
2011-10-13 Joe Jinxen-blkback: fixed indentation and comments
2011-10-13 Li Dongyangxen-blkback: Implement discard requests ('feature-discard')
2011-09-29 Stefano Stabellinixen: modify kernel mappings corresponding to granted...
2011-09-15 Jesper JuhlRemove unneeded version.h includes from drivers/block/
2011-08-23 Jens AxboeMerge branch 'stable/for-jens' of git://git./linux...
2011-08-22 Joe Jinxen-blkback: fixed indentation and comments
2011-08-22 Joe Jinxen-blkback: Don't disconnect backend until state switc...
2011-07-25 Linus TorvaldsMerge branch 'for-3.1/drivers' of git://git.kernel...
2011-06-30 Bastian Blankxen/blkback: Add module alias for autoloading
2011-06-30 Daniel Stoddenxen/blkback: Don't let in-flight requests defer pending...
2011-06-30 Joe Perchesxen: Add __attribute__((format(printf... where appropriate
2011-06-01 Dan Carpenterxen/blkback: potential null dereference in error handling
2011-06-01 Laszlo Ersekxen/blkback: don't call vbd_size() if bd_disk is NULL
2011-05-18 Jan Beulichxen/blkback: don't fail empty barrier requests
2011-05-13 Laszlo Ersekxen/blkback: fix xenbus_transaction_start() hang caused...
2011-05-12 Konrad Rzeszutek... xen/blkback: Align the tabs on the structure.
2011-05-12 Konrad Rzeszutek... xen/blkback: if log_stats is enabled print out the...
2011-05-12 Konrad Rzeszutek... xen/blkback: Add the prefix XEN in the common.h.
2011-05-12 Konrad Rzeszutek... xen/blkback: Prefix 'vbd' with 'xen' in structs and...
2011-05-12 Konrad Rzeszutek... xen/blkback: Change structure name blkif_st to xen_blkif.
2011-05-12 Konrad Rzeszutek... xen/blkback: Remove the unused typedefs.
2011-05-12 Konrad Rzeszutek... xen/blkback: Move include/xen/blkif.h into drivers...
2011-05-12 Konrad Rzeszutek... xen/blkback: Fixing some more of the cleanpatch.pl...
2011-05-12 Konrad Rzeszutek... xen/blkback: Checkpatch.pl recommend against multiple...
2011-05-12 Konrad Rzeszutek... xen/blkback: Fix spelling mistakes.
2011-05-12 Konrad Rzeszutek... xen/blkback: Move blkif_get_x86_[32|64]_req to common...
2011-05-12 Konrad Rzeszutek... xen/blkback: Removing the debug_lvl option.
2011-05-12 Konrad Rzeszutek... xen/blkback: Use the DRV_PFX in the pr_.. macros.
2011-05-12 Konrad Rzeszutek... xen/blkback: Make the DPRINTK uniform.
2011-05-12 Konrad Rzeszutek... xen/blkback: Change printk/DPRINTK to pr_.. type variant.
2011-05-11 Konrad Rzeszutek... xen/blkback: Fixed up comments and converted spaces...
2011-05-05 Konrad Rzeszutek... xen/blkback: Fix up some of the comments.
2011-05-05 Konrad Rzeszutek... xen/blkback: Squash the checking for operation into...
2011-05-05 Konrad Rzeszutek... xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE...
2011-04-27 Konrad Rzeszutek... Revert "xen/blkback: Move the plugging/unplugging to...
2011-04-26 Konrad Rzeszutek... xen/blkback: Stick REQ_SYNC on WRITEs to deal with...
2011-04-26 Konrad Rzeszutek... xen/blkback: Move the plugging/unplugging to a higher...
2011-04-20 Konrad Rzeszutek... xen/blkback: Prefix exposed functions with xen_
2011-04-20 Konrad Rzeszutek... xen-blkback: Inline some of the functions that were...
2011-04-20 Konrad Rzeszutek... xen-blkback: Remove from the copyright notice the address.
2011-04-20 Konrad Rzeszutek... xen/blkback: Squash vbd.c,interface.c in blkback.c...
2011-04-18 Konrad Rzeszutek... xen/blkback: Move it from drivers/xen to drivers/block