summaryrefslogtreecommitdiff
path: root/usr/iscsi_sysfs.h
Commit message (Expand)AuthorAgeFilesLines
* iscsid: Poll timeout value to 1 minute for iscsidGulam Mohamed2020-11-171-0/+1
* Use sd_notify() to tell systemd when iscsid is ready.Lee Duncan2018-10-161-0/+1
* Fix manual LUN scans featureGorka Eguileor2017-03-171-1/+1
* Allow disabling auto LUN scansGorka Eguileor2017-02-211-1/+1
* [PATCH] Make rescan run in parallelMike Christie2013-07-291-1/+2
* From: Adheer Chandravanshi <adheer.chandravanshi@qlogic.com>Mike Christie2013-05-281-0/+17
* iscsi tools: check for loaded module before loadingMike Christie2012-03-221-0/+1
* iscsi tools: remove class version checkMike Christie2012-03-221-1/+0
* iscsid: don't sync qla4xxx flash sessionsMike Christie2011-11-011-0/+1
* iscsi tools: manage qla4xxx iscsi sessions with iscsiadmLalit Chandivade2011-08-141-0/+1
* iscsiadm: print kernel iface infoMike Christie2011-08-141-0/+4
* iscsi tools: fix bnx2i boot due to MAC mismatchMike Christie2011-04-181-0/+1
* iscsiadm: add host modeMike Christie2009-05-101-5/+2
* iscsid: set queue depthMike Christie2009-04-121-0/+2
* iscsiadm: print session and session info running through ifaces in iface modeMike Christie2008-12-051-21/+10
* iscsiadm: fix output orderingMike Christie2008-11-261-1/+0
* ibft: add support to use iscsi_ibft module and log into all portals found in ...Mike Christie2008-11-261-1/+1
* Fix sysfs handling of block:sdX and scsi bus changesMike Christie2008-05-311-30/+34
* Revert Release-transport-entry-when-the-transport-is-unload.patchMike Christie2008-05-191-1/+0
* Release transport entry when the transport is unloadedMike Christie2008-04-261-0/+1
* break up iface code and add default iser, tcp/default and bnx2i ifacesMike Christie2008-04-201-0/+4
* rm num_transports from sysfs header.Mike Christie2008-04-201-1/+0
* add ifacename support toolsMike Christie2008-04-201-1/+0
* Fix connection cleanup when iscsid is restarted.Mike Christie2008-02-211-0/+1
* uclibc supportMike Christie2008-02-201-0/+1
* iscsid: fix log closing on startup errorsMike Christie2007-12-201-1/+1
* print kernel session stateMike Christie2007-12-121-0/+1
* mv session and host info to iscsi_sysfs.hMike Christie2007-08-271-0/+21
* Have iscsiadm --rescan pick up device size changes.Mike Christie2007-07-301-0/+1
* use list instead of queueMike Christie2007-06-221-1/+0
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-2/+1
* print local addressmnc2007-05-051-1/+1
* print both current and original portal addrmnc2007-05-051-5/+3
* fix lots of leaksmnc2007-05-051-0/+1
* add host mode which only prints host info in a flat layout. TODO: print sessi...mnc2007-04-241-3/+6
* Rename iface.name to iface.hwaddress and make transport name part of the ifac...mnc2007-04-241-2/+2
* use kernel list functions in almost all places (not queue.c yet), and fix som...mnc2007-04-241-7/+6
* With qla4xxx and braodcom we will want to be able to match the the drivers as...mnc2007-04-241-3/+5
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-0/+2
* for BIOS/OF or partial offload root boot we will want to be able to manage a ...mnc2007-04-241-0/+6
* add the ability to control which hw resources a session or iscsiadm op is bou...mnc2007-04-241-2/+3
* forgot patch to display device and host state when --info patch was mergedmnc2006-11-251-0/+4
* --info fixes and review comments: support qla4xxx with the --info command and...mnc2006-11-221-3/+4
* add -m session --info commandmnc2006-11-221-0/+23
* add -m session --rescan commandmnc2006-11-221-0/+1
* fix shutdown. This fixes the problem where iscsid had 256 hardcoded in the de...mnc2006-10-311-2/+4
* move sysfs access to iscsi_sysfs.c/hmnc2006-09-061-3/+8
* if multiple transports are loaded we try to sync sessions multple times due t...mnc2006-09-061-0/+26