index
:
dnbd3.git
HEAD
formatting
fuse_cow_2
iscsi
iscsi-refactor
isfant
master
Distributed Network Block Device 3 --rewrite for Kernel 3.x
DNBD
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SERVER] iscsi: Make iscsi_connection stack-allocated
iscsi-refactor
Simon Rettberg
2025-11-13
1
-64
/
+6
*
[SERVER] iscsi: May not -> Must not
Simon Rettberg
2025-11-12
1
-39
/
+39
*
[SERVER] iscsi: Replace int8 with uint8, remove unused login flags
Simon Rettberg
2025-11-12
2
-58
/
+20
*
[SERVER] iscsi: Implement NOP-In on idle timeout
Simon Rettberg
2025-11-12
1
-29
/
+45
*
[SERVER] iscsi: Fix handling of reason_code in logout request
Simon Rettberg
2025-11-12
2
-2
/
+7
*
[SERVER] iscsi: fix typo
Simon Rettberg
2025-11-11
1
-2
/
+2
*
[SERVER] iscsi: Remove unused defines, move session into connection
Simon Rettberg
2025-11-11
2
-1072
/
+70
*
[SERVER] iscsi: Report read cache enabled; report maximum prefetch
Simon Rettberg
2025-11-11
1
-4
/
+10
*
[SERVER] iscsi: Fix endianness conversion of rotation rate
Simon Rettberg
2025-11-11
1
-16
/
+16
*
[SERVER] iscsi: Make kernel really fast again
Simon Rettberg
2025-11-10
1
-10
/
+22
*
[SERVER] iscsi: Make kernel fast again
Simon Rettberg
2025-11-07
1
-4
/
+7
*
[SERVER] iscsi: Make iscsi_task stack-allocated
Simon Rettberg
2025-11-06
2
-91
/
+25
*
[SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loop
Simon Rettberg
2025-11-06
2
-184
/
+131
*
[SERVER] iscsi: Add bytesSent accounting, set thread name
Simon Rettberg
2025-11-06
1
-0
/
+5
*
[SERVER] iscsi: Minor clang-tidy cleanups (mostly)
Simon Rettberg
2025-11-06
1
-230
/
+114
*
[SERVER] iscsi: Reply OK to any task management function
Simon Rettberg
2025-11-06
2
-1
/
+235
*
[SERVER] iscsi: Reduce number of casts
Simon Rettberg
2025-11-03
1
-63
/
+65
*
[SERVER] iscsi: Turn [0] fields into [], remove unused ones
Simon Rettberg
2025-11-03
1
-112
/
+32
*
[SERVER] iscsi: Remove more unused stuff
Simon Rettberg
2025-10-31
2
-131
/
+7
*
[SERVER] iscsi: Fix endianness bug
Simon Rettberg
2025-10-31
1
-6
/
+2
*
[SERVER] iscsi: Rename constant to reflect it means LOGICAL block size
Simon Rettberg
2025-10-31
2
-21
/
+22
*
[SERVER] iscsi: Unify usage of length and position variables
Simon Rettberg
2025-10-30
2
-461
/
+213
*
[SERVER] iscsi: Refactor receive function and PDU handling
Simon Rettberg
2025-10-30
4
-1056
/
+617
*
[SERVER] iscsi: Honor global _shutdown
Simon Rettberg
2025-10-27
2
-6
/
+1
*
[SERVER] iscsi: Restore proper padding of DataSegment
Simon Rettberg
2025-10-24
1
-0
/
+7
*
[SERVER] iscsi: Cleanup commented-out code
Simon Rettberg
2025-10-24
1
-5
/
+0
*
[SERVER] iscsi: Change LUN to 0
Simon Rettberg
2025-10-24
1
-1
/
+1
*
Update README and sample config
Simon Rettberg
2025-10-24
4
-552
/
+5
*
Fix AFL build
Simon Rettberg
2025-10-24
10
-42
/
+26
*
[SERVER] Refactor classic dnbd3 code a bit, locking etc.
Simon Rettberg
2025-10-24
1
-28
/
+54
*
[SERVER] iscsi: Fix crashes
Simon Rettberg
2025-10-24
3
-37
/
+41
*
[SERVER] Check if iSCSI server is enabled, check opcode
Simon Rettberg
2025-10-24
3
-12
/
+16
*
[SERVER] iscsi: use sendfile()
Simon Rettberg
2025-10-24
6
-151
/
+122
*
[SERVER] iscsi refactor: First working version
Simon Rettberg
2025-10-24
8
-5315
/
+2289
*
WIP
Simon Rettberg
2025-10-24
6
-13043
/
+738
*
Fixes to iSCSI DNBD3 proxy uplink handling.
Sebastian Vater
2025-10-07
2
-87
/
+67
*
Moved uplink mutex / condition init and destroy to task creation and destruct...
Sebastian Vater
2025-10-06
3
-37
/
+185
*
[SERVER] iscsi: Implement relaying requests to uplink servers
Simon Rettberg
2025-10-06
2
-3
/
+69
*
Implemented iSCSI global and SCSI device specific INI file configuration. Als...
Sebastian Vater
2025-10-06
8
-710
/
+2959
*
Added more mutexes and read/write locks to iSCSI server. Finally, moved temp ...
Sebastian Vater
2025-10-01
2
-40
/
+146
*
Implemented better read/write and mutex locking in iSCSI server. Some little ...
Sebastian Vater
2025-10-01
2
-186
/
+399
*
Fixed some very memory leaks in iSCSI reported by valgrind and improved sessi...
Sebastian Vater
2025-09-30
2
-107
/
+52
*
Fixed crash in iSCSI server if a write command is sent.
Sebastian Vater
2025-09-30
2
-11
/
+92
*
Images are now propagated as a read-only SCSI device in iSCSI implementation ...
Sebastian Vater
2025-09-29
2
-11
/
+48
*
Fixed various memory leaks reported by valgrind. Also fixed some bugs in DNBD...
Sebastian Vater
2025-09-29
3
-1572
/
+1589
*
Implemented iSCSI DNBD3 image name and WWN extraction from IQN. Also fixed so...
Sebastian Vater
2025-09-26
2
-151
/
+340
*
Huge iSCSI refactoring. Added doubly linked list for iSCSI and SCSI task mana...
Sebastian Vater
2025-09-25
2
-787
/
+523
*
Fixed most iSCSI related valgrind hints. Finally, some more bugs fixed.
Sebastian Vater
2025-09-23
2
-54
/
+76
*
Added iSCSI PDU reference tag and relative desired data position to iSCSI tas...
Sebastian Vater
2025-09-23
2
-457
/
+266
*
Fixed remaining iSCSI bugs which prevent Debian ISO from booting and running....
Sebastian Vater
2025-09-18
2
-254
/
+280
[next]