summaryrefslogtreecommitdiffstats
path: root/src/server/iscsi.h
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] iscsi: Replace int8 with uint8, remove unused login flagsSimon Rettberg2025-12-091-54/+18Star
* [SERVER] iscsi: Fix handling of reason_code in logout requestSimon Rettberg2025-12-091-1/+3
* [SERVER] iscsi: Remove unused defines, move session into connectionSimon Rettberg2025-12-091-948/+11Star
* [SERVER] iscsi: Make iscsi_task stack-allocatedSimon Rettberg2025-12-091-2/+2
* [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loopSimon Rettberg2025-12-091-3/+0Star
* [SERVER] iscsi: Reply OK to any task management functionSimon Rettberg2025-12-091-0/+199
* [SERVER] iscsi: Remove unused functions & casts, turn [0] into []Simon Rettberg2025-12-091-170/+33Star
* [SERVER] iscsi: Rename constant to reflect it means LOGICAL block sizeSimon Rettberg2025-12-091-1/+1
* [SERVER] iscsi: Unify usage of length and position variablesSimon Rettberg2025-12-091-221/+8Star
* [SERVER] iscsi: Refactor receive function and PDU handlingSimon Rettberg2025-12-091-83/+46Star
* [SERVER] iscsi: Honor global _shutdownSimon Rettberg2025-12-091-3/+0Star
* [SERVER] iscsi: Fix crashesSimon Rettberg2025-12-091-7/+7
* [SERVER] iscsi: use sendfile()Simon Rettberg2025-12-091-2/+2
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-091-7451/+1852Star
* [SERVER] iscsi: Implement relaying requests to uplink serversSimon Rettberg2025-12-091-3/+9
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-091-477/+5832
* [SERVER] iscsi: Finish login handling, add NOP-In/Out handlingSebastian Vater2025-12-091-36/+143
* [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structuresSebastian Vater2025-12-091-39/+807
* [SERVER] iscsi: Add a lot of Doxygen comments, some general additionsSebastian Vater2025-12-091-2605/+5320
* doxygen: Add initial config and gitlab runner jobSimon Rettberg2025-12-091-0/+9
* [SERVER] iscsi: Initial commit, WIPSebastian Vater2025-12-091-0/+2956