aboutsummaryrefslogtreecommitdiffstats
path: root/block-cow.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-11Split block API from vl.h.pbrook1-1/+1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-4/+4
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-16/+16
2006-08-01async file I/O APIbellard1-21/+17
2006-06-04Disk cache flush support.pbrook1-0/+7
2005-04-28probing fixesbellard1-1/+2
2005-04-10renamed set_bit to cow_set_bit (Paul Brook)bellard1-2/+2
2004-09-18fixed block close() method prototypebellard1-1/+1
2004-08-0364 bit file I/O by defaultbellard1-2/+2
2004-08-01new disk image layerbellard1-0/+263