summaryrefslogtreecommitdiff
path: root/usr/mgmt_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* This patch decouples the initiator name from iscsid. This is needed forMike Christie2007-07-251-1/+2
* rm extra includesMike Christie2007-06-231-10/+2
* Create plumbing for new iSNS notification callsokir@lst.de2007-06-181-2/+127
* Extend the mgmt IPC interface to allow variable-length payloadokir@lst.de2007-06-181-9/+60
* mgmt_ipc_getstat should use session_find_by_sidokir@lst.de2007-06-181-22/+14
* Ignore client's address when accepting mgmt connectionokir@lst.de2007-06-181-4/+1
* Introduce array of MGMT IPC handler functionsokir@lst.de2007-06-181-51/+32
* Unify API of mgmt_ipc function handlersokir@lst.de2007-06-181-51/+78
* Make mgmt_ipc_handle use qtask->reqokir@lst.de2007-06-181-20/+20
* Make mgmt_ipc_handle use qtask->rspokir@lst.de2007-06-181-31/+33
* In mgmt_ipc_write_rsp, always free the queue_taskMike Christie2007-06-181-3/+14
* Remove open-coded copy of mgmt_ipc_write_rspokir@lst.de2007-06-181-7/+4
* Clean up mgmt_ipc_handle return valueokir@lst.de2007-06-181-13/+5
* Use global variable to signal end of event loopokir@lst.de2007-06-181-4/+6
* For security reasons, iscsid makes sure only the root user can talk to it by ...mnc2007-06-121-2/+1
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-1/+7
* fix lots of leaksmnc2007-05-051-5/+3
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-0/+8
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-12/+4
* from tomo: add basic isns supportmnc2007-01-271-2/+38
* zero is a valid file descriptor.mnc2007-01-091-2/+2
* add -m session --info commandmnc2006-11-221-0/+26
* if multiple transports are loaded we try to sync sessions multple times due t...mnc2006-09-061-7/+13
* check for running sessions before logging inmnc2006-08-291-1/+1
* rm active list limitation by using sysfs instead of iscsidmnc2006-08-281-25/+0
* correct error messagemnc2006-08-281-1/+1
* 1. rm db and replace with text files in the iscsid.conf format (tools will ge...mnc2006-08-231-70/+26
* from patmans@us.ibm.com: Add a MGMT_IPC_SESSION_SYNC for the sync sessions/re...mnc2006-04-271-0/+16
* from patmans@us.ibm.com: Add and a use a reaper function instead of current r...mnc2006-04-271-0/+29
* from patmans@us.ibm.com: the atexit usage is causing problems due to the iscs...mnc2006-04-021-1/+0
* cleanup timers on destroy/cleanup also remove pdu timer when pdu send failsmnc2006-03-091-0/+1
* from hannes and cleaned up and ported by mike - add iscsid sync up code. (Als...mnc2006-03-031-2/+0
* don't log in multiple sessions for the same recidmnc2006-03-031-0/+8
* add iscsistart program to be used for situations like iscsi rootmnc2006-03-031-24/+71
* from hare@suse.de: This patch removes the handles for kernel-userspace commun...mnc2006-02-131-1/+2
* Hannes Reinecke: this patch fixes a leftover from the move to variable fileaaizman2005-11-031-1/+1
* Alex Nezhinsky: multi-provider(could be TCP/IP, RDMA, TOE, something else...)...dmitry_yus2005-09-281-24/+30
* Hannes Reinecke:dmitry_yus2005-08-211-0/+36
* gcc4 compilation warning fixesdmitry_yus2005-05-261-1/+2
* Mike: remove the ISCSI_TRANSPORT_MAX limitation from the kernel using sysfsdmitry_yus2005-05-261-1/+0
* Mike: big snx to session, cnx to conn renaming!dmitry_yus2005-05-061-1/+1
* SNMP and Extended statistics implementeddmitry_yus2005-05-041-0/+35
* Linux compilation fix (after freebsd commit)dmitry_yus2005-05-021-1/+1
* initial freebsd user-space supportdmitry_yus2005-05-021-11/+92
* kernel ipc cleanup. added and implemented iscsi_ipc callback structuredmitry_yus2005-04-091-0/+246