summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When reopen_max=0 retry reopening forever.Lee Duncan2018-10-092-4/+6
* Merge pull request #136 from gonzoleeman/no-parallel-sessionsLee Duncan2018-10-051-2/+4
|\
| * Do not allow multiple sessions when nr_sessions=1Lee Duncan2018-10-041-2/+4
|/
* Merge pull request #132 from gonzoleeman/small-cleanupsLee Duncan2018-09-273-3/+4
|\
| * Fix qsort() comparator function call.Lee Duncan2018-09-271-2/+2
| * Include stdio.h for use of snprintf().Lee Duncan2018-09-271-0/+1
| * Removed unused value 'one'.Lee Duncan2018-09-271-1/+1
|/
* Merge pull request #131 from gonzoleeman/fix-reconnect-foreverLee Duncan2018-09-2714-23/+123
|\
| * Limit session relogin attempts using config value.Lee Duncan2018-09-2610-4/+36
| * Handle ENOTCONN error separately when reading sysfs values.Lee Duncan2018-09-261-0/+31
| * Fix bug in error message when reading sysfs numbers.Lee Duncan2018-09-261-1/+1
| * Create a new error for "target not connected".Lee Duncan2018-09-263-1/+18
| * Fix reading of sysfs signed integers when negative.Lee Duncan2018-09-261-5/+27
| * Fix incorrect sysfs logic for port and ip address.Lee Duncan2018-09-261-10/+8
| * Allow reading sysfs "port" to fail gracefully.Lee Duncan2018-09-261-2/+2
* | Merge pull request #129 from cpaelzer/cleanup-nic_nl_open-usageLee Duncan2018-09-262-3/+4
|\ \
| * | iscsiuio: fail on nic_nl_open failingChristian Ehrhardt2018-09-201-1/+2
| * | iscsiuio: avoid loosing bad rc in nic_nl_openChristian Ehrhardt2018-09-201-2/+2
| |/
* | Merge pull request #127 from smoser/fix/iscsid-pidfile-writeLee Duncan2018-09-263-8/+12
|\ \ | |/ |/|
| * Better error message and failure if netlink socket fails.Scott Moser2018-09-192-7/+9
| * Close file handles when writing pid files.Scott Moser2018-09-192-1/+3
|/
* Merge pull request #123 from gonzoleeman/fix-discovery-leakLee Duncan2018-09-121-0/+5
|\
| * Plugging a memory leak from discovery.Lee Duncan2018-08-301-0/+5
|/
* Merge pull request #122 from njavali/iscsiuio-bug-fixesChris Leech2018-08-272-3/+9
|\
| * iscsiuio: limit retries of performing dhcpv6 before declaring dhcp failureNilesh Javali2018-08-241-3/+8
| * iscsiuio: Release xmit_mutex in error code path.Manish Rangankar2018-08-141-0/+1
* | Merge pull request #120 from maxnet/vaChris Leech2018-08-271-0/+1
|\ \
| * | context.h: add missing stdarg.h includeFloris Bos2018-07-291-0/+1
|/ /
* | Merge pull request #115 from cleech/for_upstreamChris Leech2018-07-093-10/+8
|\ \
| * | enable MaxOutstandingR2T negotiationChris Leech2018-06-223-10/+8
* | | Merge pull request #114 from njavali/iscsiuio-bug-fixesChris Leech2018-07-095-8/+56
|\ \ \ | |/ / |/| / | |/
| * iscsid: Update boot gateway information during sync_session.Manish Rangankar2018-06-291-0/+5
| * iscsiuio: Add inter-host mutex while doing xmitManish Rangankar2018-06-294-8/+51
|/
* Merge pull request #106 from phmccarty/lib-symlinksChris Leech2018-06-181-2/+2
|\
| * Fix installation of libopeniscsiusr symlinksPatrick McCarty2018-05-291-2/+2
* | Merge pull request #111 from cleech/for_upstreamChris Leech2018-06-188-30/+134
|\ \
| * | iscsistart: prevent unix socket cross-talkChris Leech2018-06-134-2/+23
| * | iscsid logging blank messages at level EMERGChris Leech2018-06-131-0/+3
| * | vlan setting sync across ipv4/ipv6 for be2iscsiChris Leech2018-06-133-28/+108
* | | Merge pull request #110 from cleech/libopeniscsiusr_fixesChris Leech2018-06-189-142/+233
|\ \ \ | |/ / |/| |
| * | libopeniscsiusr: Fix compile error on GCC 8.Gris Ge2018-06-141-2/+7
| * | libopeniscsiusr: use asprintf and remove PATH_MAX stack buffersChris Leech2018-06-146-108/+110
| * | libopeniscsiusr: setup ipv6 records based on iface nameChris Leech2018-06-141-0/+3
| * | libopeniscsiusr: clear errno before calling strtollChris Leech2018-06-141-0/+1
| * | libopeniscsiusr: hosts can have multiple ifacesChris Leech2018-06-145-33/+106
| * | libopeniscsiusr: fixes err on prefix_lenChris Leech2018-06-133-1/+8
|/ /
* | Merge pull request #103 from cathy-zhou/perf_fixLee Duncan2018-06-011-11/+24
|\ \
| * | Reduce delays to improve iscsi boot performanceCathy Zhou2018-05-151-11/+24
* | | Merge pull request #96 from cathay4t/apiLee Duncan2018-06-0119-65/+1686
|\ \ \
| * | | iscsiadm: Use libopeniscsiusr in `iscsiadm -m iface -P1`Gris Ge2018-04-131-27/+84