summaryrefslogtreecommitdiffstats
path: root/src/server/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled ↵sr2012-08-301-352/+414
| | | | | | | | | properly on 32bit [SERVER] Change IPC interface to be able to handle more than 1 request per connection [SERVER] Change IPC interface to use select() so it can handle multiple connections at the same time [SERVER] Re-Implement dnbd3_add_image() to work with image list [SERVER] Add lots of sanity/safety checks and error messages when loading/adding an image
* [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode)sr2012-08-271-2/+2
| | | | | | | [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
* [*] Cleanup, comments, more error checkssr2012-08-241-100/+320
| | | | | | | | [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
* [SERVER] IPC, delete imagednbd3-jjl-thesis-finalJohann Latocha2012-07-311-1/+57
| | | | TODO: unlink file
* [SERVER] Bugfix (IPC)Johann Latocha2012-07-311-4/+7
|
* [SERVER] Add IPCHeaderJohann Latocha2012-07-301-9/+26
|
* [SERVER] IPC some checksJohann Latocha2012-07-271-0/+10
|
* [SERVER] IPC add imageJohann Latocha2012-07-261-1/+38
|
* [SERVER] Cache images on hddJohann Latocha2012-03-061-0/+45
|
* [SERVER] Support device files as inputJohann Latocha2012-03-021-7/+2Star
|
* [SERVER] Segfault on conf reload (hopefully!) fixedJohann Latocha2012-02-221-0/+2
|
* [KERNEL] Major bug fixesJohann Latocha2012-02-161-2/+2
|
* [SERVER] Print more statistics (exported images, atime,...)Johann Latocha2012-02-151-0/+1
|
* [SERVER] Spinlocks to freeze threads while reloading configJohann Latocha2012-02-111-1/+8
|
* [SERVER] Config reload fixedJohann Latocha2012-02-101-1/+7
|
* [ALL] RefactoringJohann Latocha2012-02-081-1/+4
| | | | | [ALL] Send and receive servers [TODO] Config file reloading is broken
* [ALL] Request latest available ridJohann Latocha2012-02-061-5/+14
|
* [SERVER] IPC over unix socketJohann Latocha2012-02-021-64/+16Star
| | | | [SERVER] Print connected clients and used images
* [SERVER] Parsing config file with glibJohann Latocha2012-02-021-29/+61
| | | | | [KERNEL] Bugfixes [CLIENT] Using vid and rid
* [ALL] Reformat (line wrapping, indent)Johann Latocha2012-01-301-62/+61Star
|
* [SERVER] Some refactoringJohann Latocha2012-01-301-12/+12
|
* [SERVER] Reload configuration at runtimeJohann Latocha2012-01-261-0/+117