summaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* iscsid/iscsiuio: fix OOM adjustment (#377)Lee Duncan2022-10-142-21/+28
* Use meson as the main build system (#365)Lee Duncan2022-09-212-0/+62
* Small bug fixes (#364)Lee Duncan2022-09-063-4/+10
* Cleanup fwparam makefile (#360)Lee Duncan2022-08-131-2/+0
* Fix a possible passing null pointer in usr/iface.c (#356)shugaley2022-07-281-3/+5
* Merge pull request #342 from wenchao-hao/iface_paramLee Duncan2022-05-201-0/+1
|\
| * iscsiadm: enable specify iface name-value parameters when creating ifaceWenchao Hao2022-04-141-0/+1
* | Use config for iscsistart and iscsiadm fw loginEric Mackay2022-05-183-28/+68
* | Add ability for MGMT IPC to check UID onlyEric Mackay2022-05-168-26/+83
* | Add a 'distclean' Makefile top-level targetLee Duncan2022-05-091-0/+4
* | Merge pull request #343 from mikechristie/fix-logoutLee Duncan2022-05-071-7/+8
|\ \
| * | iscsid: fix logout pdu send failure handlingfix-logoutMike Christie2022-04-201-7/+8
| |/
* | Preparing for version 2.1.7.Lee Duncan2022-05-061-1/+1
|/
* Make fwparam_ibft build more reliable.Lee Duncan2022-04-132-1/+23
* Merge pull request #333 from thesamesam/masterLee Duncan2022-04-102-4/+4
|\
| * Makefiles: don't hardcode sed, pkg-configSam James2022-04-061-1/+1
| * Makefiles: respect $(CC) fully (don't hardcode GCC); use $(RM)Sam James2022-04-062-3/+3
* | Build: add libsystemd CFLAGS for building objectsLee Duncan2022-04-041-0/+1
|/
* Fix gcc issues with unused params in fwparamLee Duncan2022-04-022-7/+18
* Remove unused fwparam_ibft.[ch] files in fwparam_ibft.Lee Duncan2022-03-313-654/+5
* Build: cleanup usr Makefile: remove obj files on "clean"Lee Duncan2022-03-311-3/+8
* Add a README for fwparam_ibft subdirectory.Lee Duncan2022-03-311-0/+23
* Build: Cleanup fwparam_ibft and sysdeps subdirs.Lee Duncan2022-03-3116-10/+7102
* Make DB and ISCSIHOME directories configurable.Lee Duncan2022-03-257-21/+32
* Clean up the usage info for iscsidLee Duncan2022-03-231-9/+9
* Merge pull request #324 from gonzoleeman/cleanup_build_system_and_templatesLee Duncan2022-03-231-1/+17
|\
| * Clean up Makefile build system.Lee Duncan2022-03-201-1/+17
* | Allow name/value args for firmware logins.Lee Duncan2022-03-161-9/+68
|/
* initiator:print failure reason of iscsi_send_logout() if failedWenchao Hao2022-03-041-3/+8
* initiator: return ENOMEM if failed to get ev_context in iscsi_send_logout()Wenchao Hao2022-03-041-4/+20
* Merge pull request #303 from wenchao-hao/conn_logChris Leech2022-02-253-99/+142
|\
| * mgmt: print connection info when write qtask response failedWenchao Hao2022-02-251-2/+6
| * Make session and connect log readable and helpful to locate problemWenchao Hao2022-02-251-97/+95
| * Add conn_xxx() macros to print connection info in more detailsWenchao Hao2022-02-251-0/+41
* | Fix minor error string typosscaleoutSean2022-02-221-3/+3
* | Preparing for version 2.1.6Lee Duncan2022-02-141-1/+1
|/
* Merge pull request #300 from wenchao-hao/actor_logChris Leech2022-02-084-36/+61
|\
| * initiator_common: make set operational parameter log easy to readWenchao Hao2022-02-081-4/+2
| * actor: enhanced: print error log when init a initilized threadWenchao Hao2022-02-081-0/+4
| * actor: print thread name in logWenchao Hao2022-02-082-27/+34
| * actor: add name to struct actor and init it with function nameWenchao Hao2022-02-022-5/+21
* | iscsid: Check session id before start sync a threadWenchao Hao2022-02-082-0/+7
|/
* Fix more issues discovered by gcc12Lee Duncan2022-01-262-3/+3
* Fix issues discovered by gcc12Lee Duncan2022-01-252-11/+10
* iscsi_err: Add iscsid request timed out error messagesWenchao Hao2022-01-101-0/+1
* iscsid: add error code for req timeoutsiscsistart-fixesMike Christie2021-12-031-1/+1
* iscsid: use infinite timeout if passed inMike Christie2021-12-031-7/+0
* iscsistart: fix login timeout handlingMike Christie2021-12-031-16/+8
* iscsiadm: Call log_init() first to fix a segmentation faultWenchao Hao2021-11-191-2/+3
* iscsi sysfs: check state before onlining devschk-stateMike Christie2021-11-051-1/+24