summaryrefslogtreecommitdiffstats
path: root/src/server/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SERVER] iscsi: More commentsSimon Rettberg2025-12-091-18/+54
* [SERVER] iscsi: Add bracesSimon Rettberg2025-12-091-22/+38
* [SERVER] iscsi: Update a few doxygen blocksSimon Rettberg2025-12-091-57/+52Star
* [SERVER] iscsi: Make iscsi_connection stack-allocatedSimon Rettberg2025-12-091-64/+6Star
* [SERVER] iscsi: May not -> Must notSimon Rettberg2025-12-091-39/+39
* [SERVER] iscsi: Replace int8 with uint8, remove unused login flagsSimon Rettberg2025-12-091-4/+2Star
* [SERVER] iscsi: Implement NOP-In on idle timeoutSimon Rettberg2025-12-091-29/+45
* [SERVER] iscsi: Fix handling of reason_code in logout requestSimon Rettberg2025-12-091-1/+4
* [SERVER] iscsi: fix typoSimon Rettberg2025-12-091-2/+2
* [SERVER] iscsi: Remove unused defines, move session into connectionSimon Rettberg2025-12-091-124/+59Star
* [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-091-89/+23Star
* [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loopSimon Rettberg2025-12-091-181/+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-091-1/+36
* [SERVER] iscsi: Remove unused functions & casts, turn [0] into []Simon Rettberg2025-12-091-136/+71Star
* [SERVER] iscsi: Rename constant to reflect it means LOGICAL block sizeSimon Rettberg2025-12-091-20/+21
* [SERVER] iscsi: Unify usage of length and position variablesSimon Rettberg2025-12-091-240/+205Star
* [SERVER] iscsi: Refactor receive function and PDU handlingSimon Rettberg2025-12-091-971/+569Star
* [SERVER] iscsi: Honor global _shutdownSimon Rettberg2025-12-091-3/+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-091-1/+2
* [SERVER] iscsi: Fix crashesSimon Rettberg2025-12-091-29/+33
* [SERVER] iscsi: use sendfile()Simon Rettberg2025-12-091-62/+79
* [SERVER] iscsi refactor: First working versionSimon Rettberg2025-12-091-10581/+750Star
* [SERVER] iscsi: Implement relaying requests to uplink serversSimon Rettberg2025-12-091-23/+88
* [SERVER] iscsi: Hook into net.c, text response handling, more features:Sebastian Vater2025-12-091-1767/+9722
* [SERVER] iscsi: Finish login handling, add NOP-In/Out handlingSebastian Vater2025-12-091-225/+1305
* [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structuresSebastian Vater2025-12-091-81/+3149
* [SERVER] iscsi: Add a lot of Doxygen comments, some general additionsSebastian Vater2025-12-091-67/+159
* doxygen: Add initial config and gitlab runner jobSimon Rettberg2025-12-091-2/+190
* [SERVER] iscsi: Initial commit, WIPSebastian Vater2025-12-091-0/+1631