summaryrefslogtreecommitdiff
path: root/usr
Commit message (Expand)AuthorAgeFilesLines
* iscsiuio must be present to use hardware offload for bnx2{,x}Andrew Patterson2017-06-021-0/+17
* iscsid: Add qedi ping transport hookNilesh Javili2017-04-271-0/+1
* Fix coredump when printing session info.Lee Duncan2017-04-221-2/+1
* Fix manual LUN scans featureGorka Eguileor2017-03-172-7/+8
* Merge pull request #40 from Akrog/feature/autoscan_enChris Leech2017-03-0711-8/+33
|\
| * Allow disabling auto LUN scansGorka Eguileor2017-02-2111-8/+33
* | fix timeout setting on discoverydb commandsChris Leech2017-02-212-0/+3
* | iscsid: Changes to support the new qedi transportNilesh Javali2017-02-143-1/+15
|/
* Make event_loop_stop volatile for safer accessLee Duncan2016-12-021-1/+1
* iscsid: treat SIGTERM like "iscsiadm -k 0"Lee Duncan2016-11-231-2/+1
* Use timeout when waiting for responses from iscsidHannes Reinecke2016-11-2311-41/+82
* Prepare to tag release 2.0.874Chris Leech2016-09-291-1/+1
* Additional spelling fixesChristian Seiler2016-09-183-4/+4
* Spelling fixesVille Skyttä2016-09-189-20/+20
* remove sysfs attr_listChris Leech2016-04-123-48/+19
* iscsid: make safe_logut session checks apply for flashnode sessionChris Leech2016-04-127-199/+265
* iscsid: safe_logout fix device path canonicalization by using libmount cacheChris Leech2016-04-121-2/+7
* iscsistart: support booting over a VLANChris Leech2016-04-121-3/+75
* iscsiadm: fix parallel rescan handling of exit codesChris Leech2016-04-122-3/+18
* iscsi_tcp set SO_LINGER to abort connection for error handlingChris Leech2016-04-121-0/+15
* Build system: sort object file listsChristian Seiler2016-04-121-2/+2
* make use of all 24 bits of ISID qualifier spaceChris Leech2016-02-012-2/+6
* iscsiadm: let ping be tried after iface config is initializedAdheer Chandravanshi2015-12-282-3/+3
* iscsid: Changes to support ping through iscsiuioAdheer Chandravanshi2015-12-287-11/+113
* iscsid: fix iscsi_host_set_net_params return codeMike Christie2015-08-251-4/+4
* iscsid/iscsiuio: remove uio pollMike Christie2015-08-252-107/+10
* iscsid: make sure actor is delated before reschedulingMike Christie2015-08-253-6/+13
* Use system-wide open-isns, not internal version.Lee Duncan2015-08-244-12/+11
* fix typoKamalneet Singh2015-08-041-1/+1
* Spelling and escaping error fixes.Ritesh Raj Sarraf2015-06-053-3/+3
* buildsys: respect CFLAGS and LDFLAGS from the outsideChristian Seiler2015-06-051-5/+5
* Remove duplicate newlines in log messages.Lee Duncan2015-04-0323-251/+252
* iscsid: don't re-read config file for every session logoutChris Leech2015-03-023-5/+8
* iscsid safe session logoutChris Leech2015-03-024-2/+245
* Add some more debug logging to actor.cAndy Grover2015-03-021-5/+19
* Prevent spinning over poll() when reconnecting to an inaccessible targetAndy Grover2015-03-021-5/+4
* Fix incorrect list operation leading to out-of-order items on pend_listAndy Grover2015-03-021-1/+2
* iscsid: fix order of setting uid/gid and drop supplementary groupsChris Leech2015-01-161-4/+19
* guard against NULL ptr during discovery from unexpected eventChris Leech2015-01-161-0/+4
* Allow setting host params to return EAGAIN errors.Lee Duncan2015-01-121-2/+3
* Supply strings for newly-added error numbersLee Duncan2015-01-121-0/+2
* fix regression in iscsi_tcp iface bindingChris Leech2015-01-123-14/+23
* Wake up to reap childrenAndy Grover2015-01-121-3/+5
* Make running actors event-drivenAndy Grover2015-01-125-156/+184
* Remove actor_init and rename actor_new to actor_initAndy Grover2015-01-125-17/+9
* actor: Simplify actor_poll a littleAdam Jackson2015-01-121-18/+2
* actor: Unobfuscate ACTOR_MAX_LOOPSAdam Jackson2015-01-122-2/+1
* actor: Remove ACTOR_TICKS_10MS()Adam Jackson2015-01-121-3/+1
* actor: s/ACTOR_TICKS/actor_jiffies/Adam Jackson2015-01-121-4/+3
* actor: simplify actor_checkAdam Jackson2015-01-121-11/+4