summaryrefslogtreecommitdiffstats
path: root/src/kernel/blk.c
Commit message (Collapse)AuthorAgeFilesLines
...
* [KERNEL] Only update alt-server list if received from initial serversr2012-08-251-0/+1
| | | | [*] Add CMD_KEEPALIVE protocol message type
* [KERNEL] Make it possible to receive push messages by the serversr2012-08-251-12/+30
|
* [*] Fix bug in serializer_get_*sr2012-08-251-3/+21
| | | | | | [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-241-20/+114
| | | | | | | | [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
* [ALL] Some cleanupJohann Latocha2012-05-211-7/+9
|
* [KERNEL] Set proper exit status on connectionJohann Latocha2012-05-081-4/+2Star
|
* [KERNEL] Notify if new release available (sysfs)Johann Latocha2012-04-201-0/+1
|
* [SERVER] Cache improvedJohann Latocha2012-04-111-9/+0Star
|
* [KERNEL] Support for kernel 2.6.32Johann Latocha2012-03-161-0/+5
|
* [SERVER] Cache images on hddJohann Latocha2012-03-061-0/+4
|
* [KERNEL] Read ahead increasedJohann Latocha2012-02-231-0/+6
|
* [ALL] Bugs, bugs, bugs...Johann Latocha2012-02-221-4/+1Star
|
* [KERNEL] SysFS interface added (/sys/block/dnbd*/net/)Johann Latocha2012-02-211-6/+14
|
* [KERNEL] KP on rmmod fixedJohann Latocha2012-02-201-9/+1Star
|
* [KERNEL] Switch server on connection lostJohann Latocha2012-02-161-0/+2
|
* [SERVER] Memleak fixedJohann Latocha2012-02-151-0/+2
| | | | [KERNEL] Socket swap fixed
* [SERVER] Config reload fixedJohann Latocha2012-02-101-2/+3
|
* [ALL] RefactoringJohann Latocha2012-02-081-17/+17
| | | | | [ALL] Send and receive servers [TODO] Config file reloading is broken
* [KERNEL] Segfault at closing device fixedJohann Latocha2012-02-061-0/+2
|
* [KERNEL] Device can now be closedJohann Latocha2012-02-031-15/+23
|
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-7/+9
| | | | | [KERNEL] Bugfixes [CLIENT] Using vid and rid
* [ALL] Some refactoringJohann Latocha2012-01-311-4/+4
|
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-105/+104Star
|
* [SERVER] Timeout for client socketsJohann Latocha2012-01-301-0/+5
| | | | [KERNEL] Send keep alive
* [KERNEL] Change server at runtimeJohann Latocha2012-01-301-4/+13
| | | | [SERVER] Build error/warning on x64 fixed
* [KERNEL] Multi device supportJohann Latocha2012-01-251-9/+62
|
* Serving more than one image.Johann Latocha2012-01-241-1/+3
|
* First working version :)Johann Latocha2012-01-191-0/+76