summaryrefslogtreecommitdiffstats
path: root/src/fuse/cowMerger/src/merger.c
Commit message (Collapse)AuthorAgeFilesLines
* changed standart behavior to not overwrite cow fileMichael Scherle2018-12-021-1/+1
| | | | - 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-63/+50Star
| | | | | | | | - 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-0/+107