summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs
AgeCommit message (Collapse)AuthorFilesLines
2010-04-126916981 zfs recv needs better messaging when quota exceededJohn Harres1-0/+5
2010-04-046940770 panic in sa_find_idx_tab() after receiving into pool when version ↵Mark Shellenbaum2-8/+13
shouldn't have allowed it
2010-03-226931963 zfs_receive_004_neg test regression results in no reported error for ↵Tom Erickson1-2/+9
invalid incremental receive 6917437 fmd utilities (fmadm, fmstat) hang on error injection followed by fmd restart
2010-03-20PSARC/2009/534 SMB/CIFS Standalone DFSafshin salek ardakani - Sun Microsystems - Irvine United States1-1/+3
PSARC/2010/052 idmap flush 6711751 SMB/CIFS Distributed File System (DFS) 6650858 cache flush sub-command could be useful 6916379 share modes should be checked for directories as well as files 6906874 Automatic primary group mapping based on user mapping 6879236 No error report when ad-container refers to nonexistent container 6919087 Intermittent smbd crash during share access 6853811 Kerberized applications fail even after a successful domain join via smbadm 6907640 Current algorithm of anonymous authentication is not correct 6888813 SMB/CIFS support for ZFS user and group quotas 6921142 Guest issues with idmap rule and with workgroup mode 6924843 smb_sam_lookup_sid() leaks memory 6919600 Unable to delete ACE from ACL on a share 6915463 smb_nic interface needs LOG_ERR syslog entries and proper return codes 6926137 WritePrinter requires multi-fragment NDR RPC support 6926211 smbd could report clock skew 6925697 Quota usage does not decrease after deleting files from Mac Snow Leopard 10.6 6849962 smbadm show cannot display all groups with error 'cannot obtain a SID' 6926265 SMB watch tree change notification 6811424 must restart smb/server when idmapd restarts 6927745 Consolidate file system query/set information handlers 6924281 SMB_WRITE_RAW_COM doesn't work. 6925618 idmap show -v gets type of UNIX ID wrong in "Rule" output 6807651 rule changes do not flush cache 6928550 libsmbrdr doesn't cleanup stale sessions 6861058 MMC: Error message printed on log entries 6817392 smbd will not exit 6931027 core file due to NULL zpool handle in zfs_open() --HG-- rename : usr/src/common/smbsrv/smb_common_door_decode.c => usr/src/common/smbsrv/smb_door_legacy.c rename : usr/src/common/smbsrv/smb_xdr_utils.c => usr/src/common/smbsrv/smb_xdr.c rename : usr/src/lib/smbsrv/libmlsvc/common/mlsvc_wkssvc.c => usr/src/lib/smbsrv/libmlsvc/common/wkssvc_svc.c rename : usr/src/uts/common/fs/smbsrv/smb_trans2_query_fs_information.c => usr/src/uts/common/fs/smbsrv/smb_fsinfo.c rename : usr/src/uts/common/fs/smbsrv/smb_kdoor_clnt.c => usr/src/uts/common/fs/smbsrv/smb_kdoor.c rename : usr/src/uts/common/fs/smbsrv/smb_util.c => usr/src/uts/common/fs/smbsrv/smb_kutil.c rename : usr/src/uts/common/smbsrv/smb_common_door.h => usr/src/uts/common/smbsrv/smb_door.h
2010-03-166716117 ZFS needs native system attribute infrastructureMark Shellenbaum3-2/+31
6516171 zpl symlinks should have their own object type
2010-03-09PSARC/2010/006 EOF of iSCSI Target DaemonJim Dunham7-262/+16
6914623 Remove iSCSI Target Daemon from ON Consolidation
2010-03-016921421 zfs receive: recursive restore failsTom Erickson1-55/+187
6909535 zfs_receive renames full-stream datasets within incremental stream in verbose mode 6748500 zfs receive -I doesn't ignore existing intermediate snapshots
2010-02-246505339 dsl_pool_close() needs to call txg_list_destroy(&dp->dp_sync_tasks) ↵Chris Kirby5-7/+35
to be nice 6569720 zpool import -d <readonly filesystem> <pool> core dumps 6566868 'zinject -c all' should not permit by regular user 6561382 zpl version incompatability needs better error messaging 6909405 concurrent replication actions fail to destroy each others' snapshots 6794306 df.c calls libzfs_init with an argument when none is expected
2010-02-236911541 'zfs mount' coredumpSam Falkner2-0/+7
2010-02-176885979 zfs_send -R fails to send snapshots that get renamed during the ↵Chris Kirby2-5/+19
operation 6926290 zfs_hold_range() should handle fromsnap == NULL 6926291 In zfs_send(), errno can get clobbered before we use it
2010-01-196915111 zfs_iter_snapshots() can miss snapshotsChris Kirby3-15/+20
6915113 zfs_send() should use recursive snapshot holds for replication streams 6833999 3-way deadlock in dsl_dataset_hold_ref() and dsl_sync_task_group_sync() 6915353 dsl_dataset_user_release() should retry on EBUSY 6917142 zfs_iter_filesystems() can miss filesystems
2010-01-156908211 'zfs inherit -S volsize <volume>' core dumpsTom Erickson2-3/+16
6909909 memory leak in zfs_receive() 6916662 received mountpoint invalid after upgrade to zpool v22
2010-01-146698011 zfs incorrectly reports file systems as children when attempting a ↵Mark J Musante4-57/+107
rename 6730529 trying to import a pool that is already imported should have a better error message 6468151 inconsistent behaviour with volsize property 6914241 In ztest_vdev_attach_detach() the code is choosing a random leaf incorrectly 6915030 A race condition in ztest can end up causing spa_vdev_split_mirror() to offline a replacing vdev
2010-01-08PSARC 2009/663 zfs receive -eTom Erickson2-20/+18
6885138 Would like ability to specify exact receive path when receiving "zfs send -R" stream 6644648 want "zfs send -R a/b/c@snap|zfs recv d/e" to create d/e/c[/...]
2010-01-076429996 zvols don't reserve enough space for requisite meta dataEric Taylor3-0/+41
2010-01-04PSARC/2009/511 zpool splitMark J Musante4-4/+280
5097228 provide 'zpool split' to create new pool by breaking all mirrors 6880831 memory leak in zpool add 6891438 zfs_ioc_userspace_upgrade could reference uninitialised error variable 6891441 zvol_create_minor sets local variable zv but never references it 6891442 spa_import() sets local variable spa but never references it 6895446 vdevs left open after removing slogs or offlining device/file
2010-01-046911611 zfs_send()'s use of snapshot holds is still racyChris Kirby2-5/+10
2009-12-226907006 zfs over-the-wire dedup recalculates checksums unnecessarilyLori Alt1-17/+37
2009-11-226903731 need userland dedup statsGeorge Wilson3-0/+67
2009-11-196902693 Can't install Nevada 128 x86 from DVDEric Taylor1-0/+6
2009-11-176900484 default volblocksize is no longer being reported correctlyTom Erickson1-3/+3
2009-11-096899159 injection isn't trashing poolsTim Haley1-2/+2
6899160 pool recovery info sometimes not appearing
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson6-147/+406
6850025 want to preserve local properties for zfs_recv 6839260 want zfs send with properties 6855486 zfs_receive should keep trying to set properties even after some fail 6850030 snapshots on read-only dataset shouldn't affect zfs_receive
2009-11-09PSARC/2009/557 ZFS send dedupLori Alt4-60/+521
6812638 zfs send intra-stream dedup 6887817 want snapshot filtering for zfs send 6812603 zfs send can aggregate free records
2009-11-066795907 Add label attribute to ZFS datasets (fix check_rtime and lint)Ric Aleshire2-2/+2
2009-11-056815179 zpool import with a large number of LUNs is too slowEric Taylor2-29/+220
6844191 zpool import, scanning of disks should be multi-threaded
2009-11-05PSARC 2009/348 Security Labels for ZFSRic Aleshire2-1/+93
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-056893929 User/group quotas passed to "zfs create" are not properly setMatthew Ahrens1-2/+7
2009-11-056897978 zfs send should ignore unknown propertiesEric Schrock2-6/+19
6897980 zdb doesn't display correct name for TX_{CREATE,MKDIR}_ATTR 6897982 zfs_replay_create() needlessly sets 'name' for TX_MKXATTR 6897984 zdb shouldn't bother displaying name for TX_MKXATTR records
2009-11-046897693 deduplication can only go so farGeorge Wilson1-2/+2
2009-11-046896756 assertion failed: 0 == dsl_pool_user_hold(dp, ds->ds_object, htag, ↵Chris Kirby1-0/+8
&now, tx) 6897005 zfs holds broken on 32-bit i86pc
2009-11-01PSARC 2009/571 ZFS Deduplication PropertiesJeff Bonwick2-2/+9
6677093 zfs should have dedup capability
2009-10-30PSARC 2009/479 zpool recovery supportTim Haley3-3/+189
6667683 need a way to rollback to an uberblock from a previous txg 6885998 bad ASSERT() in traverse_zil_block()
2009-10-216893087 removing and inserting a faulted vdev clears faulted stateEric Schrock3-1/+33
6893088 new ereports need to be generated when clearing a vdev 6893090 clearing a vdev should automatically detach spare 6893099 zpool_clear_label() would be useful
2009-10-206889826 ZFS retire agent should be able to repair poolsEric Schrock8-48/+535
6889827 ZFS retire agent needs to do a better job of staying in sync 6889824 infrastructure for ZFS notification of external faults 6889808 ZFS DE infrastructure to handle FRUs 6889814 ZFS DE should clear cases when vdevs and pools are removed 6889828 libzfs changes to allow spare offline/online 6889830 zpool_iter() should be tolerant of recursive invocation 6891150 want versions of topo_fmri_str{cmp,hash} that ignore auth info
2009-10-076885860 zfs send shouldn't require support for snapshot holdsChris Kirby1-15/+35
2009-09-296846163 ZFS continues to use faulted logzilla, bringing system to a crawlGeorge Wilson3-1/+50
6872547 ztest LUN expansion test fails 6873635 zdb should be able to open a pool with a failed slog 6873654 system panics when a slog device is offlined 6875236 zdb should be able to dump the spa history
2009-09-216399128 want tool to examine backup files (zstreamdump)Lori Alt4-6/+10
--HG-- rename : usr/src/uts/common/fs/zfs/fletcher.c => usr/src/common/zfs/zfs_fletcher.c
2009-09-216574286 removing a slog doesn't workGeorge Wilson3-21/+230
6856566 zpool import -F can cause panic 6863456 system panic by load_nvlist(spa, spa->spa_config_object, &nv) == 0 while running zfs test suite 6882947 dump_nvlist() should live in libnvpair
2009-09-216438937 if 'zfs destroy' fails, it can leave a zvol device link missingEric Taylor10-618/+38
6573142 zpool destruction/export should better handle stale zvol links 6718816 ZFS volinit fails when ZFS root pool full 6761786 zpool import with 8500 snapshots took 11hours 6604403 replace volinit/volfini with /dev fs vnode ops 6847760 zfs volinit may happen a little too soon during boot 6488792 Warnings on console whenever a volume is created. 6738837 assertion failure in sdev_open 6878496 dmu_objset_own returns EINVAL instead of EROFS in some situations
2009-08-286875779 zfs user accounting callbacks can be simplifiedMatthew Ahrens1-1/+1
6771468 ::blkptr prints incorrectly on 32-bit 6832861 zcmd_alloc_dst_nvlist's default size is too small 6876808 want ::refcount to print refcount_t details
2009-08-196833815 scheduled snapshots deleted per snapshot policy can lead to ↵Chris Kirby5-6/+139
replication failures
2009-08-136696858 zfs receive of incremental replication stream can dereference NULL ↵Prabahar Jeyaram1-3/+4
pointer and crash (fix lint)
2009-08-126696858 zfs receive of incremental replication stream can dereference NULL ↵Prabahar Jeyaram1-2/+4
pointer and crash
2009-08-126860996 %temporary clones are not automatically destroyed on errorMatthew Ahrens1-64/+1
6863088 zfs panic in dnode_hold_impl from readdir()
2009-08-01PSARC/2009/297 zfs snapshot holdsChris Kirby5-10/+111
6803121 want user-settable refcounts on snapshots 6851824 zfs_ioc_rename() can be called with a NULL zc_name
2009-07-296760420 zfs unmount -f causes recv to failMatthew Ahrens1-10/+2
6759975 zplprops unavailable to examiner of in-progress receive
2009-07-296858551 zfs receive did not mount all filesystemsLori Alt1-5/+27
2009-07-296612218 inherited zfs set mountpoint mounts children before parentWilliam Gorrell1-7/+29
2009-07-296853862 refquota property not send over with zfs send -RSanjeev Bagewadi1-1/+3