index
:
delta/open-iscsi.git
chap-fips-experimental
chk-state
coverity_scan
doc-timers
fix-logout
gh-pages
iscsistart-fixes
master
new-version
prctl-flusher-support
sync-speedup
github.com: mikechristie/open-iscsi.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix 32 bit up and 64 bit kern by using alinged_u64
mnc
2006-09-19
1
-7
/
+7
*
This patch adds or modifies the transport class functions used to notify user...
mnc
2006-07-10
1
-18
/
+5
*
Add target discovery event. We may have a setup where the iscsi traffic is on...
mnc
2006-07-10
1
-0
/
+37
*
fix term state. when closing the session we do not want to queue any more com...
mnc
2006-05-20
1
-1
/
+0
*
update version numbers
mnc
2006-05-19
1
-2
/
+0
*
debugged by Ming and Rohan: for normal session logins we should be incrementi...
mnc
2006-04-27
1
-0
/
+2
*
from ogerlitz@voltaire.com: add ep callbacks
mnc
2006-04-13
1
-1
/
+18
*
add libiscsi: move duplicated code in iscsi_iser and iscsi_tcp to new lib fun...
mnc
2006-04-02
1
-1
/
+2
*
add basic iscsi block functionality. The open-iscsi replacement_timeout is th...
mnc
2006-03-03
1
-0
/
+2
*
add sysfs attrs need so iscsid can sync up after a restart
mnc
2006-03-03
1
-16
/
+48
*
from hare@suse.de: This patch removes the handles for kernel-userspace commun...
mnc
2006-02-13
1
-14
/
+23
*
pass iscsi_cls struct between class and LLD or iscsi_transport
mnc
2006-01-17
1
-3
/
+0
*
sync upstream with svn
mnc
2006-01-17
1
-0
/
+2
*
rm rdma code and sync upstream driver with svn and update usrspace to work wi...
mnc
2006-01-10
1
-2
/
+1
*
seperate netlink from session and connection creation functions and fix sysfs...
mnc
2006-01-10
1
-0
/
+4
*
Alex Nezhinsky: login extensions for RDMA transports
dmitry_yus
2005-09-23
1
-1
/
+2
*
Hannes Reinecke: fix iscsi_proto.h so that iscsitarget could use it
aaizman
2005-08-22
1
-13
/
+15
*
Mike: This is just some iscsi_proto.h cleanups and
aaizman
2005-08-17
1
-12
/
+33
*
Mike: remove the ISCSI_TRANSPORT_MAX limitation from the kernel using sysfs
dmitry_yus
2005-05-26
1
-13
/
+2
*
comments in the iscsi_tcp.h
aaizman
2005-05-26
1
-1
/
+1
*
trans_list() event brings per-transport caps_mask. daemon respects those bits.
dmitry_yus
2005-05-25
1
-0
/
+2
*
Mike: rm iscsi_iftrans.h and move include of scsi_transport_iscsi.h
dmitry_yus
2005-05-23
1
-84
/
+0
*
Mike: merge iscsi_ifev.h and iscsi_if.h
dmitry_yus
2005-05-22
2
-122
/
+98
*
Mike: do copyright per line
dmitry_yus
2005-05-22
4
-4
/
+8
*
fixed limitation on number of scattered PDUs across SKBs. Discovered by Harald.
dmitry_yus
2005-05-21
1
-2
/
+1
*
disable markers in capabilities
dmitry_yus
2005-05-07
1
-0
/
+1
*
Mike: big snx to session, cnx to conn renaming!
dmitry_yus
2005-05-06
3
-50
/
+50
*
fix unsigned long to uint64_t alignment for shared .h files
dmitry_yus
2005-05-06
2
-2
/
+2
*
removing __KERNEL__ from iscsi_proto.h
dmitry_yus
2005-05-05
1
-6
/
+0
*
SNMP and Extended statistics implemented
dmitry_yus
2005-05-04
3
-1
/
+59
*
get rid of control plane's handles.
dmitry_yus
2005-04-27
2
-19
/
+16
*
version advanced to 0.3, minor macros cleanup
dmitry_yus
2005-04-22
1
-2
/
+2
*
Christoph:
dmitry_yus
2005-04-14
1
-112
/
+118
*
kernel ipc cleanup. added and implemented iscsi_ipc callback structure
dmitry_yus
2005-04-09
1
-6
/
+10
*
IPC via netlink + mempool_zones initial implementation
dmitry_yus
2005-03-31
2
-3
/
+2
*
transport register/unregister path cleanup,
dmitry_yus
2005-03-26
3
-59
/
+91
*
new api get_param(). used in iscsi transport class
dmitry_yus
2005-03-24
1
-7
/
+10
*
>2TB support
dmitry_yus
2005-03-23
1
-0
/
+1
*
initial scsi_transport_iscsi implementation,
dmitry_yus
2005-03-23
2
-4
/
+16
*
Mike's finding of protocol cmd_rsp structure violation fix.
dmitry_yus
2005-03-18
1
-1
/
+1
*
cleanup comments of Matt Mackall implemented
dmitry_yus
2005-03-16
2
-21
/
+21
*
version changed to 0.2
dmitry_yus
2005-03-15
1
-2
/
+2
*
do not close session on bad cmd_rsp() from target.
dmitry_yus
2005-03-11
1
-17
/
+16
*
ERL=0 initial support
dmitry_yus
2005-03-10
2
-1
/
+9
*
more accurate error reporting
open-iscsi
2005-03-05
1
-0
/
+1
*
more fixes for ERL=0
open-iscsi
2005-03-01
1
-1
/
+2
*
sleep for recover in eh_abort
open-iscsi
2005-03-01
1
-9
/
+9
*
Mike's patches:
open-iscsi
2005-02-26
1
-49
/
+49
*
ERL=0 in kernel support
open-iscsi
2005-02-26
2
-6
/
+10
*
using uint32_t in transport interface,
open-iscsi
2005-02-23
2
-17
/
+18
[next]