| Commit message (Expand) | Author | Age | Files | Lines |
| * | [SERVER] iscsi: Make iscsi_connection stack-allocated | Simon Rettberg | 2025-12-09 | 1 | -64/+6 |
| * | [SERVER] iscsi: May not -> Must not | Simon Rettberg | 2025-12-09 | 1 | -39/+39 |
| * | [SERVER] iscsi: Replace int8 with uint8, remove unused login flags | Simon Rettberg | 2025-12-09 | 1 | -4/+2 |
| * | [SERVER] iscsi: Implement NOP-In on idle timeout | Simon Rettberg | 2025-12-09 | 1 | -29/+45 |
| * | [SERVER] iscsi: Fix handling of reason_code in logout request | Simon Rettberg | 2025-12-09 | 1 | -1/+4 |
| * | [SERVER] iscsi: fix typo | Simon Rettberg | 2025-12-09 | 1 | -2/+2 |
| * | [SERVER] iscsi: Remove unused defines, move session into connection | Simon Rettberg | 2025-12-09 | 1 | -124/+59 |
| * | [SERVER] iscsi: Report read cache enabled; report maximum prefetch | Simon Rettberg | 2025-12-09 | 1 | -4/+10 |
| * | [SERVER] iscsi: Fix endianness bugs in ACTION(16) and rotation rate | Simon Rettberg | 2025-12-09 | 1 | -22/+18 |
| * | [SERVER] iscsi: Make kernel fast again | Simon Rettberg | 2025-12-09 | 1 | -7/+22 |
| * | [SERVER] iscsi: Make iscsi_task stack-allocated | Simon Rettberg | 2025-12-09 | 1 | -89/+23 |
| * | [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loop | Simon Rettberg | 2025-12-09 | 1 | -181/+131 |
| * | [SERVER] iscsi: Add bytesSent accounting, set thread name | Simon Rettberg | 2025-12-09 | 1 | -0/+5 |
| * | [SERVER] iscsi: Minor clang-tidy cleanups (mostly) | Simon Rettberg | 2025-12-09 | 1 | -230/+114 |
| * | [SERVER] iscsi: Reply OK to any task management function | Simon Rettberg | 2025-12-09 | 1 | -1/+36 |
| * | [SERVER] iscsi: Remove unused functions & casts, turn [0] into [] | Simon Rettberg | 2025-12-09 | 1 | -136/+71 |
| * | [SERVER] iscsi: Rename constant to reflect it means LOGICAL block size | Simon Rettberg | 2025-12-09 | 1 | -20/+21 |
| * | [SERVER] iscsi: Unify usage of length and position variables | Simon Rettberg | 2025-12-09 | 1 | -240/+205 |
| * | [SERVER] iscsi: Refactor receive function and PDU handling | Simon Rettberg | 2025-12-09 | 1 | -971/+569 |
| * | [SERVER] iscsi: Honor global _shutdown | Simon Rettberg | 2025-12-09 | 1 | -3/+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 |
| * | Fix AFL build | Simon Rettberg | 2025-12-09 | 1 | -1/+2 |
| * | [SERVER] iscsi: Fix crashes | Simon Rettberg | 2025-12-09 | 1 | -29/+33 |
| * | [SERVER] iscsi: use sendfile() | Simon Rettberg | 2025-12-09 | 1 | -62/+79 |
| * | [SERVER] iscsi refactor: First working version | Simon Rettberg | 2025-12-09 | 1 | -10581/+750 |
| * | [SERVER] iscsi: Implement relaying requests to uplink servers | Simon Rettberg | 2025-12-09 | 1 | -23/+88 |
| * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 1 | -1767/+9722 |
| * | [SERVER] iscsi: Finish login handling, add NOP-In/Out handling | Sebastian Vater | 2025-12-09 | 1 | -225/+1305 |
| * | [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structures | Sebastian Vater | 2025-12-09 | 1 | -81/+3149 |
| * | [SERVER] iscsi: Add a lot of Doxygen comments, some general additions | Sebastian Vater | 2025-12-09 | 1 | -67/+159 |
| * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-12-09 | 1 | -2/+190 |
| * | [SERVER] iscsi: Initial commit, WIP | Sebastian Vater | 2025-12-09 | 1 | -0/+1631 |