index
:
dnbd3.git
formatting
fuse_cow_2
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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[KERNEL] Fix possible stall when switching server
Simon Rettberg
2022-03-04
1
-1
/
+9
*
[KERNEL] Fix copy&paste error (passing wrong sock)
Simon Rettberg
2022-02-23
1
-2
/
+2
*
[KERNEL] Refactor to use workqueues and blk-mq only
Simon Rettberg
2022-02-18
10
-1162
/
+892
*
[KERNEL] Add missing include to fix compile on 4.14.x
Simon Rettberg
2022-02-11
1
-0
/
+1
*
[KERNEL] Add support for Linux kernel 5.15.x LTS
Manuel Bentele
2021-11-30
2
-4
/
+40
*
[KERNEL] Fix wurstfingered missing ;
Simon Rettberg
2021-11-08
1
-1
/
+1
*
[KERNEL] Explicitly pass proper addrlen on connect; improve debug log
Simon Rettberg
2021-11-08
1
-3
/
+7
*
[KERNEL] Don't log connect failures as errors for RTT checks
Simon Rettberg
2021-10-19
1
-16
/
+24
*
[BUILD] Add CMake option to enable build of dnbd3-bench
Manuel Bentele
2021-06-24
1
-1
/
+3
*
[BUILD] Add check for stdatomic.h support
Manuel Bentele
2021-06-16
3
-0
/
+9
*
[KERNEL] Add support for Linux kernels without blk-mq (e.g. CentOS 7)
Manuel Bentele
2021-06-16
4
-20
/
+205
*
[SERVER] Add minRequestSize: Enlarge relayed requests
Simon Rettberg
2021-05-11
3
-16
/
+48
*
[SERVER] Fix UB
Simon Rettberg
2021-05-11
1
-1
/
+1
*
[SERVER] Honor uplinkTimeout directly when connecting to alt-server
Simon Rettberg
2021-05-10
2
-5
/
+3
*
[KERNEL] Improve debug output in net.c
Simon Rettberg
2021-04-20
3
-7
/
+13
*
[KERNEL] Even more RTT fakery on manual server switch
Simon Rettberg
2021-04-20
1
-5
/
+12
*
[KERNEL] Clean alt-server list first when connecting
Simon Rettberg
2021-04-16
1
-11
/
+8
*
[KERNEL] Fix Linter errors
Manuel Bentele
2021-04-16
2
-3
/
+5
*
[KERNEL] Removes duplicate word 'of' in license headers
Manuel Bentele
2021-04-16
16
-16
/
+16
*
[SERVER] Mark uplink requests with BGR/prefetch flags and handle them
Simon Rettberg
2021-04-14
1
-5
/
+20
*
[SERVER] Set TCP_NODELAY on outgoing connections
Simon Rettberg
2021-04-14
1
-1
/
+4
*
[SERVER] Make prefetching synchronous
Simon Rettberg
2021-04-14
3
-168
/
+226
*
[CLIENT] Use SO_GETPEERCRED instead of braindead setuid crap
Simon Rettberg
2021-04-14
1
-56
/
+69
*
[KERNEL] Deduplicate code, clean up, split into functions
Simon Rettberg
2021-04-14
2
-402
/
+339
*
[KERNEL] Fix CMD name in debug messages
Simon Rettberg
2021-04-14
1
-3
/
+3
*
[KERNEL] Improve socket connect
Simon Rettberg
2021-03-29
1
-34
/
+59
*
[KERNEL] Overhaul sysfs files
Simon Rettberg
2021-03-26
2
-40
/
+18
*
[KERNEL] Implement best_count logic for load balancing
Simon Rettberg
2021-03-26
4
-22
/
+48
*
[KERNEL] Use sockaddr instead of dnbd3_host_t where possible
Simon Rettberg
2021-03-24
6
-241
/
+216
*
[KERNEL] Set fake low RTT after manual server switch
Simon Rettberg
2021-03-23
2
-0
/
+8
*
[KERNEL] Synchronous add/remove of alt-servers via IOCTL
Simon Rettberg
2021-03-23
4
-165
/
+229
*
[SERVER] Fix compiler warning
Simon Rettberg
2021-03-22
1
-1
/
+1
*
[KERNEL] Enable assertions if CONFIG_DEBUG_DRIVER is set
Manuel Bentele
2021-03-16
1
-0
/
+6
*
[KERNEL] Refactor code to satisfy Linux kernel code style
Manuel Bentele
2021-03-12
11
-621
/
+535
*
[BUILD] Build picohttpparser as independent library
Manuel Bentele
2021-03-11
3
-15
/
+15
*
[BUILD] Enable lint targets if lint programs are found
Manuel Bentele
2021-03-11
2
-2
/
+566
*
[BUILD] Disable lint/formatting for non-kernel for now
Simon Rettberg
2021-03-05
1
-0
/
+12
*
[BUILD] Add support in CMake to validate (lint) the source code
Manuel Bentele
2021-03-04
6
-30
/
+88
*
[FUSE] Fix build: Add dnbd3-build to dependencies
Simon Rettberg
2020-12-08
1
-1
/
+1
*
[BUILD] Fix dnbd3-client build, Fix source-only build
Simon Rettberg
2020-12-02
1
-1
/
+1
*
[BUILD] Include branch and build timestamp in binaries
Simon Rettberg
2020-12-02
5
-7
/
+13
*
[CLIENT] print help and version number correctly
Manuel Bentele
2020-12-02
1
-8
/
+5
*
[SERVER] replaced non-existent FUSE define to match CMake's build defines
Manuel Bentele
2020-11-27
1
-3
/
+3
*
[SERVER] Fix warnings
Simon Rettberg
2020-11-23
4
-7
/
+9
*
[BUILD] update search paths for 'libatomic' to support build on FreeBSD
Manuel Bentele
2020-11-23
1
-1
/
+1
*
[BUILD] add CMake find package search to find 'libatomic' automatically
Manuel Bentele
2020-11-23
1
-0
/
+3
*
[KERNEL] Fix race condition for request_queuereceive in receive thread
Simon Rettberg
2020-11-20
1
-8
/
+7
*
[KERNEL] Cleanup thread cleanup, fix closing of device when busy
Simon Rettberg
2020-11-20
3
-90
/
+124
*
[BUILD] add support for atomic operations not supported by hardware
Manuel Bentele
2020-11-20
1
-1
/
+1
*
[KERNEL] Fix several connect/disconnect race conditions
Simon Rettberg
2020-11-19
3
-188
/
+193
[prev]
[next]