summaryrefslogtreecommitdiffstats
path: root/src/server
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] iscsi: Remove unused defines, move session into connectionSimon Rettberg2025-12-092-1072/+70Star
* [SERVER] iscsi: Report read cache enabled; report maximum prefetchSimon Rettberg2025-12-091-4/+10
* [SERVER] iscsi: Fix endianness bugs in ACTION(16) and rotation rateSimon Rettberg2025-12-091-22/+18Star
* [SERVER] iscsi: Make kernel fast againSimon Rettberg2025-12-091-7/+22
* [SERVER] iscsi: Make iscsi_task stack-allocatedSimon Rettberg2025-12-092-91/+25Star
* [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loopSimon Rettberg2025-12-092-184/+131Star
* [SERVER] iscsi: Add bytesSent accounting, set thread nameSimon Rettberg2025-12-091-0/+5
* [SERVER] iscsi: Minor clang-tidy cleanups (mostly)Simon Rettberg2025-12-091-230/+114Star
* [SERVER] iscsi: Reply OK to any task management functionSimon Rettberg2025-12-092-1/+235
* [SERVER] iscsi: Remove unused functions & casts, turn [0] into []Simon Rettberg2025-12-092-306/+104Star
* [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-092-1054/+615Star
* [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
* Fix AFL buildSimon Rettberg2025-12-096-36/+14Star
* [SERVER] Refactor classic dnbd3 code a bit, locking etc.Simon Rettberg2025-12-091-28/+54
* [SERVER] iscsi: Fix crashesSimon Rettberg2025-12-092-36/+40
* [SERVER] Check if iSCSI server is enabled, check opcodeSimon Rettberg2025-12-093-12/+16
* [SERVER] iscsi: use sendfile()Simon Rettberg2025-12-094-151/+105Star
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-099-18065/+2732Star
* [SERVER] iscsi: Implement relaying requests to uplink serversSimon Rettberg2025-12-092-26/+97
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-098-2256/+15641
* [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-092-2672/+5479
* doxygen: Add initial config and gitlab runner jobSimon Rettberg2025-12-092-2/+199
* [SERVER] iscsi: Initial commit, WIPSebastian Vater2025-12-093-0/+4589
* [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
* [SERVER] Log errno if opening image file failsSimon Rettberg2023-06-301-3/+5
* [SERVER] Threadpool: Add active thread count to error messageSimon Rettberg2023-06-141-1/+1
* [SERVER] Don't establish uplink when loading image on startupSimon Rettberg2022-09-131-1/+1
* [BUILD] Add check for stdatomic.h supportManuel Bentele2021-06-161-0/+1
* [SERVER] Add minRequestSize: Enlarge relayed requestsSimon Rettberg2021-05-113-16/+48
* [SERVER] Fix UBSimon Rettberg2021-05-111-1/+1
* [SERVER] Honor uplinkTimeout directly when connecting to alt-serverSimon Rettberg2021-05-102-5/+3Star
* [KERNEL] Improve debug output in net.cSimon Rettberg2021-04-201-0/+1
* [KERNEL] Removes duplicate word 'of' in license headersManuel Bentele2021-04-164-4/+4
* [SERVER] Mark uplink requests with BGR/prefetch flags and handle themSimon Rettberg2021-04-141-5/+20
* [SERVER] Make prefetching synchronousSimon Rettberg2021-04-143-168/+226
* [SERVER] Fix compiler warningSimon Rettberg2021-03-221-1/+1
* [BUILD] Build picohttpparser as independent libraryManuel Bentele2021-03-113-15/+15
* [BUILD] Disable lint/formatting for non-kernel for nowSimon Rettberg2021-03-051-0/+12
* [BUILD] Add support in CMake to validate (lint) the source codeManuel Bentele2021-03-041-17/+40
* [BUILD] Include branch and build timestamp in binariesSimon Rettberg2020-12-022-4/+6
* [SERVER] replaced non-existent FUSE define to match CMake's build definesManuel Bentele2020-11-271-3/+3