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.c
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
1
-4
/
+2
*
[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
1
-1
/
+4
*
[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
1
-124
/
+59
*
[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
1
-89
/
+23
*
[SERVER] iscsi: Overhaul sending of SCSI response, and DATA-In loop
Simon Rettberg
2025-11-06
1
-181
/
+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
1
-1
/
+36
*
[SERVER] iscsi: Reduce number of casts
Simon Rettberg
2025-11-03
1
-63
/
+65
*
[SERVER] iscsi: Remove more unused stuff
Simon Rettberg
2025-10-31
1
-73
/
+6
*
[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
1
-20
/
+21
*
[SERVER] iscsi: Unify usage of length and position variables
Simon Rettberg
2025-10-30
1
-240
/
+205
*
[SERVER] iscsi: Refactor receive function and PDU handling
Simon Rettberg
2025-10-30
1
-971
/
+569
*
[SERVER] iscsi: Honor global _shutdown
Simon Rettberg
2025-10-27
1
-3
/
+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
*
Fix AFL build
Simon Rettberg
2025-10-24
1
-1
/
+2
*
[SERVER] iscsi: Fix crashes
Simon Rettberg
2025-10-24
1
-29
/
+33
*
[SERVER] iscsi: use sendfile()
Simon Rettberg
2025-10-24
1
-62
/
+79
*
[SERVER] iscsi refactor: First working version
Simon Rettberg
2025-10-24
1
-1296
/
+381
*
WIP
Simon Rettberg
2025-10-24
1
-9517
/
+601
*
Fixes to iSCSI DNBD3 proxy uplink handling.
Sebastian Vater
2025-10-07
1
-82
/
+62
*
Moved uplink mutex / condition init and destroy to task creation and destruct...
Sebastian Vater
2025-10-06
1
-31
/
+56
*
[SERVER] iscsi: Implement relaying requests to uplink servers
Simon Rettberg
2025-10-06
1
-3
/
+63
*
Implemented iSCSI global and SCSI device specific INI file configuration. Als...
Sebastian Vater
2025-10-06
1
-630
/
+1963
*
Added more mutexes and read/write locks to iSCSI server. Finally, moved temp ...
Sebastian Vater
2025-10-01
1
-34
/
+128
*
Implemented better read/write and mutex locking in iSCSI server. Some little ...
Sebastian Vater
2025-10-01
1
-167
/
+378
*
Fixed some very memory leaks in iSCSI reported by valgrind and improved sessi...
Sebastian Vater
2025-09-30
1
-100
/
+42
*
Fixed crash in iSCSI server if a write command is sent.
Sebastian Vater
2025-09-30
1
-10
/
+89
*
Images are now propagated as a read-only SCSI device in iSCSI implementation ...
Sebastian Vater
2025-09-29
1
-7
/
+35
*
Fixed various memory leaks reported by valgrind. Also fixed some bugs in DNBD...
Sebastian Vater
2025-09-29
1
-1428
/
+1167
*
Implemented iSCSI DNBD3 image name and WWN extraction from IQN. Also fixed so...
Sebastian Vater
2025-09-26
1
-148
/
+333
*
Huge iSCSI refactoring. Added doubly linked list for iSCSI and SCSI task mana...
Sebastian Vater
2025-09-25
1
-672
/
+429
*
Fixed most iSCSI related valgrind hints. Finally, some more bugs fixed.
Sebastian Vater
2025-09-23
1
-48
/
+70
*
Added iSCSI PDU reference tag and relative desired data position to iSCSI tas...
Sebastian Vater
2025-09-23
1
-449
/
+249
*
Fixed remaining iSCSI bugs which prevent Debian ISO from booting and running....
Sebastian Vater
2025-09-18
1
-218
/
+170
*
Implemented iSCSI SCSI emulation read and write operations on DNBD3 image wit...
Sebastian Vater
2025-09-17
1
-22
/
+450
*
Implemented iSCSI SCSI MODE SENSE command. Also did code refactoring. Finally...
Sebastian Vater
2025-09-16
1
-55
/
+462
*
Fixed iSCSI SCSI emulation and implemented adding target port to iSCSI device...
Sebastian Vater
2025-09-12
1
-24
/
+211
*
Implemented remaining INQUIRY iSCSI SCSI emulation related stuff. Also fixed ...
Sebastian Vater
2025-09-11
1
-16
/
+624
[next]