aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2
Commit message (Expand)AuthorAgeFilesLines
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-281-1/+1
* From: Ian Campbell <ian.campbell@citrix.com>Ian Jackson2012-12-122-7/+7
* blktap2: Fix naked unchecked uses of read/write/chdir.Keir Fraser2012-05-1412-14/+62
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-10-067-7/+7
* tools: remus: blktap2/block-remus.c - potential write-after-write race fixShriram Rajagopalan2011-08-301-66/+125
* 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/Makefiles: install libvhd and libblktap with INSTALL_PROGMichael Young2011-02-011-1/+1
* 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-282-1/+2
* add SONAME to libblktapctl.soOlaf Hering2010-08-121-10/+25
* split LDLIBS from LDFLAGS to fix link errors in recent toolchainsStefano Stabellini2010-08-114-10/+10
* libblktapctl: fix use-after-free bugGianni Tedesco2010-08-031-2/+2
* blktap2: make protocol specific usage of shared sring explicitKeir Fraser2010-07-021-1/+1
* blktap2: Build libblktapctl.soKeir Fraser2010-06-102-9/+17
* blktap2: Add tap_ctl_find_minorKeir Fraser2010-06-102-0/+31
* blktap2: Fix broken tap-ctl-list type/path filter logicKeir Fraser2010-06-101-2/+2
* blktap2: Fix toolstack build on NetBSDKeir Fraser2010-06-091-2/+2
* blktap2: <sys/time.h> is needed for 'struct timeval'Keir Fraser2010-06-092-3/+3
* blktap2: The tap-ctl userspace control utility and library.Keir Fraser2010-06-0829-438/+4001
* blktap2: Cleanup vdi stacking code.Keir Fraser2010-06-085-107/+126
* blktap2: Fix E/DPRINTF defs all around the driver/ subdir.Keir Fraser2010-06-085-13/+4
* blktap2: Fix tapdisk disktype issues.Keir Fraser2010-06-0823-284/+312
* 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-153-0/+3
* blktap: provide a variant of __RING_SIZE() that is an integer constant expres...Keir Fraser2010-03-061-1/+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-045-9/+9
* 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-295-137/+306
* 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
* Adds 'memory_sharing' option to domain config scripts. It passes domain id toKeir Fraser2009-12-171-1/+6
* Generic bi-directional map, and related initialisation functions. At the momentKeir Fraser2009-12-172-4/+10
* Request re-coalescing for qcow disks. qcow driver had the habit of breaking eachKeir Fraser2009-12-171-0/+11
* blktap2: fix libgcrypt detectionKeir Fraser2009-11-231-2/+1
* blktap2: Remove uninitialised variable rc from tdremus_close().Keir Fraser2009-11-171-2/+1
* blktap2: Remove gnu89-inline option from CFLAGSKeir Fraser2009-11-113-23/+13
* tools: Make build again on netbsdKeir Fraser2009-11-101-3/+7
* blktap2: add remus driverKeir Fraser2009-11-098-1/+2393
* blktap2: only open driver stack onceKeir Fraser2009-11-091-0/+2
* blktap2: configurable driver chainsKeir Fraser2009-11-094-26/+217
* blktap2: Check gcrypt library has MD5() function.Keir Fraser2009-10-091-1/+6