blob: 25c102e22e2aeec682761725f4e7143465f8e3d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
|
open-iscsi-2.0-871 - open-iscsi-2.0.870
Boaz Harrosh (1):
open-iscsi: Makefile: separate out user: and kernel: make targets
Erez Zilber (1):
Add Module.markers to .gitignore
Karen Xie (2):
userspace - add new transport cxgb3i
userspace - setting interface ip address
Mike Christie (84):
iscsid: fix relogin retry handling
iscsid idbm: print out header and tail to seperate records
ibft: add support to use iscsi_ibft module and log into all portals found in firmware
fwparam: rm unused filepath argument
iscsid idbm: move record strings to header
iscsiadm: discovery mode supports the --show
iscsiadm: have fw discovery handle --op arguments
iscsiadm: fix output ordering
iscsi modules: fix compilation
iscsid/iscsiadm: fix strto* usage
iscsid: fix logout response and time2wait handling
iscsiadm: remove default bnx2i iface
iscsid/iscsiadm: support multiple inititor names per host.
iscsiadm: print session and session info running through ifaces in iface mode
iscsid: update transport handle
idbm: have idbm_rec_update_param update the value string of the matching rec_info
iscsi mod: sync up kernel modules with 2.6.29
iscsi mod: 2.6.27 compat
iscsi mod: 2.6.26 compat
iscsi mod: 2.6.24-25 compat
iscsi mod: 2.6.20-23 compat
iscsi mod: 2.6.14-19 compat
iscsi mod: fix up 2.6.14-19 compat patch
iscsi mod iscsi_tcp: compat fix for pI4/pI6
build: add a make user
iscsi tools: fix chap
PATCH: iscsi tools: do not use exit()
PATCH: fix iBFT firmware reading with newer kernels
2.6.29-rc libiscsi: Fix scsi command timeout oops in iscsi_eh_timed_out
iscsi mod: 2.6.14-19 compat
iscsi tools: convert from strncat to strlcat
iscsi tools: convert from strncpy to strlcpy
iscsi tool make: add notification that iscsi start was made
iscsid: Fix up connection failed messages
docs: fix up iscsiadm man page iface info
iscsi tools: update version in preparation for new release
iscsid: flush sysfs cache.
iscsid: mv event loop code to new file
docs: update readme with libiscsi_tcp info
-------------------------------------------------------------------
open-iscsi-2.0-870 - open-iscsi-2.0.869
Doron Shoham (1):
log.c: add error messages when allocation shared memory
Erez Zilber (2):
Minor fixes in iscsi_discovery documentation
rm unused variable in fw_entry.c
Hannes Reinecke (1):
Add SLES10 SP2 compat
Hans de Goede (1):
PATCH: add error checking to iscsi discovery db lock creation
Mike Christie (58):
change mgmt_ipc to logout by sid
iscsi class/if kernel: add ifacename attr
add ifacename support tools
rm db param
rm num_transports from sysfs header.
Add bind by initiatorname
break up iface code and add default iser, tcp/default and bnx2i ifaces
Use startup definition in util.c.
set header digests to off by default
fix compile warning for missing iface.h
User 64 bit params mask.
Do not allow iface setting to be changed in node mode.
Fix bad merge. User iscsi param masks instead of params.
Support mutlple ifaces with the same binding (lack of binding).
Release transport entry when the transport is unloaded
Fix ep_disconnect handling of invalid ep
libiscsi: Fix nop timeout handling
libiscsi: fix recv tmo
Revert Release-transport-entry-when-the-transport-is-unload.patch
pass ep to session creation
Fix iser create bound session compat
fix compilation on Fedora 9
Fix sysfs handling of block:sdX and scsi bus changes
Only autobind to ifaces with transport = tcp
Increase login retry for iscsistart.
Sync kernel modules to scsi-misc for 2.6.27.
Update 2.6.14 - 2.6.19 compat patch
Update 2.6.20 - 2.6.24 patch
Update 2.6.24 - 2.6.25 patch
iscsid: don't print enosys errors.
libiscsi: support older tools that did not set can_queue/cmds_max
Fix transport_name compat support.
Fix idbm iscsid segfault when accsing ifaces
Fix discovery and autobinding
fix ipv6 login redirect support.
Fix login redirect failure handling.
remove sysfs_file
fix dynamic tpgt support.
Bump version for new release.
Add compat patch for RHEL 5.2
iscsid: adjust requested settings for user
Sync kernel modules with 2.6.27
Add 2.6.26 compat support
Add Makefile support for 2.6.26 compat patch
Add .gitignore files
Revert broken SLES 10 compat patch.
iscsi conf: increase default login max
iscsi conf: partially revert increase default login max change
modify initial login retry max
libiscsi: fix data corruption when target has to resend data-in packets
iscsi class: fix endpoint id handling
handle ISCSI_ERR_INVALID_HOST
iscsi_tcp: return a descriptive error value during connection errors
libiscsi: fix locking in iscsi_eh_device_reset
update 2.6.14-19_compat.patch
update 2.6.20-21_compat.patch
update 2.6.24_compat.patch
Fix initiator.c compile warning
|