summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* [KERNEL] Improved read timeout handlingSimon Rettberg2013-12-201-4/+7
* [KERNEL] Don't pick a random block for RTT measurementSimon Rettberg2013-11-171-17/+3Star
* tiny fixSimon Rettberg2013-11-111-1/+1
* [KERNEL] Fix possible deadlock on server switchSimon Rettberg2013-11-112-80/+75Star
* [SERVER] Minor tweaks here and thereSimon Rettberg2013-11-101-12/+1Star
* [KERNEL] Tweak better server selection a bit by also adding a constant delay ...Simon Rettberg2013-10-241-1/+1
* [KERNEL] Slow down with RTT measurements after 30 secondsSimon Rettberg2013-10-242-6/+22
* [KERNEL] Detect stale state and change serverSimon Rettberg2013-10-241-3/+24
* [KERNEL] Check for invalid ioctls to prevent kernel panics :)Simon Rettberg2013-08-191-12/+21
* [KERNEL] Throw a coin here and there when it comes to switching to a faster s...Simon Rettberg2013-08-131-89/+94
* [SERVER] Uplink handing complete (untested, as alt servers can't be defined y...Simon Rettberg2013-07-311-0/+1
* fix deadlocksr2013-07-182-8/+21
* kernel module changessr2013-07-182-12/+28
* Replace all pthread_spin_* calls with spin_*, so that all locking can be trac...sr2013-07-172-0/+2
* [KERNEL/CLIENT] Add IPv6 supportdnbd3-sr-thesis-finalsr2013-01-151-27/+63
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-071-6/+7
* [SERVER] Automatically connect a dnbd3 device for a relayed imagesr2012-09-092-24/+37
* [SERVER] Automatically assign and connect a dnbd3 device to a relayed imagesr2012-09-062-8/+13
* [SERVER] More work towards automatic server discovery and queryingsr2012-09-041-1/+1
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-034-62/+56Star
* [*] Fixed and unified formattingsr2012-09-038-1034/+1040
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-021-5/+23
* [KERNEL] Fix off-by-one errorsr2012-09-011-6/+9
* fix complile errorsr2012-09-013-3/+4
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-014-8/+12
* Fix linebreak, add commentsr2012-08-281-2/+7
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-283-213/+190Star
* [SERVER] Add missing ntohl() calls when parsing replysr2012-08-271-0/+2
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-274-142/+193
* [KERNEL] Make rtt threshold relativesr2012-08-252-30/+32
* [KERNEL] Fix receive thread not reacting to wake_upsr2012-08-251-3/+14
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-253-12/+49
* [KERNEL] Fix compiler warning on 32bit systemssr2012-08-251-2/+2
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-252-31/+68
* [*] Fix bug in serializer_get_*sr2012-08-253-10/+40
* [*] Cleanup, comments, more error checkssr2012-08-247-299/+654
* [KERNEL] set dev number on module loadJohann Latocha2012-06-141-4/+13
* [ALL] Some cleanupJohann Latocha2012-05-215-39/+41
* [KERNEL] RTT bug fixedJohann Latocha2012-05-111-0/+6
* [KERNEL] RTT bug fixedJohann Latocha2012-05-111-2/+2
* [KERNEL] Set proper exit status on connectionJohann Latocha2012-05-083-11/+10Star
* [KERNEL] rtt measurement improvedJohann Latocha2012-05-082-3/+17
* [KERNEL] Null hostname if connection was not successfulroot2012-05-071-0/+5
* [KERNEL] Notify if new release available (sysfs)Johann Latocha2012-04-204-1/+20
* [SERVER] Cache improvedJohann Latocha2012-04-111-9/+0Star
* [KERNEL] Support for kernel 2.6.32Johann Latocha2012-03-162-0/+6
* [SERVER] Cache images on hddJohann Latocha2012-03-061-0/+4
* [KERNEL] Minor bug fixedJohann Latocha2012-03-011-1/+6
* [KERNEL] Read ahead increasedJohann Latocha2012-02-231-0/+6
* [KERNEL] One more KP fixedJohann Latocha2012-02-221-7/+14