summaryrefslogtreecommitdiff
path: root/usr/actor.c
Commit message (Expand)AuthorAgeFilesLines
* actor: enhanced: print error log when init a initilized threadWenchao Hao2022-02-081-0/+4
* actor: print thread name in logWenchao Hao2022-02-081-26/+32
* actor: add name to struct actor and init it with function nameWenchao Hao2022-02-021-3/+3
* Fix 586 compiler issues.Lee Duncan2020-01-291-2/+3
* Enabled compiler checking options, fixed issues.Lee Duncan2020-01-281-1/+1
* iscsid: make sure actor is delated before reschedulingMike Christie2015-08-251-0/+8
* Remove duplicate newlines in log messages.Lee Duncan2015-04-031-4/+4
* Add some more debug logging to actor.cAndy Grover2015-03-021-5/+19
* Fix incorrect list operation leading to out-of-order items on pend_listAndy Grover2015-03-021-1/+2
* Make running actors event-drivenAndy Grover2015-01-121-133/+131
* Remove actor_init and rename actor_new to actor_initAndy Grover2015-01-121-7/+1
* actor: Simplify actor_poll a littleAdam Jackson2015-01-121-18/+2
* actor: Unobfuscate ACTOR_MAX_LOOPSAdam Jackson2015-01-121-1/+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
* actor: Mark actor_check staticAdam Jackson2015-01-121-1/+1
* ISCSID: Fixed a race condition in the INVALID_HOST pathEddie Wai2010-10-271-7/+6
* iscsid: fix ISCSI_ERR_INVALID_HOST err handlingMike Christie2009-07-301-6/+22
* fix actor list corruptionMike Christie2007-06-301-5/+9
* fix actor diffMike Christie2007-06-251-2/+2
* fix actor 64 it compile warnings.Mike Christie2007-06-251-3/+4
* fix actor compile warnings.Mike Christie2007-06-251-2/+2
* use login timer instead of conn_contextMike Christie2007-06-231-2/+6
* use list instead of queueMike Christie2007-06-221-44/+39
* rm queue.c usageMike Christie2007-06-221-0/+5
* using uint32_t and uint64_t causes bad casting and the code to sort threads i...mnc2006-11-281-19/+23
* When the initial login or connect fails we cleanup and inform iscsiadm. There...mnc2006-07-101-0/+1
* from hannes and cleaned up and ported by mike - add iscsid sync up code. (Als...mnc2006-03-031-2/+2
* actor cleanupdmitry_yus2005-05-161-10/+23
* fixed device offline bug on recovery: reset rx state machine intodmitry_yus2005-05-161-1/+2
* git-svn-id: svn://svn.berlios.de/open-iscsi@293 d7303112-9cec-0310-bdd2-e83a9...dmitry_yus2005-05-131-7/+9
* minor actor cleanupdmitry_yus2005-04-061-29/+29
* sched renamed to actor, provider structure added, u/k work beganopen-iscsi2005-01-271-0/+251