summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs/zpool_prop.c
AgeCommit message (Collapse)AuthorFilesLines
2011-11-151693 persistent 'comment' field for a zpoolDan McDonald1-0/+4
Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-09PSARC 2010/306 Read-only ZFS poolsGeorge Wilson1-2/+3
6720531 ZFS should provide read-only import
2010-03-226931963 zfs_receive_004_neg test regression results in no reported error for ↵Tom Erickson1-26/+29
invalid incremental receive 6917437 fmd utilities (fmadm, fmstat) hang on error injection followed by fmd restart
2009-11-196899923 vdev_offline/vdev_add deadlockJeff Bonwick1-2/+2
6900497 zdb -S could be much faster 6900898 deduped blocks should be scrubbed/resilvered exactly once
2009-11-046897693 deduplication can only go so farGeorge Wilson1-4/+4
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick1-0/+10
6677093 zfs should have dedup capability
2009-06-08PSARC 2008/353 zpool autoexpand propertyGeorge Wilson1-1/+3
6475340 when lun expands, zfs should expand too 6563887 in-place replacement allows for smaller devices 6606879 should be able to grow pool without a reboot or export/import 6844090 zfs should be able to mirror to a smaller disk
2008-09-10PSARC 2008/469 Excluding snapshot info from 'zfs list'Rich Morris1-3/+3
6734916 zfs list should omit snapshots by default 6734907 zfs list -t all would be useful once snapshots are omitted by default
2007-11-206625091 zpool cachefile property has incorrect value help messageeschrock1-1/+1
6629138 recvflags_t use of boolean_t in bitfields breaks D compiler 6631051 topo_node_walk_init() can leak memory on failure 6631059 zpool_in_use() can leak memory on failure 6631063 xmlattr_to_fmri() leaks memory on failure
2007-10-29PSARC 2007/607 ZFS cachefile propertyeschrock1-2/+2
6620436 zpool import can dump core with multiple '-o' arguments 6620452 zfs should support placing pool configuration in alternate cachefiles
2007-10-24PSARC 2007/567 zpool failmode propertygw252951-0/+12
6322646 ZFS should gracefully handle all devices failing (when writing) 6413847 vdev label write failure should be handled more gracefully 6417772 need nicer message on write failure 6417779 ZFS: I/O failure (write on ...) -- need to reallocate writes 6467927 Node gets into a panic loop when devices are fenced off 6565042 ZFS should gracefully handle all devices failing (when reading) 6596239 Stop issuing IOs to a vdev that is going to be removed
2007-09-19PSARC 2007/342 Enhanced ZFS Pool Propertieslling1-0/+174
PSARC 2007/482 zpool upgrade -V 6565437 zpool property extensions 6561384 want 'zpool upgrade -V <version>' to upgrade to specific version number 6582755 zfs.h has some incorrect version macros 6595601 libzfs headers declare functions which don't exist 6603938 libzfs is using VERIFY() again 6538984 duplicated messages when get pool properties from an unsupported pool version