summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs
AgeCommit message (Collapse)AuthorFilesLines
2009-03-24PSARC/2008/760 Boot configuration ServiceSherry Moore2-56/+101
PSARC/2009/091 Reboot to firmware PSARC/2009/092 libgrubmgmt - library for GRUB menu management 6768468 Introducing svc:/system/boot-config service 6775160 reboot -f ignores active BE and resets zfs pool bootfs property 6760845 Add checksum verification when loading the new kernel and boot archive for fast reboot 6815215 quiesce_active should be added to MUTEX_NOT_HELD()
2009-02-176800942 smb_session_create() incorrectly stores IP addressesAlan Wright4-4/+102
6582163 Access Control List (ACL) for shares 6804954 smb_search - shortname field should be space padded following the NULL terminator 6800184 Panic at smb_oplock_conflict+0x35()
2009-02-136790687 libzfs mnttab caching ignores external changesEric Taylor5-4/+33
6791101 memory leak from libzfs_mnttab_init
2009-02-136773366 "zfs list" memory consumption can be further reducedSanjeev Bagewadi4-2/+33
2009-02-106798660 Cadmium .NOT file processing problem with CWD relative file pathsAli Bahrami1-1/+15
Contributed by Richard Lowe 6785284 Mapfile versioning rules need to be more visible to gatelings 6800164 Standard file exclusion mechanism needed for Cadmium tools
2009-01-206794452 zfs receive can't restore a root poolLori Alt2-3/+6
2009-01-136748561 core dump when zfs_alloc() fails and libzfs_printerr == 0David Pacheco1-4/+6
6757075 zfs_receive temporarily changes properties that haven't changed in the stream
2009-01-126788830 set large value to reservation cause core dumpEric Schrock1-7/+31
6791064 want sysevents for ZFS scrub 6791066 need to be able to set cachefile on faulted pools 6791071 zpool_do_import() should not enable datasets on faulted pools 6792134 getting multiple properties on a faulted pool leads to confusion
2008-12-116739553 libzfs_status msgid table is out of syncEric Schrock2-4/+9
6784104 libzfs unfairly rejects numerical values greater than 2^63 6784108 zfs_realloc() should not free original memory on failure
2008-12-046674216 "zfs share" doesn't work, but "zfs set sharenfs=on" doesMark J Musante2-4/+12
6621164 $SRC/cmd/zfs/zfs_main.c seems to have a syntax error in the translation note 6635482 i18n problems in libzfs_dataset.c and zfs_main.c 6595194 "zfs get" VALUE column is as wide as NAME 6722991 vdev_disk.c: error checking for ddi_pathname_to_dev_t() must test for NODEV 6396518 ASSERT strings shouldn't be pre-processed
2008-11-256572357 libzfs should do more to avoid mnttab lookupsEric Taylor4-116/+307
6572376 zfs_iter_filesystems and zfs_iter_snapshots get objset stats twice
2008-11-246775357 ZFS should have a way to export a pool without touching anythingGeorge Wilson3-1/+16
2008-11-116769612 zpool_import() will continue to write to cachefile even if altroot ↵George Wilson1-1/+3
is set
2008-10-286740164 zpool attach can create an illegal root poolGeorge Wilson1-4/+66
2008-09-296754011 SPA 3.0: lock breakup, i/o pipeline refactoring, device failure handlingJeff Bonwick1-38/+9
6667208 zfs/zpool commands on failed pool should not hang 6430480 grabbing config lock as writer during I/O load can take excessively long
2008-09-22PSARC 2008/382 Fast RebootSherry Moore3-0/+92
6714038 Fast Reboot support for x86 platforms
2008-09-10PSARC 2008/469 Excluding snapshot info from 'zfs list'Rich Morris3-2/+8
6734916 zfs list should omit snapshots by default 6734907 zfs list -t all would be useful once snapshots are omitted by default
2008-09-086739303 Setting canmount=noauto should not require unmounting and remounting ↵Mark J Musante1-6/+10
a dataset
2008-08-22PSARC/2008/518 ZFS space accounting enhancementsMatthew Ahrens2-51/+83
6730799 want snapused property 6738349 zfs promote fails without enough space
2008-08-186678308 zfs receive dumps core when -n is used, fails on replication streamTim Haley5-41/+92
2008-08-156736545 cut and paste error in zpool_standard_error_fmt() trashes errorEric Schrock1-3/+1
2008-08-136713886 hot spares of mirrored log devices should not be allowedEric Schrock2-26/+45
2008-08-076667976 support booting up a snapshot root dataset (fix lint)Eric Taylor1-1/+1
2008-08-076667976 support booting up a snapshot root datasetEric Taylor2-6/+2
6731594 grub should check the pool's version
2008-08-04PSARC 2008/486 Intent log replay failure handlingperrin3-3/+26
6707530 log device failure needs some work
2008-08-016701797 want user properties on snapshots (fix lint)ahrens1-2/+2
2008-08-01PSARC/2008/483 ZFS clone -oahrens3-18/+80
PSARC/2008/484 ZFS snapshot properties 6613766 create-time properties for clones 6701797 want user properties on snapshots
2008-07-296721908 A hot spare "in use" in an exported zpool, is stolen when a disk ↵lling3-6/+27
fails in an imported pool.
2008-07-24PSARC 2008/223 Pool root file system properties via zpool(1M)timh3-21/+54
6647661 "set once" / "create time only" properties can't be set for pool level dataset
2008-07-076719384 nvlist_lookup_uint64(config, "pool_guid", &this_guid) == 0, file ↵ck1538981-3/+4
../common/libzfs_import.c,
2008-07-076721094 Setting certain properties on root pools should not be allowedgw252954-18/+96
2008-07-046721901 uninitialized variable in zfs_fm_recv() can confuse diagnosiseschrock1-4/+10
6721906 probe failure should be ignored during pool open 6721920 cache device failure should not trigger pool I/O failure 6722096 ZFS DE case clearing logic for vdevs is busted 6722098 ZFS DE should avoid ereports against non-leaf vdevs 6722100 replacing a hot spare with an idle spare doesn't work
2008-06-256689844 ztest fails with "zdb: can't open ztest: No such device or address"ck1538982-31/+20
2008-06-176712841 nvlist_lookup_string(config, "name", &pname) == 0, file ../com ↵ck1538981-6/+5
mon/libzfs_import.c, line 893, functi
2008-06-126539380 zfs list uses too much memoryrm1605214-21/+77
2008-06-066689452 zfs often fails to import a zpool if several zfs import commands are ↵ck1538983-9/+89
running at the same time.
2008-05-146625086 changing cachefile doesn't remove old cache on last usereschrock3-13/+5
6633599 need a mechanism to import faulted pools 6646102 hot spares are not activated when opening a pool 6646106 ZFS DE is overly complicated 6646195 ZFS DE leaks pool handles 6646618 want dataset GUIDs as a property in libzfs 6662441 L2ARC FMA support 6687745 zdb -U doesn't work with anything but pool names 6687750 ::spa_vdevs should print out cache devices 6687753 cache devices should support offline/online 6687766 ZFS should post a sysevent when config changes 6688366 bad indentation for 'casesensitivity' property in 'zfs get' help 6689223 spa_create() can leave namespace lock held if property validation fails 6690884 setting zfs_no_write_throttle panics system 6691266 zpool_read_label() needs to use pread64() 6694185 nv_priv_init() doesn't bzero structure completely 6694186 ses_plugin_dlclose is backwards 6697754 ses2 plugin crash when setting invalid property
2008-05-126668667 mountpoint is displayed incorrectly by zfs list when the mountpoint ↵gw252951-6/+18
is "/" 6699822 fs-minimal can fail if the root dataset contains a snapshot
2008-04-306616739 panic message ZFS: I/O failure (write on <unknown> is not very helpfulek1102372-5/+47
6623234 better FMA integration for 'failmode' property 6680971 blkbuf is leaked in zio_assess() on DEBUG bits for truly failed I/Os 6685865 vdev_disk_probe_io()/vdev_file_probe_io() dvd's setting is wrong
2008-04-236655375 panic loop: assertion failed: crc != 0ahrens1-2/+8
6685941 zfs_receive() should indicate non-fatal failure
2008-04-226691138 dump_filesystem() can lead to SIGSEGVahl1-14/+35
2008-04-146662212 libzfs should have a #define for VERIFY to assist backportinggw252951-0/+5
2008-04-11PSARC 2006/370 ZFS Boot Supportgw252956-4/+125
5008936 ZFS and/or zvol should support dumps 5070124 dumpadm -d /dev/... does not enforce block device requirement for savecore 6521468 ZFS Boot support Phase 2 6553503 bfu can't find 'rootdev' from /etc/vfstab on a zfs root filesystem 6574993 zfs_mountroot() may need to call clkset() to set the boot_time kstat 6633197 zvol should not permit newfs or createpool while it's in use by swap or dump 6661127 zfs_name_valid() does not support ZFS_TYPE_POOL 6684121 The changes to smf scripts for supporting canmount=noauto will cause a boot failure. --HG-- rename : usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth => deleted_files/usr/src/psm/stand/bootblks/zfs/common/debug-zfs.fth rename : usr/src/psm/stand/bootblks/zfs/common/big-zfs.fth => usr/src/psm/stand/bootblks/zfs/common/fs-zfs.fth
2008-04-086682366 zpool_find_import() is inefficient.jwadams1-20/+40
2008-03-266603209 Multiple -o options to 'zfs mount' ignore all but the last.mmusante1-7/+10
6617720 zpool_label_disk() doesn't correctly indicate failure 6676119 zfs unmount by pathname will unmount /var/run even when /var is set canmount=noauto
2008-03-07PSARC 2008/168 Support for ZFS property value canmount=noautohs241033-7/+29
6661070 need canmount=noauto option for datasets to allow mount point to be set, but no mount done 6664570 need support for zfs canmount=noauto property in smf scripts
2008-03-046667731 'zfs destroy -r|-R' cannot destroy descent or clone filesystem anymorerm1605211-18/+13
2008-02-286660651 Modifying a CIFS Resource Name causes share to become available to ↵dougm1-6/+20
CIFS clients by either name
2008-02-206598604 BAD TRAP while set property to multiple filesystemsahrens1-48/+39
6635639 recursive mutex_enter in dbuf_read() 6658356 incremental zfs receive -F does not destroy volumes that were deleted on the send side
2008-02-156609196 'zfs destroy -r' can needlessly iterate over all filesystems in poolrm1605214-56/+78
6612830 zpool import shouldn't slowly iterate over all filesystems