summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzfs/common
AgeCommit message (Collapse)AuthorFilesLines
2011-12-21OS-833 zpool list -p is useless for pool healthBill Pijewski1-1/+1
2011-12-12STOR-27 ZFS should be able to dump to a RAID-Z poolBill Pijewski1-2/+1
STOR-57 new ZFS checksum algorithm: 'noparity'
2011-11-22[OS-714] illumos mergeJohn Sonnenschein10-1083/+1172
Merge git://github.com/illumos/illumos-gate Conflicts: usr/src/cmd/lp/filter/postscript/dpost/ps_include.c usr/src/cmd/zfs/zfs_main.c usr/src/lib/libdtrace/common/dt_program.c usr/src/lib/libzfs/common/libzfs.h usr/src/lib/libzfs/common/libzfs_pool.c usr/src/man/man1m/zfs.1m usr/src/man/man1m/zpool.1m usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/inet/tcp/tcp_input.c
2011-11-151693 persistent 'comment' field for a zpoolDan McDonald2-2/+39
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 Ahrens8-1079/+1105
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-10-03[OS-663] Post-6.5 Illumos syncJohn Sonnenschein1-0/+2
Merge https://github.com/illumos/illumos-gate Conflicts: exception_lists/packaging usr/src/cmd/dtrace/test/cmd/scripts/dtest.pl usr/src/cmd/dtrace/test/tst/common/usdt/tst.badguess.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.enabled2.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess32.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.guess64.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.include.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.nodtrace.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreap.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.noreapring.ksh usr/src/cmd/dtrace/test/tst/common/usdt/tst.reap.ksh usr/src/cmd/lp/Makefile usr/src/cmd/lp/cmd/lpadmin/options.c usr/src/cmd/lp/cmd/lpfilter.c usr/src/cmd/lp/cmd/lpforms.c usr/src/cmd/lp/cmd/lpusers.c usr/src/cmd/lp/lib/lp/isterminfo.c usr/src/cmd/lp/lib/lp/tidbit.c usr/src/cmd/terminfo/att.ti usr/src/cmd/zpool/zpool_main.c usr/src/common/dis/i386/dis_tables.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libzfs/common/libzfs_dataset.c usr/src/man/man1m/dladm.1m usr/src/man/man1m/flowadm.1m usr/src/man/man1m/zoneadm.1m usr/src/man/man1m/zonecfg.1m usr/src/pkg/manifests/print-lp-print-client-commands.mf usr/src/pkg/manifests/print-lp.mf usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zio.c usr/src/uts/i86pc/ml/mach_offsets.in usr/src/uts/intel/amd64/ml/mach_offsets.in usr/src/uts/intel/sys/tss.h
2011-06-10OS-427 zpool(1M) and zfs(1M) should support -p for "list" and "get"Dave Pacheco3-6/+16
2011-11-111748 desire support for reguid in zfsGarrett D'Amore3-2/+28
Reviewed by: George Wilson <gwilson@zfsmail.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Alexander Eremin <alexander.eremin@nexenta.com> Reviewed by: Alexander Stetsenko <ams@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-11-08backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environmentsRichard Lowe8-986/+979
2011-11-051644 add ZFS "clones" propertyMatthew Ahrens8-979/+986
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/+2
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>
2010-12-01278 get rid zfs of python and pyzfs dependenciesAlexander Stetsenko4-2/+202
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 Wilson5-18/+56
6720531 ZFS should provide read-only import
2010-08-086975471 syseventd dumps core in zfsdle_vdev_onlineMark J Musante1-1/+2
2010-08-07PSARC 2010/105 zfs diffTim Haley6-7/+874
6425091 want 'zfs diff' to list files that have changed between snapshots
2010-08-066782540 zpool cannot replace a replacing deviceMark J Musante1-46/+30
2010-08-056935194 'zfs share|unshare' a volume returns zeroEric Taylor3-43/+48
6970326 LIST_SRCS left over in libzpool/Makefile.com
2010-07-306973547 zpool import succeeds but prints error messageGeorge Wilson1-2/+2
2010-07-286733267 Allow a pool to be imported with a missing slogGeorge Wilson3-37/+103
6950437 missing logzillas should not fault pool when they contain no ZIL data
2010-07-266779186 need domain controller hot failoverjoyce mcintosh1-6/+1
6970986 Level II oplocks - smb_oplock_grant_t shouldn't be dynamically allocated 6971031 Unable add ACL on the share which has only the default owner tab by ZFS 6971899 OpenSSL not MT-safe and takes down smbd 6936762 libidmap should transparently handle interruption in connection to idmapd 6954902 mapping to unknown type does not use directory-based mapping information --HG-- rename : usr/src/lib/libidmap/common/idmap_priv.h => usr/src/cmd/idmap/idmap/namemaps.h
2010-07-196668666 zpool command should put a bootblock on a disk added as a mirror of ↵Lori Alt1-15/+0
a root pool vdev
2010-07-076938335 zfs send -R can still miss renamed snapshotsChris Kirby4-188/+121
6955879 panic in dmu_objset_stats while running nfs IOs. 6928104 zfs send/rename race can leak snapshot holds 6953835 mem leak in dsl_dataset_user_release_tmp() 6915117 zfs_iter_snapshots() should deal with midstream snapshot renames
2010-06-246916796 OSnet mapfiles should use version 2 link-editor syntaxAli Bahrami1-1/+3
--HG-- rename : usr/src/cmd/sgs/libelf/common/mapfile-common => usr/src/cmd/sgs/libelf/common/mapfile-vers rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-bindings => usr/src/cmd/sgs/link_audit/common/mapfile-vers-bindings rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-perfcnt => usr/src/cmd/sgs/link_audit/common/mapfile-vers-perfcnt rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-symbindrep => usr/src/cmd/sgs/link_audit/common/mapfile-vers-symbindrep rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-truss => usr/src/cmd/sgs/link_audit/common/mapfile-vers-truss rename : usr/src/cmd/sgs/link_audit/i386/mapfile-vers-who => usr/src/cmd/sgs/link_audit/common/mapfile-vers-who rename : usr/src/common/mapfiles/i386/map.noexdata => usr/src/common/mapfiles/common/map.noexdata rename : usr/src/lib/libaio/sparc/mapfile-vers => usr/src/lib/libaio/common/mapfile-vers rename : usr/src/lib/libelfsign/common/mapfile.map => usr/src/lib/libelfsign/common/mapfile-vers rename : usr/src/lib/libpthread/sparc/mapfile-vers => usr/src/lib/libpthread/common/mapfile-vers rename : usr/src/lib/librt/amd64/mapfile-vers => usr/src/lib/librt/common/mapfile-vers rename : usr/src/lib/libsys/sparc/mapfile-vers => usr/src/lib/libsys/common/mapfile-vers rename : usr/src/lib/libthread/sparc/mapfile-vers => usr/src/lib/libthread/common/mapfile-vers
2010-06-016884007 zfs_send() can leave temporary holds aroundChris Kirby3-39/+52
6954429 ZFS_IOC_VDEV_SPLIT missing from truss/codes.c
2010-05-266930145 zfs(1M) set volsize command failed without any errorEric Taylor1-30/+58
2010-05-196952889 zpool_vdev_clear is brokenVictor Latushkin1-0/+1
2010-05-116881631 zpool_vdev_name(): "c0t0d0s0/old" becomes "c0t0d0s0/o" on whole ↵John Harres1-11/+83
disks that were replaced
2010-05-036675946 'zpool status' should show the progress of resilvering for ↵Lin Ling6-85/+96
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-04-296946467 'zfs send -Ri' should include clone origin snapshots in the ↵Tom Erickson1-59/+85
specified interval
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