aboutsummaryrefslogtreecommitdiffstats
path: root/tools/blktap2
Commit message (Expand)AuthorAgeFilesLines
* libvhd: use UTC for VHD timestampWei Liu2013-09-031-24/+9
* 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/blktap2: Handle read/write interrupts in blktap2 control plane.Dr. Greg Wettstein2013-03-281-2/+8
* tools: Retry blktap2 tapdisk message on interrupt.Dr. Greg Wettstein2013-03-251-2/+8
* 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/libvhd: fix rpmlint warning spurious-executable-permOlaf Hering2012-10-181-1/+1
* 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/blktap2: fix build errors caused by Werror inOlaf Hering2012-05-101-1/+1
* tools/blktap2: fix 'make clean'Tim Deegan2012-04-051-1/+1
* 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
* blktap2/libvhd: Build shared objects using -fPIC.Ian Campbell2012-02-131-4/+9
* Update memshr API and toolsAndres Lagar-Cavilla2012-01-262-4/+4
* blktap2/vhd: add -liconv when linking if using libiconvRoger Pau Monne2011-12-201-0/+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
* libxl: propagate error from tap_ctl_spawn.Ian Campbell2011-11-281-1/+3
* tools: use system installed libaio by default.Ian Campbell2011-11-221-4/+8
* libxl: attempt to cleanup tapdisk processes on disk backend destroy.Ian Campbell2011-09-282-7/+7
* 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: Remove $(CFLAGS) from links lines.Ian Campbell2011-03-314-6/+6
* 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: drop further uses of -Wp,-MD,.$(@F).d to generate dependencies.Ian Campbell2011-03-234-16/+0
* tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.Ian Campbell2011-03-212-2/+2
* tools: consistently use $(CFLAGS_xeninclude) instead of open coding.Ian Campbell2011-03-211-1/+2
* tools: do not link against unused libraries.Ian Campbell2011-03-171-12/+8
* tools: support building with --as-neededIan Campbell2011-03-171-1/+1
* tools: link each shared library or binary only against the libraries it usesIan Campbell2011-03-172-7/+0
* tools/blktap2/libvhd: move uuid wrapper functions out of line.Ian Campbell2011-03-173-82/+144
* tools/blktap2: push uuid wrapper functions down into libvhd.Ian Campbell2011-03-179-35/+35
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-177-7/+7
* 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