summaryrefslogtreecommitdiff
path: root/usr/src/lib/libiscsitgt
AgeCommit message (Collapse)AuthorFilesLines
2009-03-116794624 SCSI-3 PGR data for LUs whose backing store is a ZVOL, need to ↵Jim Dunham1-1/+2
persist data in a ZVOL attributes PSARC/2009/168 iSCSI Target PGR directory for ZVOLs
2009-02-106798660 Cadmium .NOT file processing problem with CWD relative file pathsAli Bahrami1-2/+14
Contributed by Richard Lowe 6785284 Mapfile versioning rules need to be more visible to gatelings 6800164 Standard file exclusion mechanism needed for Cadmium tools
2008-11-046758578 iscsitgtd fails to properly store and retrieve tpgt's IP addressesCharles Ting1-2/+1
2008-09-026735511 iscsitgt core file produced when setting RADIUS server and secretSatish V1-3/+6
2008-07-076718269 single target with dual luns does not work with VMWare ESXzl1490531-0/+3
6721787 iscsitgtd should use IEEE company id to compose guid 6722522 cannot correctly discover zvol iscsi targets with vmware esx iscsi initiator (2)
2008-06-206711732 iSCSI target needs to pass state info on iSNS server connection ↵htk1-0/+1
explicitly.
2008-06-036613127 iscsitadm show stats -? claims verbose parameter but is unsupportedpc1982681-0/+4
6644618 iscsitgtd does not allow setting of empty CHAP names or passwords
2008-06-026626684 a ':' character is included in the target name crashes the iscsi daemonzl1490531-2/+39
6671131 iscsitgtd segfaults and takes enormous amounts of memory if ampersand given as option
2008-05-156617270 SCSI device identifier (VPD page 0x83 type 8) is not per standard ↵ts1432241-1/+0
SPC-3 format 6626285 iscsitadm dumps core if the CHAP secrets is 16 char. 6665034 iSCSI bi-directional auth fails if no ACL is provided 6676380 iSCSI target is returning "0xFF" in reserved field of page 83 reply 6677970 After interruption on iSCSI target, initiators unable to connect. 6680229 ACLs are now persisted in ZFS iscsioptions, but it is not clear if they are being used 6684053 iscsitadm modify target should only change target but unsets tpgt 6692743 When multiple targets assigned to tpgt, address silently unset. 6692783 Removing tpgt from one target completely removes tpgt. 6692796 Creation of tpgt 1 renames tpgt 2 6696624 luns with acls cannot be accessed by any initiator
2008-03-256591294 exec attributes entry for iscsitadm incorrectjdunham4-91/+10
6638031 ACLs created against ZVOLs via shareiscsi=on are not persistent 6652170 iSCSI Target leaks memory in the current SCF implementation
2008-02-266647447 iscsitgtd ACLs for ZFS volume backed targets do not work in presence ↵jww2-3/+9
of global initiators 6647975 libiscsitgt leaks file descriptors 6657347 iscsitgtd should refresh iscsitgt service after saving to SCF
2007-09-27PSARC 2007/414 SCF changes for iSCSI Targetzl1490531-29/+30
6498817 the iSCSI target needs to use SMF rather than a conf file
2007-09-136415440 iSCSI target needs persistent reserve supportjdunham1-0/+1
--HG-- rename : deleted_files/usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.c => usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.c rename : deleted_files/usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.h => usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.h rename : deleted_files/usr/src/uts/common/sys/scsi/generic/persist.h => usr/src/uts/common/sys/scsi/generic/persist.h
2007-08-20backout 6415440: breaks x86 builddm1207691-1/+0
--HG-- rename : usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.c => deleted_files/usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.c rename : usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.h => deleted_files/usr/src/cmd/iscsi/iscsitgtd/t10_spc_pr.h rename : usr/src/uts/common/sys/scsi/generic/persist.h => deleted_files/usr/src/uts/common/sys/scsi/generic/persist.h
2007-08-206415440 iSCSI target needs persistent reserve supportjdunham1-0/+1
2007-06-26PSARC/2006/465 ZFS Delegated Administrationmarks5-22/+53
PSARC/2006/577 zpool property to disable delegation PSARC/2006/625 Enhancements to zpool history PSARC/2007/228 ZFS delegation amendments PSARC/2007/295 ZFS Delegated Administration Addendum 6280676 restore "owner" property 6349470 investigate non-root restore/backup 6572465 'zpool set bootfs=...' records history as 'zfs set bootfs=...'
2007-05-29PSARC 2007/175 iSCSI Target iSNSts1432241-0/+1
6415430 iSCSI target needs iSNS client support
2007-02-026481583 handle_noop_cmd() can leak memorymcneal3-36/+118
6518141 Target needs to support ZFS delegation work
2007-01-316519567 CLI needs better checking to see if daemon is onlinemcneal1-3/+23
2006-12-196495328 daemon should use msync on mmap'd filesmcneal2-1/+10
6496416 iscsitadm modify admin -d <basedir> will report error if there are targets created by zvol directly 6496424 targets can not be seen if created by zvol with shareiscsi property 6499244 libiscsitgt leaks like a sieve 6505266 SUNWiscsitgtu doesn't correctly disable target during package removal
2006-12-126491077 daemon should use umem_cache_create and friends for speedier ↵mcneal1-0/+1
allocations. 6495061 Target fails to set R2TSN value in iSCSI R2T command packet 6495070 MODE SENSE cache page code is missing in action 6498059 Need to add support for optional INQUIRY pages 0x80 and 0x86
2006-11-15PSARC 2006/622 iSCSI/ZFS Integrationahl14-0/+2376
6484731 zfs import only mounts and shares the first layer of hierarchy 6493750 zfs and iSCSI do not work togetherly correctly 6494075 destroying a pool shouldn't touch the DSL --HG-- rename : usr/src/cmd/iscsi/common/iscsi_door.h => deleted_files/usr/src/cmd/iscsi/common/iscsi_door.h rename : usr/src/cmd/iscsi/common/local_types.h => deleted_files/usr/src/cmd/iscsi/common/local_types.h rename : usr/src/cmd/iscsi/common/xml.h => usr/src/lib/libiscsitgt/common/iscsitgt_impl.h rename : usr/src/cmd/iscsi/common/xml.c => usr/src/lib/libiscsitgt/common/xml.c