Commit Graph

8 Commits

Author SHA1 Message Date
comatose 18c7ede4fb Merge branch 'master' of https://github.com/comatose/BUSE
Conflicts:
	buse.c
	buse.h
	busexmp.c
2012-12-03 08:29:18 +09:00
comatose ce8145de67 . 2012-12-03 08:25:06 +09:00
comatose 408c99ba0b Added some error handling. 2012-12-02 01:08:13 +09:00
comatose 01919ef8a1 initial trim support 2012-12-01 00:42:29 +09: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 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