summaryrefslogtreecommitdiffstats
path: root/src/fuse
Commit message (Expand)AuthorAgeFilesLines
* Initial CommitMichael Scherle2018-10-083-423/+1234
* [FUSE] In panic mode, use a pending range for alt checkSimon Rettberg2018-07-051-5/+43
* [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
* [FUSE] Split final multiConnect-wait across multiple callsSimon Rettberg2017-11-071-8/+8
* [FUSE] Reset salen before getpeername() callSimon Rettberg2017-11-071-1/+2
* [FUSE] Make use of sock_multiConnect() for initial connectionSimon Rettberg2017-11-061-10/+36
* [FUSE] Remember up to 16 alt servers, but work only with 5Simon Rettberg2017-11-041-8/+59
* [FUSE] Fix printf warning for logadd callSimon Rettberg2017-11-021-1/+1
* [FUSE] Improve log messages a bitSimon Rettberg2017-11-011-2/+5
* [*] Mark logadd() as printf-style function, fix errors that it revealedSimon Rettberg2017-10-311-2/+2
* [*] Introduce constants for IPv4/6 in dnbd3_host_tSimon Rettberg2017-10-281-2/+2
* [FUSE] Cache signalfd instances used in fuse read handlerSimon Rettberg2017-10-241-2/+43
* [FUSE] Spacing; Don't check if server proto is newer than clientSimon Rettberg2017-10-241-3/+3
* [FUSE] Fix type mismatch warningsSimon Rettberg2017-10-243-18/+37
* [*] Support hop-counting in request header, protocol version 3Simon Rettberg2017-10-171-3/+3
* [*] Continue splitting #defines to clientconfig.h etc.Simon Rettberg2017-09-021-1/+1
* [FUSE] Little more verbosity in some error msgSimon Rettberg2016-11-091-1/+1
* [FUSE] Wait a little longer before switching via new approachSimon Rettberg2016-03-231-8/+8
* [FUSE] Add new load balancing mechanismSimon Rettberg2016-03-231-12/+49
* compile dnbd3-fuse on FreeBSD without warning :)Sebastian2016-02-112-2/+4
* cleanup commitsSebastian2016-02-113-11/+3Star
* [SHARED] signal.h -> fdsignal.hSimon Rettberg2016-02-103-3/+3
* First steps in make signals more abstract from the underlying mechanism; repl...Simon Rettberg2016-02-053-12/+13
* [FUSE] Handle SIGINT/SIGTERM to abort pending readsSimon Rettberg2015-12-172-1/+35
* [FUSE] Fix forking mode (not passing -f) by not spawning threads before enter...Simon Rettberg2015-12-163-30/+53
* [FUSE] Make valgrind happy by initializing memory and not calling close() on -1Simon Rettberg2015-12-101-2/+4
* [FUSE] Fix stack overflow caused by stats dataSimon Rettberg2015-12-101-3/+5
* [FUSE] Fix formatting in /status outputSimon Rettberg2015-12-071-6/+4Star
* [FUSE] Fix embarrassing memcpy over two different structsSimon Rettberg2015-12-031-3/+6
* [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-023-12/+101
* [FUSE] Request alt servers from connected serverSimon Rettberg2015-12-022-26/+100
* [FUSE] Clean up command line handlingSimon Rettberg2015-12-021-37/+93
* [FUSE] Remove debug code that forced server switches all the timeSimon Rettberg2015-12-011-2/+1Star
* [FUSE] Fix losing requests on server changeSimon Rettberg2015-12-012-16/+26
* [FUSE] Stability improvements, runs for longer than a couple secs now :)Simon Rettberg2015-12-011-28/+32
* [FUSE] It works! Kinda...Simon Rettberg2015-11-303-201/+207
* [FUSE] Compiles againSimon Rettberg2015-11-303-55/+0Star
* [FUSE] Mid-refactoring, does not compileSimon Rettberg2015-11-245-77/+272
* [FUSE] RefactoringSimon Rettberg2015-11-231-51/+69
* [FUSE] Start refactoring so we can handle multithread fuseSimon Rettberg2015-11-215-13/+248
* [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-246-474/+456Star
* Fuseschwaer@HiWi.de2015-04-243-0/+496