summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] iscsi: Rename constant to reflect it means LOGICAL block sizeSimon Rettberg2025-12-092-21/+22
* [SERVER] iscsi: Unify usage of length and position variablesSimon Rettberg2025-12-092-461/+213Star
* [SERVER] iscsi: Refactor receive function and PDU handlingSimon Rettberg2025-12-094-1056/+617Star
* [SERVER] iscsi: Honor global _shutdownSimon Rettberg2025-12-092-6/+1Star
* [SERVER] iscsi: Restore proper padding of DataSegmentSimon Rettberg2025-12-091-0/+7
* [SERVER] iscsi: Cleanup commented-out codeSimon Rettberg2025-12-091-5/+0Star
* [SERVER] iscsi: Change LUN to 0Simon Rettberg2025-12-091-1/+1
* Update README and sample configSimon Rettberg2025-12-094-552/+5Star
* Fix AFL buildSimon Rettberg2025-12-0910-42/+26Star
* [SERVER] Refactor classic dnbd3 code a bit, locking etc.Simon Rettberg2025-12-091-28/+54
* [SERVER] iscsi: Fix crashesSimon Rettberg2025-12-093-37/+41
* [SERVER] Check if iSCSI server is enabled, check opcodeSimon Rettberg2025-12-093-12/+16
* [SERVER] iscsi: use sendfile()Simon Rettberg2025-12-096-151/+122Star
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-0910-18065/+2734Star
* [SERVER] iscsi: Implement relaying requests to uplink serversSimon Rettberg2025-12-093-26/+220
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-0912-2256/+16091
* [SERVER] iscsi: Finish login handling, add NOP-In/Out handlingSebastian Vater2025-12-092-261/+1448
* [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structuresSebastian Vater2025-12-092-120/+3956
* [SERVER] iscsi: Add a lot of Doxygen comments, some general additionsSebastian Vater2025-12-093-2674/+5482
* doxygen: Add initial config and gitlab runner jobSimon Rettberg2025-12-094-2/+280
* [SERVER] iscsi: Initial commit, WIPSebastian Vater2025-12-093-0/+4589
* github: add Rocky 10.0 Kernel from pub (switch to vault when exists)Michael2025-08-161-0/+4
* [KERNEL] Add CentOS 9.6 supportSimon Rettberg2025-06-251-3/+6
* github: switch to rocky vault for RHEL kernels, add 9.5 and 9.6Michael2025-06-251-6/+14
* [KERNEL] Fix linter complaintsSimon Rettberg2025-04-152-10/+21
* [KERNEL] Check if reply size matches requestSimon Rettberg2025-04-151-13/+32
* README: Add curl-devel for CentOS-based requirementsSimon Rettberg2025-02-171-0/+1
* Update README/GH workflow for Kernel 6.12Simon Rettberg2024-12-192-1/+5
* [KERNEL] Correct and improve connect timing debug messagesSimon Rettberg2024-12-191-6/+6
* [KERNEL] Fix compile for 6.11+Simon Rettberg2024-12-112-16/+33
* [SERVER] Verify checksums of all images on SIGUSR1Simon Rettberg2024-07-056-14/+92
* [SERVER] integrity: Add comments, line wraps, add check for full scanSimon Rettberg2024-07-041-7/+24
* [server] Avoid redefining container_ofSimon Rettberg2024-06-071-0/+2
* [FUSE] curl: Handle read callbacks with < 4k buffer sizeSimon Rettberg2024-05-231-2/+12
* [FUSE] cow: Fix lowercasing of header fieldSimon Rettberg2024-05-221-1/+1
* [KERNEL] Use next pending request for discovery in panic modeSimon Rettberg2024-05-171-13/+33
* [KERNEL] Add more debug logging, tweak connect timeoutSimon Rettberg2024-05-171-8/+16
* [cmake] Quote variable to avoid misleading error if emptySimon Rettberg2024-05-171-2/+2
* [FUSE] cow: stats.txt -> statsSimon Rettberg2024-05-153-15/+18
* [FUSE] Buffer upload reply contents and conditionally printSimon Rettberg2024-05-152-3/+9
* github: Need libcurl nowSimon Rettberg2024-05-133-0/+3
* [FUSE] I'M AN IDIOTSimon Rettberg2024-05-131-1/+1
* [FUSE] Fix hang when trying to chmod/chown /img or /statusSimon Rettberg2024-05-131-1/+3
* [FUSE] Don't exit on SIGQUIT, just stop uploadingSimon Rettberg2024-05-133-10/+1Star
* [FUSE] Fix printf lengthSimon Rettberg2024-05-131-2/+2
* [FUSE] CleanupSimon Rettberg2024-05-131-7/+6Star
* github: cowtest: Write test files to storage at /mntMichael Scherle2024-05-131-40/+41
* [FUSE] Reset cluster fail counter on successful uploadSimon Rettberg2024-05-131-0/+1
* github: retry apt-get callsSimon Rettberg2024-05-131-3/+3
* [FUSE] Fix race conditionSimon Rettberg2024-05-131-1/+5