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
path:
root
/
src
/
server
/
iscsi.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reverted making iSCSI SCSI task and iSCSI PDU reference counter atomic since ...
Sebastian Vater
2025-10-24
1
-2
/
+2
*
Made iSCSI PDU reference counter atomic, too.
Sebastian Vater
2025-10-24
1
-1
/
+1
*
Made iSCSI SCSI task reference counter atomic.
Sebastian Vater
2025-10-23
1
-1
/
+1
*
Fixed iSCSI SCSI INQUIRY command header declaration for VPD device info page.
Sebastian Vater
2025-10-22
1
-20
/
+20
*
A little iSCSI code cleanup ...
Sebastian Vater
2025-10-21
1
-75
/
+75
*
Implemented iSCSI discovery and related portal group and portals handling. Al...
Sebastian Vater
2025-10-20
1
-68
/
+158
*
Fixed ISCSI_STRLEN macro for iSCSI login authentication keys.
Sebastian Vater
2025-10-16
1
-43
/
+43
*
Fixed multithreading issues with multiple connections per iSCSI session. Also...
Sebastian Vater
2025-10-16
1
-3
/
+4
*
Fixed config file iSCSI part not honoring SCSI device specific settings. Also...
Sebastian Vater
2025-10-15
1
-2
/
+3
*
Fixed typo in iSCSI server config template and README.md.
Sebastian Vater
2025-10-13
1
-1
/
+1
*
iSCSI Release candiate. Fixed iSCSI (some critical) bugs encountered during t...
Sebastian Vater
2025-10-13
1
-18
/
+37
*
Fixes to iSCSI DNBD3 proxy uplink handling.
Sebastian Vater
2025-10-07
1
-5
/
+5
*
Moved uplink mutex / condition init and destroy to task creation and destruct...
Sebastian Vater
2025-10-06
1
-6
/
+6
*
[SERVER] iscsi: Implement relaying requests to uplink servers
Simon Rettberg
2025-10-06
1
-0
/
+6
*
Implemented iSCSI global and SCSI device specific INI file configuration. Als...
Sebastian Vater
2025-10-06
1
-78
/
+534
*
Added more mutexes and read/write locks to iSCSI server. Finally, moved temp ...
Sebastian Vater
2025-10-01
1
-6
/
+18
*
Implemented better read/write and mutex locking in iSCSI server. Some little ...
Sebastian Vater
2025-10-01
1
-19
/
+21
*
Fixed some very memory leaks in iSCSI reported by valgrind and improved sessi...
Sebastian Vater
2025-09-30
1
-7
/
+10
*
Fixed crash in iSCSI server if a write command is sent.
Sebastian Vater
2025-09-30
1
-1
/
+3
*
Images are now propagated as a read-only SCSI device in iSCSI implementation ...
Sebastian Vater
2025-09-29
1
-4
/
+13
*
Fixed various memory leaks reported by valgrind. Also fixed some bugs in DNBD...
Sebastian Vater
2025-09-29
1
-144
/
+421
*
Implemented iSCSI DNBD3 image name and WWN extraction from IQN. Also fixed so...
Sebastian Vater
2025-09-26
1
-3
/
+7
*
Huge iSCSI refactoring. Added doubly linked list for iSCSI and SCSI task mana...
Sebastian Vater
2025-09-25
1
-115
/
+94
*
Fixed most iSCSI related valgrind hints. Finally, some more bugs fixed.
Sebastian Vater
2025-09-23
1
-6
/
+6
*
Added iSCSI PDU reference tag and relative desired data position to iSCSI tas...
Sebastian Vater
2025-09-23
1
-8
/
+17
*
Fixed remaining iSCSI bugs which prevent Debian ISO from booting and running....
Sebastian Vater
2025-09-18
1
-36
/
+110
*
Implemented iSCSI SCSI emulation read and write operations on DNBD3 image wit...
Sebastian Vater
2025-09-17
1
-3
/
+72
*
Implemented iSCSI SCSI MODE SENSE command. Also did code refactoring. Finally...
Sebastian Vater
2025-09-16
1
-68
/
+788
*
Fixed iSCSI SCSI emulation and implemented adding target port to iSCSI device...
Sebastian Vater
2025-09-12
1
-10
/
+144
*
Implemented remaining INQUIRY iSCSI SCSI emulation related stuff. Also fixed ...
Sebastian Vater
2025-09-11
1
-139
/
+1330
*
Implemented iSCSI very basic locking for multithreaded usage. Also added non-...
Sebastian Vater
2025-09-09
1
-294
/
+1004
*
iSCSI SCSI emulation for DNBD3 started and most block based operations finish...
Sebastian Vater
2025-09-05
1
-16
/
+482
*
Implemented basic iSCSI SCSI Persistent Reservation (PR) handling and checkin...
Sebastian Vater
2025-09-04
1
-70
/
+318
*
Finished most of iSCSI data transfer task management, also done more code ref...
Sebastian Vater
2025-09-03
1
-52
/
+196
*
Implemented lots of iSCSI SCSI INQUIRY opcode related stuff, also did some co...
Sebastian Vater
2025-08-29
1
-62
/
+705
*
Added iSCSI opcode immediate flag to header file to make code more readable a...
Sebastian Vater
2025-08-26
1
-1
/
+4
*
iSCSI Code refactoring and simplification. Finally, removed obselete iSCSI PD...
Sebastian Vater
2025-08-26
1
-71
/
+60
*
Fixed remaining bugs preventing successful iSCSI login phase. Also added basi...
Sebastian Vater
2025-08-26
1
-41
/
+51
*
Implemented missing actual reading payload data PDU. Finally fixed most bugs ...
Sebastian Vater
2025-08-22
1
-43
/
+43
*
Implemented sending iSCSI Ready To Transfer (R2T) packet data. Also added ver...
Sebastian Vater
2025-08-21
1
-4
/
+192
*
Mostly implemented iSCSI text response handling. Finally, fixed some smaller ...
Sebastian Vater
2025-08-20
1
-8
/
+18
*
Added iSCSI handling to main server and network handling code and also creati...
Sebastian Vater
2025-08-19
1
-2
/
+5
*
Added iSCSI NOP-In and NOP-Out implementation for keep alive. Also increased ...
Sebastian Vater
2025-08-19
1
-16
/
+34
*
Finished iSCSI login handling. Also fixed some bugs and simplified certain st...
Sebastian Vater
2025-08-18
1
-11
/
+30
*
Some bug fixes, improvements in data structures and finally more login negoti...
Sebastian Vater
2025-08-15
1
-11
/
+42
*
Implemented iSCSI global vector init and destruction. Also more complete logi...
Sebastian Vater
2025-08-14
1
-10
/
+49
*
Fixed various iSCSI implementation bugs and almost completed login phase. Fin...
Sebastian Vater
2025-08-13
1
-54
/
+214
*
Implemented more login stuff and basic data payload handling. Also fixed some...
Sebastian Vater
2025-08-08
1
-6
/
+26
*
Implemented main loop of handling incoming iSCSI header packet data. Also add...
Sebastian Vater
2025-08-07
1
-30
/
+618
*
Removed static iSCSI functions from header file and added CRC32C lookup table...
Sebastian Vater
2025-08-01
1
-4
/
+1
[next]