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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
[KERNEL] Use next pending request for discovery in panic mode
Simon Rettberg
2024-05-17
1
-13
/
+33
*
[KERNEL] Add more debug logging, tweak connect timeout
Simon Rettberg
2024-05-17
1
-8
/
+16
*
[KERNEL] Fix build on 5.15 kernels >= 5.15.132
Simon Rettberg
2024-03-15
1
-0
/
+1
*
[KERNEL] Set fake RTT to 500ms on manual server switch
Simon Rettberg
2024-01-18
1
-2
/
+2
*
[KERNEL] Add Rocky 9 support
Simon Rettberg
2023-06-07
2
-8
/
+20
*
[KERNEL] Rename logigng macros, change debug level of a few messages
Simon Rettberg
2023-02-06
1
-21
/
+25
*
[KERNEL] Actually fix build on 6.0+
Simon Rettberg
2023-01-11
1
-5
/
+5
*
[KERNEL] Update for Linux 6.1
Simon Rettberg
2023-01-09
2
-7
/
+25
*
Fix linter issues to satisfy Linux kernel code style
Manuel Bentele
2022-10-05
2
-8
/
+11
*
[KERNEL] Adapt to Linux 5.18
Simon Rettberg
2022-06-14
2
-1
/
+14
*
[KERNEL] IOCTL_SWITCH: Always boost/fake RTT values
Simon Rettberg
2022-03-24
1
-17
/
+17
*
[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
*
[KERNEL] Add support for Linux kernels without blk-mq (e.g. CentOS 7)
Manuel Bentele
2021-06-16
4
-20
/
+205
*
[KERNEL] Improve debug output in net.c
Simon Rettberg
2021-04-20
2
-7
/
+12
*
[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
10
-10
/
+10
*
[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
*
[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
10
-610
/
+508
*
[BUILD] Enable lint targets if lint programs are found
Manuel Bentele
2021-03-11
2
-2
/
+566
*
[BUILD] Add support in CMake to validate (lint) the source code
Manuel Bentele
2021-03-04
1
-0
/
+8
*
[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
*
[KERNEL] Fix several connect/disconnect race conditions
Simon Rettberg
2020-11-19
3
-188
/
+193
*
[KERNEL] add support for Linux kernel 4.19 on Ubuntu 18.04 (GCC 7.5)
Manuel Bentele
2020-11-16
1
-8
/
+8
*
[CLIENT] display proper connected server if multiple servers specified
Manuel Bentele
2020-11-10
1
-2
/
+2
*
[KERNEL] add manual switching of dnbd3-server to specified server
Manuel Bentele
2020-11-10
4
-56
/
+159
*
[KERNEL] protect read-only access to server list
Manuel Bentele
2020-11-09
1
-6
/
+9
*
[KERNEL] protect access to server list if alt server is added/removed
Manuel Bentele
2020-11-09
1
-0
/
+3
*
[KERNEL]: change probing logic to select first available server
Manuel Bentele
2020-11-09
2
-16
/
+25
*
[KERNEL, CLIENT]: submit and probe multiple dnbd3-server with ioctl OPEN
Manuel Bentele
2020-11-06
3
-90
/
+209
*
[BUILD] remove the build requirement for an unused C++ compiler
Manuel Bentele
2020-10-27
1
-1
/
+2
*
[BUILD] fix comments and remove useless code fragments in CMake files
Manuel Bentele
2020-10-23
1
-6
/
+5
*
[BUILD] add CMake targets to build binary and source packages with CPack
Manuel Bentele
2020-10-22
2
-3
/
+3
[next]