summaryrefslogtreecommitdiff
path: root/usr/src/common/zfs
AgeCommit message (Collapse)AuthorFilesLines
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
2005-11-07commentseschrock1-29/+102
2005-11-046345023 /dev/zfs fails to open once ZFS module is unloadedbonwick1-1/+2
6345214 zfs IO buffers shouldn't get KMF_ flags on debug kernels
2005-10-31PSARC 2002/240 ZFSahrens4-0/+645
6338653 Integrate ZFS PSARC 2004/652 - DKIOCFLUSH 5096886 Write caching disks need mechanism to flush cache to physical media