summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs
AgeCommit message (Collapse)AuthorFilesLines
2011-12-12STOR-27 ZFS should be able to dump to a RAID-Z poolBill Pijewski1-0/+2
STOR-57 new ZFS checksum algorithm: 'noparity'
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>
2011-11-171644 add ZFS "clones" propertyMatthew Ahrens1-1/+17
1645 add ZFS "written" and "written@..." properties 1646 "zfs send" should estimate size of stream 1647 "zfs destroy" should determine space reclaimed by destroying multiple snapshots 1708 adjust size of zpool history data Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Albert Lee <trisk@opensolaris.org> Approved by: Garrett D'Amore <garret@nexenta.com>
2011-11-08backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environmentsRichard Lowe1-17/+1
2011-11-051644 add ZFS "clones" propertyMatthew Ahrens1-1/+17
1645 add ZFS "written" and "written@..." properties 1646 "zfs send" should estimate size of stream 1647 "zfs destroy" should determine space reclaimed by destroying multiple snapshots 1708 adjust size of zpool history data Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: George Wilson <gwilson@zfsmail.com> Approved by: Gordon Ross <gwr@nexenta.com>
2011-06-131092 zfs refratio propertyMatt Ahrens1-0/+4
Reviewed by: George Wilson <George.Wilson@delphix.com> Reviewed by: Adam Leventhal <Adam.Leventhal@delphix.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Reviewed by: Mark Musante <Mark.Musante@oracle.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-05-14742 Resurrect the ZFS "aclmode" propertyAlbert Lee1-7/+10
664 Umask masking "deny" ACL entries. 279 Bug in the new ACL (post-PSARC/2010/029) semantics Reviewed by: Aram Hăvărneanu <aram@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Robert Gordon <rbg@openrbg.com> Reviewed by: Mark.Maybee@oracle.com Approved by: Garrett D'Amore <garrett@nexenta.com>
2010-12-01278 get rid zfs of python and pyzfs dependenciesAlexander Stetsenko2-1/+4
Reviewed by: gordon.w.ross@gmail.com Reviewed by: trisk@opensolaris.org Reviewed by: alexander.r.eremin@gmail.com Reviewed by: jerry.jelinek@joyent.com Approved by: garrett@nexenta.com
2010-08-09PSARC 2010/306 Read-only ZFS poolsGeorge Wilson1-2/+3
6720531 ZFS should provide read-only import
2010-08-07PSARC 2010/105 zfs diffTim Haley2-4/+4
6425091 want 'zfs diff' to list files that have changed between snapshots
2010-05-036675946 'zpool status' should show the progress of resilvering for ↵Lin Ling2-4/+47
individual disk. 6683750 scrub -s have to wait until resilver completed? 6841252 Resilvering not restartable - causing an excess reboot delay 6855073 spa scrub stats (eg %done) are reset on reboot 6891824 7410 NAS head "continually resilvering" following HDD replacement 6899970 scrub/resilver percent complete reporting in zpool status can be overly optimistic 6940889 add interval (count) args to zpool list 6944623 dbuf_read_done() locking performance improvement 6946760 mutex problem in bplist_enqueue() 6391915 RFE: provide interval arg to zpool status to monitor resilvering 6946512 want zfs_send() to pass back debug info 6943992 'zpool scrub' should not restart the existing scrub silently 6878281 zpool should store the time of last scrub/resilver and other zpool status info in pool properties. 6935158 Assertion failed: used <= spa_get_dspace(dd->dd_pool->dp_spa) 6944388 dsl_dataset_snapshot_reserve_space() causes dp_write_limit=max --HG-- rename : usr/src/uts/common/fs/zfs/dsl_scrub.c => usr/src/uts/common/fs/zfs/dsl_scan.c
2010-05-03PSARC/2010/108 zil synchronicityMark J Musante1-0/+13
6280630 zil synchronicity Contributed by Robert Milkowski <milek@task.gda.pl>
2010-04-14PSARC/2010/029 Improved ACL interoperabilityMark Shellenbaum1-12/+8
6923083 ZFS/NFS/SMB ACL interoperability changes
2010-03-226931963 zfs_receive_004_neg test regression results in no reported error for ↵Tom Erickson4-121/+135
invalid incremental receive 6917437 fmd utilities (fmadm, fmstat) hang on error injection followed by fmd restart
2010-03-166716117 ZFS needs native system attribute infrastructureMark Shellenbaum3-1/+59
6516171 zpl symlinks should have their own object type
2010-03-09PSARC/2010/006 EOF of iSCSI Target DaemonJim Dunham1-3/+1
6914623 Remove iSCSI Target Daemon from ON Consolidation
2010-02-206900971 zdb rewind behavior needs to be revisitedVictor Latushkin1-7/+8
2010-01-076429996 zvols don't reserve enough space for requisite meta dataEric Taylor1-3/+3
2009-11-236904243 zpool scrub/resilver doesn't work with cross-endian ↵Matthew Ahrens1-3/+1
dedup=fletcher4,verify blocks
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-05PSARC 2009/348 Security Labels for ZFSRic Aleshire1-0/+7
6795907 Add label attribute to ZFS datasets --HG-- rename : usr/src/lib/libtsol/common/ltos.c => usr/src/common/tsol/ltos.c rename : usr/src/lib/libtsol/common/stol.c => usr/src/common/tsol/stol.c
2009-11-046897693 deduplication can only go so farGeorge Wilson1-4/+4
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick5-8/+68
6677093 zfs should have dedup capability
2009-10-30PSARC 2009/479 zpool recovery supportTim Haley2-7/+45
6667683 need a way to rollback to an uberblock from a previous txg 6885998 bad ASSERT() in traverse_zil_block()
2009-09-216399128 want tool to examine backup files (zstreamdump)Lori Alt2-0/+298
--HG-- rename : usr/src/uts/common/fs/zfs/fletcher.c => usr/src/common/zfs/zfs_fletcher.c
2009-09-176882196 resource.* events shouldn't be posted during spa_tryimport()Eric Schrock1-0/+4
6882199 resource.removed event needs to be posted much earlier 6882204 want objset as a private property 6882206 want unique available as a private property 6882227 spa_async_remove() shouldn't do a full clear
2009-08-14PSARC 2009/423 ZFS logbias propertyNeil Perrin1-0/+9
6832481 ZFS separate intent log bypass property
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby4-1/+10
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
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
2009-05-186736004 zvols need an additional property for comstar supportEric Taylor1-0/+3
6837608 zpool upgrade -V usage not correct
2009-04-18PSARC/2009/204 ZFS user/group quotas & space accountingMatthew Ahrens6-40/+47
6501037 want user/group quotas on ZFS 6830813 zfs list -t all fails assertion 6827260 assertion failed in arc_read(): hdr == pbuf->b_hdr 6815592 panic: No such hold X on refcount Y from zfs_znode_move 6759986 zfs list shows temporary %clone when doing online zfs recv
2008-11-10PSARC/2008/659 New ZFS "passthrough-x" ACL inheritance rulesMark Shellenbaum1-1/+2
6765166 Need to provide mechanism to optionally inherit ACE_EXECUTE
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
2008-08-22PSARC/2008/518 ZFS space accounting enhancementsMatthew Ahrens1-2/+9
6730799 want snapused property 6738349 zfs promote fails without enough space
2008-07-31PSARC 2008/393 zfs primarycache and secondarycache propertiesek1102371-0/+15
6429855 Need a way to tell ZFS that caching is a lost cause 6652525 want to limit L2ARC to only cache particular datasets, and only metadata
2008-05-226695219 Running 'zfs get all' on a snapshot should not display the user ↵gw252951-3/+22
properties (missing file)
2008-05-226695219 Running 'zfs get all' on a snapshot should not display the user ↵gw252952-3/+3
properties
2008-05-166700649 zfs_ctldir snapshot creation issues with CIFS clientsmarks1-2/+2
2008-05-146625086 changing cachefile doesn't remove old cache on last usereschrock1-0/+2
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-04-09PSARC/2008/231 New ZFS "passthrough" ACL inheritance rulesmarks1-4/+5
6538405 ZFS needs mechanism to bypass file creation mode
2008-03-07PSARC 2008/168 Support for ZFS property value canmount=noautohs241031-5/+11
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-02-116576659 zfs allow should list delegatable permsmarks2-20/+46
2008-01-256575965 panic/thread=2a1016b5ca0: BAD TRAP: type=9 rp=1858500 addr=0 ↵perrin2-0/+109
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed
2008-01-22backout 6575965/6600361: needs more workdm1207692-109/+0
--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-0/+109
mmu_fsr=0, really, truly out of space 6600361 some kcondvars in the ZIL aren't being init'd/destroyed
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-11-206622831 normalization properties are not preserved by "zfs send"timh1-7/+12
6625194 delegate 'clone' privilege broken 6626152 zfs should initialize the fuid lock it uses Contributed by Pawel Dawidek --HG-- rename : usr/src/uts/common/fs/zfs/sys/zfs_i18n.h => deleted_files/usr/src/uts/common/fs/zfs/sys/zfs_i18n.h
2007-10-29PSARC 2007/555 zfs fs-only quotas and reservationsck1538981-0/+5
6431277 want filesystem-only quotas 6483677 need immediate reservation
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-266621890 shouldn't be able to create a pool with '%' in its nameek1102371-3/+6