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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed iSCSI SCSI CDB SERVICE_IN_ACTION_16 endianess conversion error. Finally...
iscsi
Sebastian Vater
2025-11-03
1
-1
/
+1
*
Reverted making iSCSI SCSI task and iSCSI PDU reference counter atomic since ...
Sebastian Vater
2025-10-24
2
-17
/
+17
*
Made iSCSI PDU reference counter atomic, too.
Sebastian Vater
2025-10-24
2
-5
/
+5
*
Made iSCSI SCSI task reference counter atomic.
Sebastian Vater
2025-10-23
2
-7
/
+7
*
Fixed iSCSI SCSI INQUIRY command header declaration for VPD device info page.
Sebastian Vater
2025-10-22
2
-21
/
+21
*
A little iSCSI code cleanup ...
Sebastian Vater
2025-10-21
2
-117
/
+140
*
Fixed typo in iSCSI portal group handling and removed obselete assignment.
Sebastian Vater
2025-10-20
1
-4
/
+2
*
Implemented iSCSI discovery and related portal group and portals handling. Al...
Sebastian Vater
2025-10-20
2
-419
/
+1064
*
Fixed ISCSI_STRLEN macro for iSCSI login authentication keys.
Sebastian Vater
2025-10-16
2
-173
/
+171
*
Fixed multithreading issues with multiple connections per iSCSI session. Also...
Sebastian Vater
2025-10-16
2
-52
/
+148
*
Fixed NULL pointer crash in iSCSI and new LogicalBlockSize default is 512 ins...
Sebastian Vater
2025-10-15
1
-1
/
+1
*
Fixed missing name parameter.
Sebastian Vater
2025-10-15
1
-1
/
+1
*
Fixed config file iSCSI part not honoring SCSI device specific settings. Also...
Sebastian Vater
2025-10-15
3
-83
/
+415
*
Fixed typo in iSCSI server config template and README.md.
Sebastian Vater
2025-10-13
1
-1
/
+1
*
Updated documentation README.md in iscsi branch.
Sebastian Vater
2025-10-13
1
-1
/
+1
*
iSCSI Release candiate. Fixed iSCSI (some critical) bugs encountered during t...
Sebastian Vater
2025-10-13
2
-311
/
+438
*
Fixed iSCSI SCSI INQUIRY optimal block size configuraton. Finally, added TCP_...
Sebastian Vater
2025-10-09
2
-7
/
+17
*
Fixed crash if no iSCSI SCSI LUN was found.
Sebastian Vater
2025-10-09
1
-0
/
+10
*
Fixed iSCSI spelling typo in example server.conf and iscsi.conf. Finally, rem...
Sebastian Vater
2025-10-08
1
-28
/
+28
*
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
2
-37
/
+62
*
[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
5
-710
/
+2510
*
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
2
-1572
/
+1588
*
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
*
[SERVER] Add image->wwn, add according getter
Simon Rettberg
2025-09-17
3
-12
/
+65
*
Implemented iSCSI SCSI emulation read and write operations on DNBD3 image wit...
Sebastian Vater
2025-09-17
2
-25
/
+522
*
Implemented iSCSI SCSI MODE SENSE command. Also did code refactoring. Finally...
Sebastian Vater
2025-09-16
2
-123
/
+1250
*
Fixed iSCSI SCSI emulation and implemented adding target port to iSCSI device...
Sebastian Vater
2025-09-12
2
-34
/
+355
*
Implemented remaining INQUIRY iSCSI SCSI emulation related stuff. Also fixed ...
Sebastian Vater
2025-09-11
2
-155
/
+1954
*
Implemented iSCSI very basic locking for multithreaded usage. Also added non-...
Sebastian Vater
2025-09-09
3
-622
/
+2099
*
iSCSI SCSI emulation for DNBD3 started and most block based operations finish...
Sebastian Vater
2025-09-05
2
-127
/
+1052
*
Implemented basic iSCSI SCSI Persistent Reservation (PR) handling and checkin...
Sebastian Vater
2025-09-04
2
-87
/
+998
*
Finished most of iSCSI data transfer task management, also done more code ref...
Sebastian Vater
2025-09-03
2
-404
/
+1662
*
Implemented lots of iSCSI SCSI INQUIRY opcode related stuff, also did some co...
Sebastian Vater
2025-08-29
2
-121
/
+1339
*
Added iSCSI opcode immediate flag to header file to make code more readable a...
Sebastian Vater
2025-08-26
2
-12
/
+15
*
iSCSI Code refactoring and simplification. Finally, removed obselete iSCSI PD...
Sebastian Vater
2025-08-26
2
-184
/
+197
*
Fixed remaining bugs preventing successful iSCSI login phase. Also added basi...
Sebastian Vater
2025-08-26
2
-123
/
+537
*
Implemented missing actual reading payload data PDU. Finally fixed most bugs ...
Sebastian Vater
2025-08-22
2
-69
/
+120
*
Added portal group for iSCSI on DNBD3 connection init.
Sebastian Vater
2025-08-22
1
-3
/
+36
*
Implemented sending iSCSI Ready To Transfer (R2T) packet data. Also added ver...
Sebastian Vater
2025-08-21
2
-34
/
+908
[next]