| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'iscsi-refactor' | Simon Rettberg | 2025-12-09 | 17 | -185/+9009 |
| |\ |
|
| | * | [SERVER] iscsi: More comments | Simon Rettberg | 2025-12-09 | 1 | -18/+54 |
| | * | [SERVER] iscsi: Add braces | Simon Rettberg | 2025-12-09 | 1 | -22/+38 |
| | * | [SERVER] iscsi: Update a few doxygen blocks | Simon Rettberg | 2025-12-09 | 1 | -57/+52 |
| | * | [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 | 2 | -58/+20 |
| | * | [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 | 2 | -2/+7 |
| | * | [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 | 2 | -1072/+70 |
| | * | [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 | 2 | -91/+25 |
| | * | [SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loop | Simon Rettberg | 2025-12-09 | 2 | -184/+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 | 2 | -1/+235 |
| | * | [SERVER] iscsi: Remove unused functions & casts, turn [0] into [] | Simon Rettberg | 2025-12-09 | 2 | -306/+104 |
| | * | [SERVER] iscsi: Rename constant to reflect it means LOGICAL block size | Simon Rettberg | 2025-12-09 | 2 | -21/+22 |
| | * | [SERVER] iscsi: Unify usage of length and position variables | Simon Rettberg | 2025-12-09 | 2 | -461/+213 |
| | * | [SERVER] iscsi: Refactor receive function and PDU handling | Simon Rettberg | 2025-12-09 | 3 | -1055/+616 |
| | * | [SERVER] iscsi: Honor global _shutdown | Simon Rettberg | 2025-12-09 | 2 | -6/+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 | 8 | -36/+21 |
| | * | [SERVER] Refactor classic dnbd3 code a bit, locking etc. | Simon Rettberg | 2025-12-09 | 1 | -28/+54 |
| | * | [SERVER] iscsi: Fix crashes | Simon Rettberg | 2025-12-09 | 3 | -37/+41 |
| | * | [SERVER] Check if iSCSI server is enabled, check opcode | Simon Rettberg | 2025-12-09 | 3 | -12/+16 |
| | * | [SERVER] iscsi: use sendfile() | Simon Rettberg | 2025-12-09 | 5 | -151/+117 |
| | * | [SERVER] iscsi refactor: First working version | Simon Rettberg | 2025-12-09 | 9 | -18065/+2732 |
| | * | [SERVER] iscsi: Implement relaying requests to uplink servers | Simon Rettberg | 2025-12-09 | 2 | -26/+97 |
| | * | [SERVER] iscsi: Hook into net.c, text response handling, more features: | Sebastian Vater | 2025-12-09 | 8 | -2256/+15641 |
| | * | [SERVER] iscsi: Finish login handling, add NOP-In/Out handling | Sebastian Vater | 2025-12-09 | 2 | -261/+1448 |
| | * | [SERVER] iscsi: Implement receive loop, add a lot of new iSCSI structures | Sebastian Vater | 2025-12-09 | 2 | -120/+3956 |
| | * | [SERVER] iscsi: Add a lot of Doxygen comments, some general additions | Sebastian Vater | 2025-12-09 | 2 | -2672/+5479 |
| | * | doxygen: Add initial config and gitlab runner job | Simon Rettberg | 2025-12-09 | 2 | -2/+199 |
| | * | [SERVER] iscsi: Initial commit, WIP | Sebastian Vater | 2025-12-09 | 3 | -0/+4589 |
| * | | [KERNEL] Fix build on newer gcc | Simon Rettberg | 2025-11-17 | 2 | -4/+8 |
| * | | [KERNEL] Update src to support 6.14+ | Simon Rettberg | 2025-11-14 | 1 | -0/+9 |
| |/ |
|
| * | [KERNEL] Add CentOS 9.6 support | Simon Rettberg | 2025-06-25 | 1 | -3/+6 |
| * | [KERNEL] Fix linter complaints | Simon Rettberg | 2025-04-15 | 2 | -10/+21 |
| * | [KERNEL] Check if reply size matches request | Simon Rettberg | 2025-04-15 | 1 | -13/+32 |
| * | [KERNEL] Correct and improve connect timing debug messages | Simon Rettberg | 2024-12-19 | 1 | -6/+6 |
| * | [KERNEL] Fix compile for 6.11+ | Simon Rettberg | 2024-12-11 | 2 | -16/+33 |
| * | [SERVER] Verify checksums of all images on SIGUSR1 | Simon Rettberg | 2024-07-05 | 6 | -14/+92 |
| * | [SERVER] integrity: Add comments, line wraps, add check for full scan | Simon Rettberg | 2024-07-04 | 1 | -7/+24 |
| * | [server] Avoid redefining container_of | Simon Rettberg | 2024-06-07 | 1 | -0/+2 |