aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2/drivers
Commit message (Expand)AuthorAgeFilesLines
* tools: remove in tree libaioIan Campbell2013-08-201-7/+0
* blktap2: use sys/eventfd.h if it is availableIan Campbell2013-04-111-0/+12
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-131-1/+1
* tools: Remove the vtpm process modelMatthew Fioravante2012-11-135-13/+0
* blktap2: Fix naked unchecked uses of read/write/chdir.Keir Fraser2012-05-117-8/+56
* blktap2: Fix another uninitialised value errorIan Jackson2012-05-101-1/+1
* blktap2: Do not build with -O0Keir Fraser2012-05-101-1/+1
* blktap2: Fix uninitialised value error.Keir Fraser2012-05-101-1/+1
* tools/blktap2: fix out of bounds access in block-log.cOlaf Hering2012-05-101-2/+2
* tools/blktap: reorder MEMSHR_DIR to fix CFLAGSOlaf Hering2012-03-141-3/+2
* tapdisk2: initialize 'name' parameter of BLKTAP2_IOCTL_CREATE_DEVICEJan Beulich2012-03-141-0/+1
* Update memshr API and toolsAndres Lagar-Cavilla2012-01-262-4/+4
* blktap2: remove local definitions and include byteswap.hRoger Pau Monne2011-12-201-37/+2
* Add correct const-ness to memshr tool functionsAndres Lagar-Cavilla2012-01-102-1/+5
* tools: use system installed libaio by default.Ian Campbell2011-11-221-4/+8
* tools: merge several bitop functions into xc_bitops.hOlaf Hering2011-06-101-26/+3
* tools/blktap2: tapdisk2 executable usage message documents -D optionPhilipp Hahn2011-06-211-1/+1
* tools: remus: blktap2/block-remus.c - potential write-after-write race fixShriram Rajagopalan2011-05-261-66/+125
* tools: blktap2: copy xenstore/hashtable.h into blktap2 (really)Ian Jackson2011-03-312-0/+296
* tools: blktap2: copy xenstore/hashtable.h into blktap2Ian Campbell2011-03-314-2/+16
* tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.Ian Campbell2011-03-211-1/+1
* tools: do not link against unused libraries.Ian Campbell2011-03-171-12/+8
* tools: link each shared library or binary only against the libraries it usesIan Campbell2011-03-171-4/+0
* tools/blktap2: push uuid wrapper functions down into libvhd.Ian Campbell2011-03-171-1/+1
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
* blktap2: fix gap in tapdisk2 disk_type numberingShriram Rajagopalan2011-03-071-3/+3
* remus: fix incorrect disk_info_t initializationShriram Rajagopalan2011-02-251-2/+2
* tools/blktap, blktap2: include <sys/mount.h> instead of <linux/fs.h>Ian Campbell2011-01-171-2/+2
* blktap2: Makefiles: delete symlinks and deps during make cleanGianni Tedesco2010-10-281-1/+1
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-111-6/+6
* blktap2: make protocol specific usage of shared sring explicitKeir Fraser2010-07-021-1/+1
* blktap2: The tap-ctl userspace control utility and library.Keir Fraser2010-06-088-470/+1041
* blktap2: Cleanup vdi stacking code.Keir Fraser2010-06-084-98/+116
* blktap2: Fix E/DPRINTF defs all around the driver/ subdir.Keir Fraser2010-06-084-4/+4
* blktap2: Fix tapdisk disktype issues.Keir Fraser2010-06-0822-283/+311
* blktap2: Remove LVM hacks.Keir Fraser2010-06-081-288/+0
* blktap2: Remove tapdisk-ipc module.Keir Fraser2010-06-0812-463/+17
* bltap2: implement md5 directly, to remove ssl dependencyKeir Fraser2010-06-075-45/+296
* blktap/fs-back: Build fixes for Fedora 13Keir Fraser2010-03-151-0/+1
* Remus: increase failover timeout from 500ms to 1sKeir Fraser2010-02-121-5/+5
* blktap2: disable presently broken memshr extensionKeir Fraser2010-02-111-1/+1
* blktap2: Fix non-Linux buildKeir Fraser2010-02-051-0/+4
* tools: Do not append trailing slash to XEN_ROOT in MakefilesKeir Fraser2010-02-041-1/+1
* blktap2: Prefer AIO eventfd support on kernels >= 2.6.22Keir Fraser2010-01-295-31/+273
* blktap2: Separate tapdisk raw I/O into different backends.Keir Fraser2010-01-294-137/+305
* blktap2: Sort out tapdisk AIO init.Keir Fraser2010-01-296-63/+64
* blktap2: Sort out tapdisk IPC init.Keir Fraser2010-01-294-58/+95
* blktap: make memshr optionalKeir Fraser2010-01-125-43/+72
* Reads from read only parent disk images are intercepted, and are used to detectKeir Fraser2009-12-173-3/+54
* Multiple tapdisk2 processes may use the same parent disk images (later used toKeir Fraser2009-12-172-4/+8