Commit Graph

7 Commits

Author SHA1 Message Date
Pete Nelson 9b16fb354e apply GPLv2 license to BUSE project (original author must approve) 2013-06-28 10:50:13 -04:00
Adam Cozzette 9a44badd00 Added a BUSE loopback device for benchmarking purposes. 2011-12-15 00:39:59 -08:00
Adam Cozzette e49ded9330 Cleaned up the README. Copied some constants and struct definitions to buse.h so
that the code doesn't rely on a hard-coded location of nbd.h.
2011-11-23 14:34:43 -08:00
Adam Cozzette b6722defc5 Fixed a bug in buse.c where I was mistakenly relying on read and write syscalls
to complete an entire request in one call.
2011-11-17 11:17:53 -08:00
Adam Cozzette 28eb460f25 Various changes:
* Changed the Makefile to do static linking instead of dynamic.
 * Fixed a bug in buse.c where I was passing &chunk instead of just chunk.
 * Changed busexmp.c to correctly act as an in-memory disk instead of just
   returning zeros.
 * Other miscellaneous stuff
2011-11-15 14:44:38 -08:00
Adam Cozzette 3426987066 Adding a more correct trim function prototype to the struct of block device
operations.
2011-10-13 15:17:06 -07:00
Adam Cozzette 67c7f7c04a Changed abuse to buse everywhere it appeared. 2011-10-09 23:20:39 -07:00