| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [SERVER] Refactor code | sr | 2012-12-19 | 1 | -821/+0![]() |
| | | | | | [SERVER] Return List of Alt Servers on RPC_IMG_LIST | ||||
| * | [SERVER] Remove unix socket support for RPC interface | sr | 2012-11-07 | 1 | -137/+103![]() |
| | | | | | [SERVER] Restructure RPC functions, add helpers | ||||
| * | [SERVER] Fix return code for IPC_IMAGE_ADD | sr | 2012-09-25 | 1 | -15/+29 |
| | | | | | [SERVER] Check if image exists on IPC_IMAGE_ADD | ||||
| * | [SERVER] IPC: Add calls to add/remove trusted namespaces and servers | sr | 2012-09-19 | 1 | -9/+53 |
| | | |||||
| * | [SERVER] Automatically connect a dnbd3 device for a relayed image | sr | 2012-09-09 | 1 | -2/+3 |
| | | | | | | | [SERVER] Automatically disconnect dnbd3 device if local cache copy is complete [SERVER] Pre-allocate disk space for cache file [KERNEL] Refuse connection if server reports disk size < 4096 bytes | ||||
| * | [SERVER] Automatically add and remove alt servers from images depending on ↵ | sr | 2012-09-05 | 1 | -18/+21 |
| | | | | | | | wehter the other server is reachable [SERVER] Automatically replicate images from other servers | ||||
| * | [SERVER] More work towards automatic server discovery and querying | sr | 2012-09-04 | 1 | -68/+11![]() |
| | | |||||
| * | [SERVER] Check which dnbd3 devices are idle and ready to use for proxy mode | sr | 2012-09-03 | 1 | -65/+61![]() |
| | | | | | | | [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 formatting | sr | 2012-09-03 | 1 | -11/+16 |
| | | |||||
| * | [SERVER] Add list of trusted servers and namespaces (load, display) | sr | 2012-09-02 | 1 | -38/+115 |
| | | |||||
| * | [KERNEL] Tell server whether we're a client or a server in proxy mode | sr | 2012-09-01 | 1 | -11/+21 |
| | | | | | | [KERNEL] SysFS: Return empty string for current_server if not connected [SERVER] Code refactoring | ||||
| * | [SERVER] Added soft and hard timeouts for image deletion: reject any new ↵ | sr | 2012-08-31 | 1 | -95/+145 |
| | | | | | | | | clients for an image where the soft timeout has been reached, kill all clients for an image where the hard timeout has been reached and remove it from the server. Check for the hard timeout every five minutes [SERVER] Re-Implement image deletion to work with image names instead of vids [SERVER] Add helper functions to simplify dealing with libxml2 | ||||
| * | last minute messup fixed | sr | 2012-08-30 | 1 | -3/+5 |
| | | |||||
| * | [SERVER] Set _FILE_OFFSET_BITS=64 so that images >4GiB will be handled ↵ | sr | 2012-08-30 | 1 | -314/+529 |
| | | | | | | | | | | 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 | ||||
| * | [SERVER] Add missing ntohl() calls when parsing reply | sr | 2012-08-27 | 1 | -0/+3 |
| | | |||||
| * | [KERNEL] Refactor and extend sysfs (add data the server will need in proxy mode) | sr | 2012-08-27 | 1 | -3/+5 |
| | | | | | | | | [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 checks | sr | 2012-08-24 | 1 | -39/+52 |
| | | | | | | | | | [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-final | Johann Latocha | 2012-07-31 | 1 | -11/+63 |
| | | | | | TODO: unlink file | ||||
| * | [SERVER] IPC, some protocol refactoring | Johann Latocha | 2012-07-31 | 1 | -8/+8 |
| | | |||||
| * | [SERVER] Add IPCHeader | Johann Latocha | 2012-07-30 | 1 | -85/+87 |
| | | |||||
| * | [SERVER] IPC add image | Johann Latocha | 2012-07-26 | 1 | -7/+79 |
| | | |||||
| * | [SERVER] IPC over TCP | Johann Latocha | 2012-07-25 | 1 | -23/+80 |
| | | |||||
| * | Missing semicolon... | Johann Latocha | 2012-07-24 | 1 | -1/+1 |
| | | |||||
| * | [SERVER] IPC is using xml now. NEW DEPENDENCY: libxml2-dev | Johann Latocha | 2012-07-24 | 1 | -35/+136 |
| | | |||||
| * | [SERVER] IPC compatibility | Johann Latocha | 2012-07-19 | 1 | -34/+27![]() |
| | | |||||
| * | [SERVER] IPC in network byte order bc. of java interface | Johann Latocha | 2012-07-19 | 1 | -31/+22![]() |
| | | |||||
| * | [SERVER] Set groupid and permissions on ipc socket | Johann Latocha | 2012-07-18 | 1 | -1/+15 |
| | | |||||
| * | [SERVER] Segfault on conf reload (hopefully!) fixed | Johann Latocha | 2012-02-22 | 1 | -0/+2 |
| | | |||||
| * | [SERVER] Minor bug fixes | Johann Latocha | 2012-02-15 | 1 | -1/+1 |
| | | |||||
| * | [SERVER] Print more statistics (exported images, atime,...) | Johann Latocha | 2012-02-15 | 1 | -5/+29 |
| | | |||||
| * | [SERVER] Spinlocks to freeze threads while reloading config | Johann Latocha | 2012-02-11 | 1 | -2/+0![]() |
| | | |||||
| * | [SERVER] Config reload fixed | Johann Latocha | 2012-02-10 | 1 | -9/+1![]() |
| | | |||||
| * | [SERVER] IPC over unix socket | Johann Latocha | 2012-02-02 | 1 | -0/+179 |
| [SERVER] Print connected clients and used images | |||||

