| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SERVER] iscsi: Refactor receive function and PDU handling | Simon Rettberg | 2025-12-09 | 4 | -1056/+617 |
| * | [SERVER] iscsi: Honor global _shutdown | Simon Rettberg | 2025-12-09 | 2 | -6/+1 |
| * | [SERVER] iscsi: Restore proper padding of DataSegment | Simon Rettberg | 2025-12-09 | 1 | -0/+7 |
| * | [SERVER] iscsi: Cleanup commented-out code | Simon Rettberg | 2025-12-09 | 1 | -5/+0 |
| * | [SERVER] iscsi: Change LUN to 0 | Simon Rettberg | 2025-12-09 | 1 | -1/+1 |
| * | Update README and sample config | Simon Rettberg | 2025-12-09 | 4 | -552/+5 |
| * | Fix AFL build | Simon Rettberg | 2025-12-09 | 10 | -42/+26 |
| * | [SERVER] Refactor classic dnbd3 code a bit, locking etc. | Simon Rettberg | 2025-12-09 | 1 | -28/+54 |
| * | [SERVER] iscsi: Fix crashes | Simon Rettberg | 2025-12-09 | 3 | -37/+41 |
| * | [SERVER] Check if iSCSI server is enabled, check opcode | Simon Rettberg | 2025-12-09 | 3 | -12/+16 |
| * | [SERVER] iscsi: use sendfile() | Simon Rettberg | 2025-12-09 | 6 | -151/+122 |
| * | [SERVER] iscsi refactor: First working version | Simon Rettberg | 2025-12-09 | 10 | -18065/+2734 |
| * | [SERVER] iscsi: Implement relaying requests to uplink servers | Simon Rettberg | 2025-12-09 | 3 | -26/+220 |
| * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 12 | -2256/+16091 |
| * | [SERVER] iscsi: Finish login handling, add NOP-In/Out handling | Sebastian Vater | 2025-12-09 | 2 | -261/+1448 |
| * | [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structures | Sebastian Vater | 2025-12-09 | 2 | -120/+3956 |
| * | [SERVER] iscsi: Add a lot of Doxygen comments, some general additions | Sebastian Vater | 2025-12-09 | 3 | -2674/+5482 |
| * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-12-09 | 4 | -2/+280 |
| * | [SERVER] iscsi: Initial commit, WIP | Sebastian Vater | 2025-12-09 | 3 | -0/+4589 |
| * | github: add Rocky 10.0 Kernel from pub (switch to vault when exists) | Michael | 2025-08-16 | 1 | -0/+4 |
| * | [KERNEL] Add CentOS 9.6 support | Simon Rettberg | 2025-06-25 | 1 | -3/+6 |
| * | github: switch to rocky vault for RHEL kernels, add 9.5 and 9.6 | Michael | 2025-06-25 | 1 | -6/+14 |
| * | [KERNEL] Fix linter complaints | Simon Rettberg | 2025-04-15 | 2 | -10/+21 |
| * | [KERNEL] Check if reply size matches request | Simon Rettberg | 2025-04-15 | 1 | -13/+32 |
| * | README: Add curl-devel for CentOS-based requirements | Simon Rettberg | 2025-02-17 | 1 | -0/+1 |
| * | Update README/GH workflow for Kernel 6.12 | Simon Rettberg | 2024-12-19 | 2 | -1/+5 |
| * | [KERNEL] Correct and improve connect timing debug messages | Simon Rettberg | 2024-12-19 | 1 | -6/+6 |
| * | [KERNEL] Fix compile for 6.11+ | Simon Rettberg | 2024-12-11 | 2 | -16/+33 |
| * | [SERVER] Verify checksums of all images on SIGUSR1 | Simon Rettberg | 2024-07-05 | 6 | -14/+92 |
| * | [SERVER] integrity: Add comments, line wraps, add check for full scan | Simon Rettberg | 2024-07-04 | 1 | -7/+24 |
| * | [server] Avoid redefining container_of | Simon Rettberg | 2024-06-07 | 1 | -0/+2 |
| * | [FUSE] curl: Handle read callbacks with < 4k buffer size | Simon Rettberg | 2024-05-23 | 1 | -2/+12 |
| * | [FUSE] cow: Fix lowercasing of header field | Simon Rettberg | 2024-05-22 | 1 | -1/+1 |
| * | [KERNEL] Use next pending request for discovery in panic mode | Simon Rettberg | 2024-05-17 | 1 | -13/+33 |
| * | [KERNEL] Add more debug logging, tweak connect timeout | Simon Rettberg | 2024-05-17 | 1 | -8/+16 |
| * | [cmake] Quote variable to avoid misleading error if empty | Simon Rettberg | 2024-05-17 | 1 | -2/+2 |
| * | [FUSE] cow: stats.txt -> stats | Simon Rettberg | 2024-05-15 | 3 | -15/+18 |
| * | [FUSE] Buffer upload reply contents and conditionally print | Simon Rettberg | 2024-05-15 | 2 | -3/+9 |
| * | github: Need libcurl now | Simon Rettberg | 2024-05-13 | 3 | -0/+3 |
| * | [FUSE] I'M AN IDIOT | Simon Rettberg | 2024-05-13 | 1 | -1/+1 |
| * | [FUSE] Fix hang when trying to chmod/chown /img or /status | Simon Rettberg | 2024-05-13 | 1 | -1/+3 |
| * | [FUSE] Don't exit on SIGQUIT, just stop uploading | Simon Rettberg | 2024-05-13 | 3 | -10/+1 |
| * | [FUSE] Fix printf length | Simon Rettberg | 2024-05-13 | 1 | -2/+2 |
| * | [FUSE] Cleanup | Simon Rettberg | 2024-05-13 | 1 | -7/+6 |
| * | github: cowtest: Write test files to storage at /mnt | Michael Scherle | 2024-05-13 | 1 | -40/+41 |
| * | [FUSE] Reset cluster fail counter on successful upload | Simon Rettberg | 2024-05-13 | 1 | -0/+1 |
| * | github: retry apt-get calls | Simon Rettberg | 2024-05-13 | 1 | -3/+3 |
| * | [FUSE] Fix race condition | Simon Rettberg | 2024-05-13 | 1 | -1/+5 |
| * | [FUSE] Fix uninitialized speed buffer | Simon Rettberg | 2024-05-13 | 1 | -1/+1 |
| * | github: Use bash redirects for stdout+err | Simon Rettberg | 2024-05-13 | 1 | -8/+8 |