Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4b7652ccb77bf0cc362a7b24505b950a28e15f50
/
drivers
/
block
/
xen-blkback
/
xenbus.c
a71e23d
xen/blkback: Fix warning error.
by Konrad Rzeszutek Wilk
· 13 years ago
3389bb8
xen/blkback: Make optional features be really optional.
by Konrad Rzeszutek Wilk
· 13 years ago
4dae767
xen/blkback: Squash the discard support for 'file' and 'phy' type.
by Konrad Rzeszutek Wilk
· 13 years ago
16008d6
Merge branch 'for-3.3/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
9016037
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
73db144
Xen: consolidate and simplify struct xenbus_driver instantiation
by Jan Beulich
· 13 years ago
42b2aa8
treewide: Fix typos in various parts of the kernel, and fix some comments.
by Justin P. Mattock
· 13 years ago
5ea4298
xen/blk[front|back]: Enhance discard support with secure erasing support.
by Konrad Rzeszutek Wilk
· 13 years ago
06d3814
Merge branch 'stable/vmalloc-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
3d0a8d1
Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 13 years ago
2d07384
block: xen-blkback: use API provided by xenbus module to map rings
by David Vrabel
· 13 years ago
29bde09
xen/blkback: Support 'feature-barrier' aka old-style BARRIER requests.
by Konrad Rzeszutek Wilk
· 13 years ago
c555aab
xen-blkback: fixed indentation and comments
by Joe Jin
· 13 years ago
b3cb0d6
xen-blkback: Implement discard requests ('feature-discard')
by Li Dongyang
· 13 years ago
89c63a8
Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into for-linus
by Jens Axboe
· 13 years ago
1bc05b0
xen-blkback: fixed indentation and comments
by Joe Jin
· 13 years ago
6f5986b
xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.
by Joe Jin
· 13 years ago
08b8bfc
xen: Add __attribute__((format(printf... where appropriate
by Joe Perches
· 13 years ago
6464920
xen/blkback: don't call vbd_size() if bd_disk is NULL
by Laszlo Ersek
· 14 years ago
5185432
xen/blkback: Align the tabs on the structure.
by Konrad Rzeszutek Wilk
· 14 years ago
3d81473
xen/blkback: Prefix 'vbd' with 'xen' in structs and functions.
by Konrad Rzeszutek Wilk
· 14 years ago
30fd150
xen/blkback: Change structure name blkif_st to xen_blkif.
by Konrad Rzeszutek Wilk
· 14 years ago
03e0edf
xen/blkback: Checkpatch.pl recommend against multiple assigments.
by Konrad Rzeszutek Wilk
· 14 years ago
b9fc029
xen/blkback: Fix spelling mistakes.
by Konrad Rzeszutek Wilk
· 14 years ago
22b20f2
xen/blkback: Use the DRV_PFX in the pr_.. macros.
by Konrad Rzeszutek Wilk
· 14 years ago
1afbd73
xen/blkback: Make the DPRINTK uniform.
by Konrad Rzeszutek Wilk
· 14 years ago
ebe8190
xen/blkback: Change printk/DPRINTK to pr_.. type variant.
by Konrad Rzeszutek Wilk
· 14 years ago
01f37f2
xen/blkback: Fixed up comments and converted spaces to tabs.
by Konrad Rzeszutek Wilk
· 14 years ago
24f567f
xen/blkback: Add support for BLKIF_OP_FLUSH_DISKCACHE and drop BLKIF_OP_WRITE_BARRIER.
by Konrad Rzeszutek Wilk
· 14 years ago
8b6bf74
xen/blkback: Prefix exposed functions with xen_
by Konrad Rzeszutek Wilk
· 14 years ago
42c7841
xen-blkback: Inline some of the functions that were moved from vbd/interface.c
by Konrad Rzeszutek Wilk
· 14 years ago
6cd0388
xen-blkback: Remove from the copyright notice the address.
by Konrad Rzeszutek Wilk
· 14 years ago
ee9ff85
xen/blkback: Squash vbd.c,interface.c in blkback.c and xenbus.c respectivly.
by Konrad Rzeszutek Wilk
· 14 years ago
dfc07b1
xen/blkback: Move it from drivers/xen to drivers/block
by Konrad Rzeszutek Wilk
· 14 years ago
[Renamed from drivers/xen/blkback/xenbus.c]
d6091b2
xen/blkback: Fix checkpatch warnings of xenbus.c
by Konrad Rzeszutek Wilk
· 14 years ago
5489377
xen/blkback: blkif->struct blkif_st
by Konrad Rzeszutek Wilk
· 14 years ago
a1397fa
xen/blkback: Add some comments.
by Konrad Rzeszutek Wilk
· 14 years ago
313d7b0
blkback: Fix CVE-2010-3699
by Keir Fraser
· 14 years ago
cbf4629
xen/blkback: Flush blkback data when connecting.
by Chris Lalancette
· 14 years ago
98e036a
xen/blkback: add accessor for xenbus backend device
by Jeremy Fitzhardinge
· 15 years ago
5cf6e4f
xen/blkback: use drv_get/set_drvdata rather than directly accessing driver_data.
by Jeremy Fitzhardinge
· 15 years ago
8770b26
Fix compile warnings: ignoring return value of 'xenbus_register_backend' ..
by Konrad Rzeszutek Wilk
· 15 years ago
8812293
xen-blkback-porting
by Jeremy Fitzhardinge
· 16 years ago
4d05a28
xen: add blkback support
by Konrad Rzeszutek Wilk
· 14 years ago