summaryrefslogtreecommitdiffstats
path: root/src/fuse/cow.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed error in loading cow filesfuse_cowMichael Scherle2018-12-141-1/+1
|
* bug in read function probably fixed, needs futher testingMichael Scherle2018-12-061-6/+12
|
* changed standart behavior to not overwrite cow fileMichael Scherle2018-12-021-53/+62
| | | | - in standart cow modus, if an cow file exists it will try to load it, if the given cow file doesn't match with the given image it will exit with an error. - added -z parameter to force an cow file overwrite.
* cleaned up code and added improvementsMichael Scherle2018-11-021-383/+252Star
| | | | | | | | - cleaned up code - using fixed size type variables in file - using types.h fixup macros - replaced write/read with pwrite/pread (except for 2 occurrences) - added create fuse callback
* Fixes and also included the Image merging programmMichael Scherle2018-10-151-146/+177
|
* Initial CommitMichael Scherle2018-10-081-0/+673