summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/ISCSI.cpp
Commit message (Expand)AuthorAgeFilesLines
* header (C) fixesvboxsync2013-02-041-1/+1
* Storage/iSCSI: Fix endless recursion when setting up the connection if the ta...vboxsync2013-01-241-14/+42
* Storage/iSCSI: Clean up and merge sync and async I/Ovboxsync2013-01-081-637/+316
* Storage/Backends: async/sync I/O unification, remove separate entries for syn...vboxsync2013-01-081-361/+349
* Storage: Next step in the sync/async I/O unification, change all calls to pfn...vboxsync2013-01-071-3/+38
* Storage: Fix regression introduced when adding VD_OPEN_FLAGS_SKIP_CONSISTENCY...vboxsync2013-01-041-1/+3
* ISCSI: IPv6 address parsing.vboxsync2012-11-211-1/+4
* Storage/iSCSI: issue 3100. resend command READ CAPACITY in case of a target e...vboxsync2012-09-271-22/+108
* Storage/iSCSI: Log the status detail in case of an intitator error during loginvboxsync2012-07-251-0/+46
* iSCSI: bug out early if we get only an encrypted initiator secretvboxsync2012-07-171-0/+16
* optional encrypted store of the iSCSI initiator secretvboxsync2012-07-121-1/+12
* Comment typos.vboxsync2012-06-161-1/+1
* Storage/ISCSI: Don't validate the ExpStatSN field of a Login Respone with a n...vboxsync2012-02-231-6/+7
* ISCSI: Use simple queue to fix communication with recent COMSTAR targetsvboxsync2012-02-171-4/+4
* VD: API to repair corrupted imagesvboxsync2011-12-021-0/+2
* Storage: Add async discard APIvboxsync2011-09-271-0/+2
* VD: Initial support to discard unused blocks in an image + support for VDI im...vboxsync2011-09-041-0/+2
* VD: Interface cleanup. Merge the two involved structures (generic interface d...vboxsync2011-08-161-154/+89
* Storage/iSCSI: log opening and closing of connections, with local port number...vboxsync2011-06-291-23/+22
* iSCSI: Pause the VM if a request times out.vboxsync2011-05-221-0/+1
* Storage: Small cleanup. Drops VDImageIsAsyncIOSupported, it is completely unu...vboxsync2011-04-081-9/+0
* iSCSI: Limit the number of certain error messages in the release log to preve...vboxsync2011-03-091-5/+31
* iSCSI: Clear tail pointer of waiting PDUs during reattach too (safety) and in...vboxsync2011-03-021-4/+12
* VD: Move the generic virtual disk framework + backends to src/VBox/Storage an...vboxsync2010-10-281-0/+5613