summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-25PSARC/2007/218 caller_context_t in all VOPsamw2-6/+65
PSARC/2007/227 VFS Feature Registration and ACL on Create PSARC/2007/244 ZFS Case-insensitive support PSARC/2007/315 Extensible Attribute Interfaces PSARC/2007/394 ls(1) new command line options '-/' and '-%': CIFS system attributes support PSARC/2007/403 Modified Access Checks for CIFS PSARC/2007/410 Add system attribute support to chmod(1) PSARC/2007/432 CIFS system attributes support for cp(1), pack(1), unpack(1), compress(1) and uncompress(1) PSARC/2007/444 Rescind SETTABLE Attribute PSARC/2007/459 CIFS system attributes support for cpio(1), pax(1), tar(1) PSARC/2007/546 Update utilities to match CIFS system attributes changes. PSARC/2007/560 ZFS sharesmb property 4890717 want append-only files 6417428 Case-insensitive file system name lookup to support CIFS 6417435 DOS attributes and additional timestamps to support for CIFS 6417442 File system quarantined and modified attributes to support an integrated Anti-Virus service 6417453 FS boolean property for rejecting/allowing invalid UTF-8 sequences in file names 6473733 RFE: Need support for open-deny modes 6473755 RFE: Need ability to reconcile oplock and delegation conflicts 6494624 sharemgr needs to support CIFS shares better 6546705 All vnode operations need to pass caller_context_t 6546706 Need VOP_SETATTR/VOP_GETATTR to support new, optional attributes 6546893 Solaris system attribute support 6550962 ZFS ACL inheritance needs to be enhanced to support Automatic Inheritance 6553589 RFE: VFS Feature Registration facility 6553770 RFE: ZFS support for ACL-on-CREATE (PSARC 2007/227) 6565581 ls(1) should support file system attributes proposed in PSARC/2007/315 6566784 NTFS streams are not copied along with the files. 6576205 cp(1), pack(1) and compress(1) should support file system attributes proposed in PSARC/2007/315 6578875 RFE: kernel interfaces for nbmand need improvement 6578883 RFE: VOP_SHRLOCK needs additional access types 6578885 chmod(1) should support file system attributes proposed in PSARC/2007/315 6578886 RFE: disallow nbmand state to change on remount 6583349 ACL parser needs to support audit/alarm ACE types 6590347 tar(1) should support filesystem attributes proposed in PSARC/2007/315 6597357 *tar* xv@ doesn't show the hidden directory even though it is restored 6597360 *tar* should re-init xattr info if openat() fails during extraction of and extended attribute 6597368 *tar* cannot restore hard linked extended attributes 6597374 *tar* doesn't display "x " when hard linked attributes are restored 6597375 *tar* extended attribute header off by one 6614861 *cpio* incorrectly archives extended system attributes with -@ 6614896 *pax* incorrectly archives extended system attributes with -@ 6615225 *tar* incorrectly archives extended system attributes with -@ 6617183 CIFS Service - PSARC 2006/715
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-10-246425096 want online 'zfs recv' (read only and read/write)ek1102371-3/+3
6597182 .zfs/snapshot code could use a little more comments
2007-09-19PSARC 2007/342 Enhanced ZFS Pool Propertieslling5-432/+690
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
2007-08-106536043 arc_byteswap_func_t and dmu_byteswap_func_t are redundantahrens2-54/+53
6577527 simplify zfs {un}allow usage message 6585775 zfs upgrade doesn't return a non-zero status when run as a normal user 6589299 boolean properties should just use PROP_TYPE_INDEX 6589310 "zfs inherit" should use its own ioctl 6589880 Cannot upgrade filesystem's version by 'zpool upgrade', but the return code is zero 6590488 property of 'version' should inherit forbidden, but the return code is zero 6590840 zfs & zpool usage messages need some cleanup
2007-08-026393351 unique_* could be improvedahrens4-378/+360
6553348 assertion failed: ab->b_flags & (1 << 3) at line 2572 of arc.c 6582408 ::arc should accept -k/-m/-g to print in kilo/mega/giga-bytes 6582438 should have generic reader-priority rwlock for spa_config locks 6582441 zfs_cmd_t should only be used to pass arguments to/from userland 6582456 property code is overdue for some spring cleaning 6588564 zpl unmount lock should use regular rwlock
2007-08-026446301 ZFS mountpoint reverted back from legacy but sharenfs property not ↵rm1605212-0/+45
honored 6506000 onnv: sharenfs & shareiscsi 'off'->'off' should not trigger mount 6579101 zfs set mountpoint has inconsistent behaviour with long path
2007-07-056509186 "zfs set" should list properties in alphabetical ordertimf1-8/+58
2007-06-29PSARC/2007/328 zfs upgradeahrens2-2/+15
6552536 'zpool status -v' doesn't work with new (type-bearing) directory entries 6559635 can not import pool whose front labels are gone 6572636 need "zfs upgrade" to change ZPL version number 6572637 store object type in directory entries. 6572648 ZPL's delete queue should not be processed if the filesystem is mounted read-only 6572650 ZFS_VERSION should be SPA_VERSION for readability
2007-06-26PSARC/2006/465 ZFS Delegated Administrationmarks5-38/+409
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-06-12PSARC 2007/197 ZFS hotplugeschrock2-3/+24
PSARC 2007/283 FMA for ZFS Phase 2 6401126 ZFS DE should verify that diagnosis is still valid before solving cases 6500545 ZFS does not handle changes in devids 6508521 zpool online should warn when it is being used incorrectly 6509807 ZFS checksum ereports are not being posted 6514712 zfs_nicenum() doesn't work with perfectly-sized buffers 6520510 media state doesn't get updated properly on device removal 6520513 ZFS should have better support for device removal 6520514 vdev state should be controlled through a single ioctl() 6520519 ZFS should diagnose faulty devices 6520947 ZFS DE should close cases which no longer apply 6521393 ZFS case timeout should be FMD_TYPE_TIME 6521624 fmd_hash_walk() can dump core when given a bad address 6521946 ZFS DE needlessly subscribes to faults 6522085 ZFS dictionary files contain spelling errors 6523185 vdev_reopen() doesn't correctly propagate state 6523555 'zpool online' should be less chatty unless something goes wrong 6527379 zpool(1M) should not try to open faulted devices 6527700 ZFS should post a sysevent when topology changes 6528194 lofi should support force unmap and DKIO_DEV_GONE 6528732 ZFS should store physical device path in addition to /dev path 6532635 ZFS keeps devices open unnecessarily 6532979 bad argument to ZFS_IOC_VDEV_ATTACH can panic system 6567983 deadlock with spa_scrub_thread() and spa_namespace_lock
2007-03-28PSARC 2007/083 ZFS bootable datasetslling1-42/+104
4929890 ZFS Boot support for the x86 platform 6479807 pools need properties 6531774 reserve bits in directory entry for file type
2007-03-226536602 add zlib compression support and upgrade to version 1.2.3ahl1-1/+11
6536606 gzip compression for ZFS 6536608 restore zmod mapfile 6536631 decompress.c should use the new gzip support in zlib --HG-- rename : usr/src/uts/common/zmod/infblock.c => deleted_files/usr/src/uts/common/zmod/infblock.c rename : usr/src/uts/common/zmod/infblock.h => deleted_files/usr/src/uts/common/zmod/infblock.h rename : usr/src/uts/common/zmod/infcodes.c => deleted_files/usr/src/uts/common/zmod/infcodes.c rename : usr/src/uts/common/zmod/infcodes.h => deleted_files/usr/src/uts/common/zmod/infcodes.h rename : usr/src/uts/common/zmod/infutil.c => deleted_files/usr/src/uts/common/zmod/infutil.c rename : usr/src/uts/common/zmod/infutil.h => deleted_files/usr/src/uts/common/zmod/infutil.h rename : deleted_files/usr/src/uts/common/zmod/mapfile => usr/src/uts/common/zmod/mapfile
2007-03-16PSARC/2007/121 zfs set copiesahrens1-0/+12
6459491 want 'zfs set copies=' to use ditto blocks for user data
2007-02-146483718 need a stable interface to get all native propertiesgw252951-46/+93
6514071 recent changes to zfs.h breaks Sun Cluster
2007-01-096488665 Invalid argument cause Abort (core dumped).pd1446161-4/+14
2007-01-086393525 vdev_reopen() should verify that it's still the same deviceeschrock1-1/+3
6414648 zfs allows overlapping devices to be added 6435943 assertion failed: spare != 0L, file: ../../common/fs/zfs/spa_misc.c 6436000 import of actively spared device returns EBUSY 6478316 nfs/server doesn't respect auto_enable setting 6483675 want a private property to return number of clones 6485728 zpool iostat should flush output periodically 6494072 A device which was set as spare disk is not detach 6497563 zfs double-spared an already-spared disk on reboot 6503724 adding spare that is in use in another pool should be allowed 6505225 zpool(1M) can give misleading error when removing active spare
2006-12-13PSARC/2006/638 noxattr ZFS propertyck1538981-0/+3
6351954 zfs missing noxattr mount flag
2006-11-15PSARC 2006/622 iSCSI/ZFS Integrationahl1-0/+5
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
2006-10-096460059 zfs destroy <snapshot> leaves behind kruftahrens1-3/+2
6463788 'zfs recv -d' fails if some ancestors already exist 6464897 assertion failed: "BP_GET_COMPRESS(bp) == compress" zio.c, line:897 6472843 panic when write to zvol snapshot 6475506 panic in dmu_recvbackup due to NULL pointer dereference 6475942 need more assertions in dnode_destroy() 6477102 recvbackup ioctl does not advance file offset 6477103 read-only properties should be passed as nvlist 6477900 want more /etc/system tunables for ZFS performance analysis 6479497 ::abuf_find is broken
2006-10-036458058 invalid snapshot error messagend1506281-1/+1
2006-09-126469385 zfs_set_prop_nvlist range checking is bustedeschrock2-9/+2
6469830 'zfs set' panics non-debug systems
2006-09-05PSARC 2006/486 ZFS canmount propertyeschrock2-121/+237
PSARC 2006/497 ZFS create time properties PSARC 2006/502 ZFS get all datasets PSARC 2006/504 ZFS user properties 6269805 properties should be set via an nvlist. 6281585 user defined properties 6349494 'zfs list' output annoying for even moderately long dataset names 6366244 'canmount' option for container-like functionality 6367103 create-time properties 6416639 RFE: provide zfs get -a 6437808 ZFS module version should match on-disk version 6454551 'zfs create -b blocksize filesystem' should fail. 6457478 unrecognized character in error message with 'zpool create -R' command 6457865 missing device name in the error message of 'zpool clear' command 6458571 zfs_ioc_set_prop() doesn't validate input 6458614 zfs ACL #defines should use prefix 6458638 get_configs() accesses bogus memory 6458678 zvol functions should be moved out of zfs_ioctl.h 6458683 zfs_cmd_t could use more cleanup 6458691 common routines to manage zfs_cmd_t nvlists 6460398 zpool import cores on zfs_prop_get 6461029 zpool status -x noexisting-pool has incorrect error message. 6461223 index translations should live with property definitions 6461424 zpool_unmount_datasets() has some busted logic 6461427 zfs_realloc() would be useful 6461757 'zpool status' can report the wrong number of persistent errors 6461784 recursive zfs_snapshot() leaks memory
2006-09-01PSARC 2006/479 zfs receive -Fnd1506281-0/+10
6421992 'zfs send -i' requires redundant input 6431818 ZFS receive should print a better error message on failure 6437472 want 'zfs recv -F' to force rollback 6438643 'zfs rename <snapshot> <snapshot>' requires redundant arguments 6446512 zfs send does not catch malformed snapshot name
2006-08-236349987 lzjb.c lived longer than expected?nd1506281-3/+4
6420135 zfs(1m) should display properties of snapshots that affect their behavior 6438947 znode_t's z_active should be removed 6453026 typo in zfs clone error message
2006-07-316368751 libzfs interface for mount/umounting all the file systems for a ↵eschrock1-1/+6
given pool 6385349 zpool import -d /dev hangs 6397052 unmounting datasets should process /etc/mnttab instead of traverse DSL 6403510 zfs remount,noatime option broken 6423412 Two spaces lines are unnecessary after 'zpool import -a' 6434054 'zfs destroy' core dumps if clone is namespace-parent of origin 6440515 namespace_reload() can leak memory on allocation faiure 6440592 nvlist_dup() should not fill in destination pointer on error 6446060 zfs get does not consistently report temporary properties 6448326 zfs(1) 'list' command crashes if hidden property createtxg is requested 6450653 get_dependents() has poor error semantics --HG-- rename : usr/src/cmd/zpool/zpool_dataset.c => deleted_files/usr/src/cmd/zpool/zpool_dataset.c
2006-06-14PSARC 2006/388 snapshot -rahrens2-8/+42
6373978 want to take lots of snapshots quickly ('zfs snapshot -r')
2006-03-176399899 change the default value of snapdir property to "hidden"lling1-4/+3
2006-01-306377671 zfs mount -a shouldn't bother checking snapshotseschrock1-4/+4
6377673 'zfs mount -a' should discover the proper mount order 6378361 'zfs share -a' needs to avoid expensive checks during boot 6378377 zfs_get_stats() is way to expensive 6378388 zfs_for_each() iterates unnecessarily
2005-12-216353528 'Short' property name should be lowercaseeschrock1-27/+30
6354002 zfs_nicenum fails if "value" is too large
2005-11-286350417 long name will cause rename a dataset paniclling2-0/+30
6348792 incorrect error message when using long name with 'zfs rename' 6351672 internal error: unexpected error 78 at line 1638 of libzfs 6355616 zfs usage message incorrect 6355617 Typos in libzfs.h
2005-11-146349703 "origin" property not set for cloned volumeslling2-17/+12
6346724 The ZFS GUI implies that compression is turned 'on' for a pool when it is actually 'off'
2005-11-096347421 Trying to set volblocksize on existing volume gives an unexpected erroreschrock1-7/+8
6347492 snapshots should not pretend to have real properties