Age | Commit message (Collapse) | Author | Files | Lines |
|
a CONNECTION_RESET is now the normal "client disconnect" status code
|
|
This reduces compile time somewhat.
|
|
metze
|
|
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"
for s in $list; do
o=`echo $s | cut -d ':' -f1`
n=`echo $s | cut -d ':' -f2`
r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
for f in $files; do
cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp
mv $f.tmp $f
done
done
metze
|
|
|
|
(This used to be commit 3441ea5df5b750442d17b90de73d392d2d802ab1)
|
|
also show the worst case latencies so far, matching tsm_torture
(This used to be commit 5859bb337ce2ec5091425ebd02cad14c4da40457)
|
|
the most likely bugs in HSM involve zero data, due to the
dm_punch_hole() request
(This used to be commit 330ab956ea7e0b344450eee60b1357d854fbef28)
|
|
(This used to be commit 40b7b0e503cff31ea4e3d4822f2263fbeb76c57a)
|
|
(This used to be commit fd0bb96acea3d7949cf0574bb6f3568a90f67f4e)
|
|
(This used to be commit f4b363d7a65023c816264b58d6f3f07730b43c0c)
|
|
(This used to be commit f0ffbb8e19c1085bf54d226f62c667868e14f62e)
|
|
(This used to be commit 033cab6546d943089eefc298b335db03c1d0ebb6)
|
|
(This used to be commit d4b26fb2a38aa5b0ed2b6083641b9d8306af8c58)
|