| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update README and sample config | Simon Rettberg | 2025-12-09 | 1 | -198/+2![]() |
| | | |||||
| * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 1 | -0/+199 |
| | | | | | | | | | | | | | | | | - R2T handling - Portal groups - Fixes to login phase handling - Code refactoring - Remove obsolete PDU fields - SCSI INQUIRY handler - Persistent Reservation support - Implement SCSI block based operations - Implement other needed SCSI ops - Disks are now reported as read-only - Doxygen tags - Bugfixes for crashes, memleaks, etc. | ||||
| * | [SERVER] Make default config a bit more readable | Steffen Ritter | 2021-08-24 | 1 | -3/+21 |
| | | |||||
| * | server.conf: Update uplinkTimeout to match default valuev3.10 | Simon Rettberg | 2021-05-11 | 1 | -1/+1 |
| | | |||||
| * | [SERVER] Make prefetching synchronous | Simon Rettberg | 2021-04-14 | 1 | -0/+2 |
| | | | | | | | | | | There is a race condition where we process the next request from the same client faster than the OS will schedule the async prefetch job, rendering it a NOOP in the best case (request ranges match) or fetching redundant data from the upstream server (prefetch range is larger than actual request by client). Make prefetching synchronous to prevent this race condition. | ||||
| * | [BUILD] add systemd service file for dnbd3-server to installation targets | Manuel Bentele | 2020-10-22 | 1 | -0/+71 |

