summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs
AgeCommit message (Collapse)AuthorFilesLines
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
2008-02-116580270 'zdb [-C|-L] <pool'> can't open alternate root poolsck1538982-26/+47
6657291 zdb -e is not correctly documented 6657293 zdb -U should take a path
2008-02-116576659 zfs allow should list delegatable permsmarks3-1/+121
2008-02-056654731 sharesmb property should only be settable on CIFS aware ZPLmarks1-2/+2
2008-01-316558321 zfs_share_nfs() fails the second time throughdougm2-8/+77
2008-01-256575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵perrin1-4/+4
mmu_fsr=0, really, truly out of space (fix lint)
2008-01-256575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵perrin2-3/+5
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed
2008-01-236627877 zfs receive coredump with invalid destination nameahl1-48/+93
6649386 memory leaks and bad failure handling in zfs send/receive
2008-01-22backout 6575965/6600361: needs more workdm1207692-5/+3
--HG-- rename : usr/src/common/zfs/zfs_util.c => deleted_files/usr/src/common/zfs/zfs_util.c rename : usr/src/common/zfs/zfs_util.h => deleted_files/usr/src/common/zfs/zfs_util.h
2008-01-226575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵perrin2-3/+5
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed
2008-01-186580259 onnv ZFS panic with zfs_purgedir in zfs_dir.cck1538981-0/+3
6617656 zpool destroy should deal with newer pools
2008-01-106609780 zpool dump core when trying to destroy poolck1538981-2/+2
2008-01-036646545 Condvars in tx_cpu aren't being initialized/destroyedek1102371-2/+2
6646559 tx_holds list in dmu_tx not properly destroyed 6646646 dump_ioctl() is using zc_name instead of zc_value in the 'fromsnap' case
2007-12-226641210 zfs rollback -R fails with EBUSY if there is a clone (fix lint)ahrens1-1/+1
2007-12-22PSARC/2007/699 zfs rollback -f operativeahrens2-6/+23
6641210 zfs rollback -R fails with EBUSY if there is a clone
2007-12-186419176 'zfs rollback <volume@snap>' does not lower reservation (fix lint)rm1605211-6/+9