index
:
dnbd3.git
HEAD
formatting
fuse_cow_2
iscsi
iscsi-refactor
master
Distributed Network Block Device 3 --rewrite for Kernel 3.x
DNBD
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fuse
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COWTEST] improvements to cowtest readme
Michael Scherle
2024-05-13
1
-13
/
+14
*
[FUSE] added pthread creation error message
Michael Scherle
2024-05-13
1
-2
/
+2
*
added github ci for fuse with cow
Michael Scherle
2024-05-13
2
-6
/
+17
*
[FUSE] basic cow implementation & rudimentary tests
Michael Scherle
2024-05-13
10
-70
/
+2288
*
[FUSE] Fix termination condition for reading host list
Simon Rettberg
2023-02-14
1
-1
/
+1
*
[FUSE] Make initial connect entirely parallel wrt servers
Simon Rettberg
2023-02-12
1
-111
/
+232
*
[FUSE] Fix AIOOB access
Simon Rettberg
2023-02-12
1
-2
/
+1
*
[FUSE] Adapt to changed macro names
Simon Rettberg
2022-05-20
1
-4
/
+4
*
[BUILD] Add check for stdatomic.h support
Manuel Bentele
2021-06-16
1
-0
/
+4
*
[BUILD] Add support in CMake to validate (lint) the source code
Manuel Bentele
2021-03-04
1
-3
/
+10
*
[FUSE] Fix build: Add dnbd3-build to dependencies
Simon Rettberg
2020-12-08
1
-1
/
+1
*
[BUILD] Include branch and build timestamp in binaries
Simon Rettberg
2020-12-02
1
-1
/
+3
*
[FUSE] removed unnecessary cmdln argument check for sticky mode
Manuel Bentele
2020-10-30
1
-6
/
+0
*
[BUILD] add build options to enable/disable build of dnbd3 components
Manuel Bentele
2020-10-30
1
-0
/
+2
*
[CLIENT] add feature to ignore propagated alternative servers (sticky mode)
Manuel Bentele
2020-10-29
1
-0
/
+6
*
[BUILD] remove the build requirement for an unused C++ compiler
Manuel Bentele
2020-10-27
1
-1
/
+2
*
[BUILD] add CMake targets to build binary and source packages with CPack
Manuel Bentele
2020-10-22
2
-2
/
+3
*
[BUILD] add option to build the dnbd3-server with afl-fuzz support
Manuel Bentele
2020-10-20
1
-0
/
+2
*
[BUILD] set build type and stop Release build if repository is dirty
Manuel Bentele
2020-10-19
1
-1
/
+1
*
[BUILD] fixes issues to build user space programs on FreeBSD 12.1
Manuel Bentele
2020-10-19
2
-1
/
+2
*
[BUILD] rewrite CMake build system to track changes of source files
Manuel Bentele
2020-10-16
6
-17
/
+28
*
[FUSE] Tweak timeout values to prevent stale status file
Simon Rettberg
2020-07-24
1
-3
/
+3
*
[FUSE] Fix returning pending request on RTT measurement
Simon Rettberg
2020-07-24
3
-15
/
+8
*
[FUSE] Cleanup
Simon Rettberg
2020-07-24
2
-33
/
+24
*
[FUSE] Detach old receive thread when creating anew one, update var
Simon Rettberg
2020-07-24
1
-2
/
+2
*
[FUSE] Refactor signal handling on termination again
Simon Rettberg
2020-07-24
3
-60
/
+55
*
[FUSE] Fix inode numbers
Simon Rettberg
2020-07-24
1
-14
/
+16
*
[FUSE] Minor cleanup and fixes
Simon Rettberg
2020-07-21
1
-59
/
+38
*
[FUSE] Properly signal worker threads to exit on shutdown
Simon Rettberg
2020-07-21
3
-24
/
+70
*
[FUSE] Formatting
Simon Rettberg
2020-07-21
5
-180
/
+183
*
[FUSE] Fix a bunch of warnings
Simon Rettberg
2020-07-21
2
-8
/
+11
*
leak fix in main
ln-tech
2020-01-12
3
-5
/
+12
*
fixed code: removed useless splicing, code optimization, commandline argument...
ln-tech
2020-01-08
4
-113
/
+31
*
code fixes, keepRunning is back, threads seem to be safe
ln-tech
2019-11-15
3
-31
/
+18
*
SIGINT fix, Reader-Writer oroblem fix
ln-tech
2019-11-13
4
-36
/
+43
*
cleaned code
ln-tech
2019-10-27
3
-176
/
+19
*
cleaned code and atomic_ints against
ln-tech
2019-10-27
4
-67
/
+401
*
[FUSE] Increase socket timeout from 1 to 3 seconds
Simon Rettberg
2019-08-28
1
-2
/
+2
*
[FUSE] Add --sticky mode to ignore alt-servers announced by servers
Simon Rettberg
2019-03-07
3
-6
/
+16
*
[FUSE] Clean up argument handling, improve help
Simon Rettberg
2019-03-07
1
-19
/
+10
*
[FUSE] Use shared/timing.* instead of nowMilli/Micro
Simon Rettberg
2019-02-09
2
-57
/
+43
*
[FUSE] Consider RTT of active connection for switch-decisions
Simon Rettberg
2019-02-08
2
-55
/
+123
*
[FUSE] In panic mode, use a pending range for alt check
Simon Rettberg
2018-07-05
1
-5
/
+43
*
[FUSE] Return 0 instead of EIO if trying to read past end
Simon Rettberg
2018-06-13
1
-1
/
+1
*
[FUSE] Move variables into block where they're being used
Simon Rettberg
2018-06-13
1
-4
/
+4
*
[SERVER] Option to disable timestamps on stdout/console (default: disabled)
Simon Rettberg
2018-04-11
1
-0
/
+1
*
[FUSE] Split final multiConnect-wait across multiple calls
Simon Rettberg
2017-11-07
1
-8
/
+8
*
[FUSE] Reset salen before getpeername() call
Simon Rettberg
2017-11-07
1
-1
/
+2
*
[FUSE] Make use of sock_multiConnect() for initial connection
Simon Rettberg
2017-11-06
1
-10
/
+36
*
[FUSE] Remember up to 16 alt servers, but work only with 5
Simon Rettberg
2017-11-04
1
-8
/
+59
[next]