summaryrefslogtreecommitdiffstats
path: root/src/fuse/main.c
Commit message (Expand)AuthorAgeFilesLines
* changed standart behavior to not overwrite cow fileMichael Scherle2018-12-021-24/+13Star
* cleaned up code and added improvementsMichael Scherle2018-11-021-25/+22Star
* Fixes and also included the Image merging programmMichael Scherle2018-10-151-22/+37
* Initial CommitMichael Scherle2018-10-081-423/+520
* [FUSE] Return 0 instead of EIO if trying to read past endSimon Rettberg2018-06-131-1/+1
* [FUSE] Move variables into block where they're being usedSimon Rettberg2018-06-131-4/+4
* [SERVER] Option to disable timestamps on stdout/console (default: disabled)Simon Rettberg2018-04-111-0/+1
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-311-2/+2
* [FUSE] Cache signalfd instances used in fuse read handlerSimon Rettberg2017-10-241-2/+43
* [FUSE] Fix type mismatch warningsSimon Rettberg2017-10-241-8/+15
* compile dnbd3-fuse on FreeBSD without warning :)Sebastian2016-02-111-2/+3
* cleanup commitsSebastian2016-02-111-5/+1Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-101-1/+1
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-051-3/+3
* [FUSE] Handle SIGINT/SIGTERM to abort pending readsSimon Rettberg2015-12-171-1/+32
* [FUSE] Fix forking mode (not passing -f) by not spawning threads before enter...Simon Rettberg2015-12-161-6/+11
* [FUSE] Fix stack overflow caused by stats dataSimon Rettberg2015-12-101-3/+5
* [FUSE] Add --log optionSimon Rettberg2015-12-031-12/+29
* [FUSE] Try to get caching rightSimon Rettberg2015-12-031-2/+3
* [FUSE] Add virtual status fileSimon Rettberg2015-12-021-12/+50
* [FUSE] Clean up command line handlingSimon Rettberg2015-12-021-37/+93
* [FUSE] Fix losing requests on server changeSimon Rettberg2015-12-011-5/+5
* [FUSE] It works! Kinda...Simon Rettberg2015-11-301-163/+40Star
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-241-1/+1
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-211-1/+1
* [FUSE] Fix compiler warnings, adjust file permissions, change fuse file name ...Simon Rettberg2015-04-241-32/+34
* [FUSE] Integrate into cmake build processSimon Rettberg2015-04-241-0/+348