summaryrefslogtreecommitdiffstats
path: root/src/kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | | | [SERVER] Skeleton of server-to-server communication [SERVER] Update access-time of images in use by actual clients [*] Add dnbd3_host_t type to handle address+port+addrtype consistently across the project
* [*] 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
| | | | | [KERNEL] SysFS: Return empty string for current_server if not connected [SERVER] Code refactoring
* Fix linebreak, add commentsr2012-08-281-2/+7
|
* [KERNEL] Add IOCTLs to add and remove serverssr2012-08-283-213/+190Star
| | | | | [KERNEL] Detect dead idle connection earlier [KERNEL] Improved debug output
* [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
| | | | | | | [SERVER] Use MSG_MORE instead of cork/uncork to save two syscalls [KERNEL] Fail-Counter for alt servers, ignore servers that fail too often [KERNEL] Add new alt servers to list, instead of replacing the old list [*] Add CMD_LATEST_RID to tell client about new revisions
* [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
| | | | [*] Add CMD_KEEPALIVE protocol message type
* [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
| | | | | | [CLIENT/KERNEL] Change ioctl to handle volume names instead if vids [*] Make protocol endian safe [CLIENT] Display ioctl errorcode on failure
* [*] Cleanup, comments, more error checkssr2012-08-247-299/+654
| | | | | | | | [SERVER] Fix a few off-by-one bugs [SERVER] Make log available through IPC [KERNEL] Hot-Swap to faster connection on load-balance [KERNEL] Report I/O error to block layer if no server replies within a given time frame [*] Modified network protocol to handle volume names instead of ids
* [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
|
* [KERNEL] Minor bugfixJohann Latocha2012-02-221-5/+7
|
* [MISC] Config file updateJohann Latocha2012-02-221-2/+2
|
* [KERNEL] Ask alt servers on connectJohann Latocha2012-02-221-5/+12
|
* [ALL] Bugs, bugs, bugs...Johann Latocha2012-02-223-30/+30
|
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-14/+14
|
* [ALL] Send proper ridJohann Latocha2012-02-211-0/+2
|
* [KERNEL] SysFS interface added (/sys/block/dnbd*/net/)Johann Latocha2012-02-215-56/+326
|
* [KERNEL] Take fastest server if availableJohann Latocha2012-02-201-10/+27
|
* [KERNEL] KP on rmmod fixedJohann Latocha2012-02-202-10/+2Star
|
* [KERNEL] Major bug fixesJohann Latocha2012-02-163-31/+31
|
* [KERNEL] Switch server on connection lostJohann Latocha2012-02-163-46/+76
|
* [KERNEL] Kernel panic while server is gone fixedJohann Latocha2012-02-151-18/+62
|
* [SERVER] Memleak fixedJohann Latocha2012-02-154-33/+177
| | | | [KERNEL] Socket swap fixed
* [SERVER] Config reload fixedJohann Latocha2012-02-105-105/+126
|
* [CLIENT] Get host by nameJohann Latocha2012-02-091-1/+1
|
* [ALL] RefactoringJohann Latocha2012-02-085-99/+130
| | | | | [ALL] Send and receive servers [TODO] Config file reloading is broken
* [ALL] Request latest available ridJohann Latocha2012-02-061-2/+2
|