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] 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
*
[BUILD] set build type and stop Release build if repository is dirty
Manuel Bentele
2020-10-19
1
-3
/
+3
*
[BUILD] rewrite CMake build system to track changes of source files
Manuel Bentele
2020-10-16
11
-18
/
+68
*
[KERNEL] ported socket time structures to support CentOS 8 kernel 4.18
Manuel Bentele
2020-10-13
1
-1
/
+24
*
[KERNEL] set socket timeouts with new function and time structure
Manuel Bentele
2020-08-31
1
-8
/
+30
*
[KERNEL] make private network functions static
Manuel Bentele
2020-08-28
2
-294
/
+286
*
[KERNEL] convert debug messages and clean up code
Manuel Bentele
2020-08-28
7
-203
/
+254
*
[KERNEL] convert to blk-mq and ktime
Manuel Bentele
2020-08-27
4
-144
/
+177
*
[KERNEL] Lower queue->limits.max_sectors to 256, like nbd
Simon Rettberg
2019-02-13
1
-1
/
+1
*
[KERNEL] Fix keep alive timer on 4.15+
Simon Rettberg
2018-08-15
1
-1
/
+1
*
[KERNEL] Add support for kernel 4.17.x
Simon Rettberg
2018-07-06
1
-0
/
+11
*
[KERNEL] Pre/post 4.11 handling of request ops
Jonathan Bauer
2018-04-05
2
-11
/
+30
*
[KERNEL] #ifs and #defines for timer pre/post 4.15
Simon Rettberg
2018-04-05
2
-13
/
+18
*
[KERNEL] Macros for packing CMD_* into struct request
Simon Rettberg
2018-03-27
1
-4
/
+21
*
Follow https://lwn.net/Articles/735887/
Rafael Gieschke
2018-03-24
2
-4
/
+16
*
Include `linux/signal.h` for `siginitsetinv`, `sigmask`, `sigprocmask`
Rafael Gieschke
2018-03-24
1
-0
/
+1
*
Follow https://github.com/torvalds/linux/commit/aebf526b53aea164508730427597d...
Rafael Gieschke
2018-03-23
2
-11
/
+11
*
[*] Introduce constants for IPv4/6 in dnbd3_host_t
Simon Rettberg
2017-10-28
2
-16
/
+16
*
[KERNEL] version check to support pointer to backing_dev_info in request_queue
Simon Rettberg
2017-10-09
1
-0
/
+6
*
[*] Continue splitting #defines to clientconfig.h etc.
Simon Rettberg
2017-09-02
3
-0
/
+3
*
[KERNEL] PAGE_CACHE_SIZE -> PAGE_SIZE
Simon Rettberg
2016-10-17
1
-1
/
+1
*
[KERNEL/CLIENT] Several minor tweaks and changes
Simon Rettberg
2016-01-11
3
-13
/
+13
*
[KERNEL] Add support for kernel 4.2.x
Simon Rettberg
2015-10-13
2
-2
/
+12
*
Get rid of unneccessary volatile
Simon Rettberg
2015-02-22
1
-2
/
+2
*
[SERVER] Crank up warning levels of gcc and fix them all (mostly sign compare...
Simon Rettberg
2015-01-14
1
-1
/
+4
*
[KERNEL] Support for kernel 3.14
Simon Rettberg
2014-07-04
1
-1
/
+6
*
[KERNEL] Improved read timeout handling
Simon Rettberg
2013-12-20
1
-4
/
+7
[next]