summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] Refactor codesr2012-12-198-118/+134
* [SERVER] Remove unix socket support for RPC interfacesr2012-11-079-160/+146Star
* [SERVER] Fix return code for IPC_IMAGE_ADDsr2012-09-255-16/+64
* [SERVER] IPC: Add calls to add/remove trusted namespaces and serverssr2012-09-195-16/+96
* [SERVER] Check trust settings before replicating image or adding alt serversr2012-09-196-6/+86
* [SERVER] Async prealloc of cache filesr2012-09-171-17/+35
* [SERVER] Automatically connect a dnbd3 device for a relayed imagesr2012-09-096-44/+161
* [SERVER] Automatically assign and connect a dnbd3 device to a relayed imagesr2012-09-067-13/+206
* ...sr2012-09-052-2/+3
* [SERVER] Fix saving of trusted server datasr2012-09-052-4/+20
* make things actually work as promised in last commitsr2012-09-053-12/+45
* [SERVER] Automatically add and remove alt servers from images depending on we...sr2012-09-056-36/+187
* [SERVER] More work towards automatic server discovery and queryingsr2012-09-048-84/+228
* [SERVER] Check which dnbd3 devices are idle and ready to use for proxy modesr2012-09-0317-349/+511
* [*] Fixed and unified formattingsr2012-09-0323-1848/+1873
* [SERVER] Add list of trusted servers and namespaces (load, display)sr2012-09-0210-71/+310
* [KERNEL] Fix off-by-one errorsr2012-09-012-7/+10
* [SERVER] Create skeleton of upcoming watchdog/job executorsr2012-09-012-0/+107
* fix complile errorsr2012-09-014-4/+5
* [KERNEL] Tell server whether we're a client or a server in proxy modesr2012-09-0114-72/+119
* [SERVER] Added soft and hard timeouts for image deletion: reject any new clie...sr2012-08-319-218/+454
* last minute messup fixedsr2012-08-304-9/+11
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled proper...sr2012-08-308-682/+974
* Fix linebreak, add commentsr2012-08-281-2/+7
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-286-216/+208Star
* [SERVER] Add missing ntohl() calls when parsing replysr2012-08-272-0/+5
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-2712-178/+252
* [KERNEL] Make rtt threshold relativesr2012-08-253-31/+34
* [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-256-17/+65
* [KERNEL] Fix compiler warning on 32bit systemssr2012-08-251-2/+2
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-255-40/+80
* [*] Fix bug in serializer_get_*sr2012-08-258-22/+62
* ...sr2012-08-242-0/+153
* [*] Cleanup, comments, more error checkssr2012-08-2422-633/+1561
* [SERVER] IPC, delete imagednbd3-jjl-thesis-finalJohann Latocha2012-07-314-13/+126
* [SERVER] IPC, some protocol refactoringJohann Latocha2012-07-311-8/+8
* [SERVER] Bugfix (IPC)Johann Latocha2012-07-311-4/+7
* [SERVER] Add IPCHeaderJohann Latocha2012-07-304-95/+129
* [SERVER] IPC some checksJohann Latocha2012-07-271-0/+10
* [SERVER] IPC add imageJohann Latocha2012-07-266-9/+130
* [SERVER] IPC over TCPJohann Latocha2012-07-254-23/+85
* Missing semicolon...Johann Latocha2012-07-241-1/+1
* [SERVER] IPC is using xml now. NEW DEPENDENCY: libxml2-devJohann Latocha2012-07-242-37/+139
* [SERVER] IPC compatibilityJohann Latocha2012-07-191-34/+27Star
* [SERVER] IPC in network byte order bc. of java interfaceJohann Latocha2012-07-191-31/+22Star
* [SERVER] Set groupid and permissions on ipc socketJohann Latocha2012-07-185-5/+20
* [KERNEL] set dev number on module loadJohann Latocha2012-06-141-4/+13
* [ALL] Some cleanupJohann Latocha2012-05-2111-65/+59Star
* [KERNEL] RTT bug fixedJohann Latocha2012-05-112-1/+7