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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SERVER] Fix warnings, simplify locking
Simon Rettberg
2019-08-26
2
-12
/
+13
*
[BENCH] Check CMD_GET_BLOCK reply cmd type
Simon Rettberg
2019-08-23
1
-0
/
+3
*
[SERVER] Get rid of alt-servers thread, per-uplink rtt history
Simon Rettberg
2019-08-22
9
-485
/
+469
*
[SERVER] Put request handle into CMD_ERROR reply
Simon Rettberg
2019-08-22
1
-1
/
+1
*
[SERVER] Add struct representing active connection to uplink server
Simon Rettberg
2019-08-18
5
-66
/
+60
*
[SERVER] uplink: More consistent type/variable naming
Simon Rettberg
2019-08-18
5
-288
/
+294
*
[SERVER] altservers: Don't run check if <= 1 alt server available
Simon Rettberg
2019-08-18
1
-4
/
+11
*
[SERVER] net.c: Minor reordering
Simon Rettberg
2019-08-18
1
-8
/
+9
*
[SERVER] Lock free thread pool
Simon Rettberg
2019-08-16
1
-53
/
+57
*
[SHARED] Better errno handling in connect() helper
Simon Rettberg
2019-08-15
1
-0
/
+8
*
[SERVER] Better lock debugging: Always check lock order
Simon Rettberg
2019-08-07
11
-226
/
+198
*
[SERVER] Lock-free queue for altservers check thread
Simon Rettberg
2019-08-07
2
-48
/
+57
*
[BENCH] Allow specifying request block size
Simon Rettberg
2019-08-07
4
-19
/
+32
*
[SERVER] Use more _Atomic
Simon Rettberg
2019-08-07
2
-5
/
+4
*
[SERVER] Fix race condition and invalid lock order
Simon Rettberg
2019-08-07
1
-4
/
+7
*
[SERVER] uplink: Improve attaching to existing requests
Simon Rettberg
2019-08-06
2
-35
/
+74
*
[BENCH] Increase timeouts, fix block payload reading
Simon Rettberg
2019-08-06
1
-3
/
+3
*
[BENCH] Fix a couple bugs in stress tester
Simon Rettberg
2019-08-06
3
-82
/
+70
*
[SERVER] Improve debug output if a locked lock gets destroyed
Simon Rettberg
2019-08-06
1
-0
/
+1
*
[SERVER] Fix: Client thread could destroy sendMutex while in use
Simon Rettberg
2019-08-06
1
-0
/
+3
*
[SERVER] Allow uplink shutdown if bgrMinClients > image->users
Simon Rettberg
2019-08-05
1
-1
/
+2
*
[SERVER] Add sanity check to threadpool_run for NULL routine
Simon Rettberg
2019-08-05
1
-0
/
+4
*
[SERVER] Switch threadpool back to spinlock, add idle thread counter
Simon Rettberg
2019-08-05
1
-22
/
+23
*
[SERVER] Atomicize some global flags
Simon Rettberg
2019-08-03
2
-2
/
+2
*
[SERVER] Make image->users atomic and get rid of some locking
Simon Rettberg
2019-08-02
2
-53
/
+40
*
i[SERVER] Include new pretendClient in config dump
v2.2
Simon Rettberg
2019-08-02
1
-0
/
+1
*
[SERVER] Fix compile in release mode
Simon Rettberg
2019-08-02
1
-1
/
+1
*
[SERVER] Turn all spinlocks into mutexes
Simon Rettberg
2019-07-26
11
-412
/
+467
*
[SERVER] Add pretendClient config option
Simon Rettberg
2019-07-23
3
-1
/
+10
*
[SERVER] uplink: Relay request in client's thread if possible
Simon Rettberg
2019-07-23
3
-3
/
+58
*
[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
*
Add packing script for gitless source releases
Simon Rettberg
2019-02-14
1
-0
/
+6
*
get-version.sh: Fallback to version.txt if not a git repo
Simon Rettberg
2019-02-13
2
-3
/
+14
*
[KERNEL] Lower queue->limits.max_sectors to 256, like nbd
Simon Rettberg
2019-02-13
1
-1
/
+1
*
[SERVER] Don't shutdown uplink if background replication is FULL
Simon Rettberg
2019-02-13
1
-1
/
+1
*
[FUSE] Use shared/timing.* instead of nowMilli/Micro
Simon Rettberg
2019-02-09
2
-57
/
+43
*
[SHARED] More timing helpers
Simon Rettberg
2019-02-09
1
-0
/
+23
*
[FUSE] Consider RTT of active connection for switch-decisions
Simon Rettberg
2019-02-08
3
-55
/
+130
*
[SERVER] uplink: Dedicated function for handling link failure
Simon Rettberg
2019-02-08
1
-31
/
+50
*
[SERVER] integrity: Group check requests, use sync_file_range()
Simon Rettberg
2019-02-04
1
-25
/
+51
*
[SERVER] Cosmetic changes (loglvl, comment)
Simon Rettberg
2019-02-04
1
-2
/
+2
*
[SERVER] Export image idle time in json rpc
Simon Rettberg
2019-01-31
1
-3
/
+6
*
[SERVER] altservers.c: Improve log output
Simon Rettberg
2019-01-31
2
-20
/
+19
*
[SERVER] Don't keep an uplink connection established forever
Simon Rettberg
2019-01-31
5
-49
/
+93
*
[SERVER] uplink: Check for _maxPayload when getting client request
Simon Rettberg
2019-01-31
1
-0
/
+4
*
[SERVER] Lower log-level of non-critical message
Simon Rettberg
2019-01-30
2
-2
/
+3
*
[SERVER] Only set BGR flag in handshake for BGR_FULL
Simon Rettberg
2018-11-16
2
-2
/
+2
*
[SERVER] Fix json format string
Simon Rettberg
2018-11-16
1
-1
/
+1
*
[KERNEL] Fix keep alive timer on 4.15+
Simon Rettberg
2018-08-15
1
-1
/
+1
[next]