summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zfs
AgeCommit message (Collapse)AuthorFilesLines
2012-09-061884 Empty "used" field for zfs *space commandsYuri Pankov1-389/+359
3028 zfs {group,user}space -n prints (null) instead of numeric GID/UID 3048 zfs {user,group}space [-s|-S] is broken 3049 zfs {user,group}space -t doesn't really filter the results 3060 zfs {user,group}space -H output isn't tab-delimited 3061 zfs {user,group}space -o doesn't use specified fields order 3093 zfs {user,group}space's -i is noop Reviewed by: Garry Mills <gary_mills@fastmail.fm> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-07-30Illumos SyncJohn Sonnenschein2-27/+85
Merge github.com:illumos/illumos-gate Conflicts: exception_lists/check_rtime usr/src/Makefile.master usr/src/Makefile.master.64 usr/src/cmd/Makefile usr/src/cmd/lms/Makefile usr/src/cmd/lp/Makefile.lp usr/src/cmd/mdb/Makefile.mdb usr/src/cmd/mdb/common/mdb/mdb_cmds.c usr/src/cmd/mdb/common/mdb/mdb_print.c usr/src/cmd/mdb/common/mdb/mdb_print.h usr/src/cmd/mdb/common/mdb/mdb_tab.c usr/src/cmd/mdb/common/mdb/mdb_termio.c usr/src/cmd/mdb/common/mdb/mdb_whatis.c usr/src/cmd/svc/svccfg/svccfg_libscf.c usr/src/cmd/zpool/zpool_main.c usr/src/lib/Makefile usr/src/lib/libc/inc/thr_inlines.h usr/src/lib/libc/port/mapfile-vers usr/src/lib/libc/sparc/Makefile.com usr/src/lib/libc/sparc/crt/_rtld.c usr/src/lib/libc/sparcv9/Makefile.com usr/src/lib/libdtrace/common/dt_open.c usr/src/lib/libdtrace/common/dt_options.c usr/src/lib/libumem/common/envvar.c usr/src/lib/libumem/common/vmem_base.c usr/src/lib/libzfs/common/libzfs_impl.h usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/mapfile-vers usr/src/lib/sun_fc/Makefile.com usr/src/lib/sun_fc/amd64/Makefile usr/src/lib/sun_fc/sparcv9/Makefile usr/src/man/man1m/Makefile usr/src/uts/common/Makefile.files usr/src/uts/common/dtrace/dtrace.c usr/src/uts/common/fs/zfs/arc.c usr/src/uts/common/fs/zfs/dmu.c usr/src/uts/common/fs/zfs/dsl_dataset.c usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_eth.c usr/src/uts/common/io/fibre-channel/fca/fcoei/fcoei_lv.c usr/src/uts/common/sys/dtrace.h
2012-07-121796 "ZFS HOLD" should not be used when doing "ZFS SEND" from a read-only poolChristopher Siden1-1/+1
2871 support for __ZFS_POOL_RESTRICT used by ZFS test suite 2903 zfs destroy -d does not work 2957 zfs destroy -R/r sometimes fails when removing defer-destroyed snapshot Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-05-07illumos syncJohn Sonnenschein1-29/+106
2012-04-272635 'zfs rename -f' to perform force unmountEric Schrock1-7/+11
Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: George Wilson <George.Wilson@delphix.com> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Richard Elling <richard.elling@richardelling.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+6
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-09-211126 date(1)'s usage message doesn't mention -RYuri Pankov1-1/+1
1788 "WARNING: Cannot lookup root device: /devices" is useless when rootfs is zfs 1828 powerd's "Able to open /dev/srn" notice is useless 2547 Minor updates to README 2678 zfs manpage mis-identifies checksum default value 2811 missing implementation: zfs send -r 3199 Update copyright years in usr/src/prototypes/ Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-04-19OS-1104 'zfs list -o volsize' no longer shows volsizeBill Pijewski1-2/+13
2012-03-22OS-1048 zfs list/get -c to return only cached propertiesBill Pijewski1-2/+7
Reviewed by: Keith Wesolowski <keith.wesolowski@joyent.com>
2012-03-14OS-1031 zfs destroy -F doesn't handle EBUSY from zfs_unmount()Bill Pijewski1-13/+26
Reviewed by: David Pacheco <dap@joyent.com>
2012-03-132077 lots of unreachable breaks in illumos gateMilan Jurik1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-131936 add support for "-t <datatype>" argument to zfs getAndrew Stormont1-3/+36
Reviewed by: Kartik Mistry <kartik@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-132067 uninitialized variables in zfs(1M) may make snapshots undestroyableRichard Lowe1-20/+20
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Steve Gonczi <gonczi@comcast.net> Approved by: Garrett D'Amore <garrett@damore.org>
2012-03-131977 zfs allow arguments not parsed correctly after pyzfs removalAlexander Eremin1-2/+2
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-03-06OS-993 when creating zone, zfs snapshot && zfs clone leave empty datasetBill Pijewski1-5/+20
2011-12-15[OS-714] Illumos mergeJohn Sonnenschein1-4/+4
2012-06-302882 implement libzfs_coreMatthew Ahrens2-26/+82
2883 changing "canmount" property to "on" should not always remount dataset 2900 "zfs snapshot" should be able to create multiple, arbitrary snapshots at once Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Chris Siden <christopher.siden@delphix.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Bill Pijewski <wdp@joyent.com> Reviewed by: Dan Kruchinin <dan.kruchinin@gmail.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2012-05-092703 add mechanism to report ZFS send progressBill Pijewski1-0/+2
Reviewed by: Matt Ahrens <matt@delphix.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-11-23[OS-714] illumos merge (fix zfs_main.c)John Sonnenschein1-0/+1
2011-11-22[OS-714] illumos mergeJohn Sonnenschein1-138/+327
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-171644 add ZFS "clones" propertyMatthew Ahrens1-137/+324
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-09-15OS-604 Want zfs destroy -F to keep retrying on EBUSYBill Pijewski1-14/+37
2011-06-10OS-427 zpool(1M) and zfs(1M) should support -p for "list" and "get"Dave Pacheco1-7/+14
2011-11-281726 Removal of pyzfs broke delegation for volumesAlexander Eremin1-4/+4
Reviewed by: Andrew Stormont <andyjstormont@googlemail.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-11-08backout 1644/1645/1646/1647/1708: Breaks 'zfs snapshot', boot environmentsRichard Lowe1-322/+135
2011-11-051644 add ZFS "clones" propertyMatthew Ahrens1-135/+322
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>
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik1-1/+1
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-03-02510 'zfs get' enhancement - mountpoint as an argumentShampavman1-2/+2
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Reviewed by: Deano <deano@rattie.demon.co.uk> 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 Stetsenko2-40/+2219
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
2012-02-161936 add support for "-t <datatype>" argument to zfs getAndrew Stormont1-3/+36
Reviewed by: Kartik Mistry <kartik@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Richard Elling <richard.elling@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-02-032067 uninitialized variables in zfs(1M) may make snapshots undestroyableRichard Lowe1-20/+20
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Milan Jurik <milan.jurik@xylab.cz> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Steve Gonczi <gonczi@comcast.net> Approved by: Garrett D'Amore <garrett@damore.org>
2012-01-161977 zfs allow arguments not parsed correctly after pyzfs removalAlexander Eremin1-2/+2
Reviewed by: Garrett D'Amore <garrett.damore@gmail.com> Reviewed by: Albert Lee <trisk@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-07PSARC 2010/105 zfs diffTim Haley1-1/+83
6425091 want 'zfs diff' to list files that have changed between snapshots
2010-08-056935194 'zfs share|unshare' a volume returns zeroEric Taylor1-294/+221
6970326 LIST_SRCS left over in libzpool/Makefile.com
2010-07-076938335 zfs send -R can still miss renamed snapshotsChris Kirby1-1/+1
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-016884007 zfs_send() can leave temporary holds aroundChris Kirby1-1/+1
6954429 ZFS_IOC_VDEV_SPLIT missing from truss/codes.c
2010-05-196608465 zfs mount -v should only report progress if progress is slowMark J Musante3-106/+120
2010-05-146952268 zfs recv usage message needs a little more workTom Erickson1-3/+3
2010-05-066898657 zfs upgrade -v and zpool upgrade -v version URL has changedstephanie scheffler1-7/+5
6934885 'zfs recv' not output valid option of '-e' 6732341 gfs.h needs to be marked as Consolidation Private
2010-05-036675946 'zpool status' should show the progress of resilvering for ↵Lin Ling1-3/+18
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-03-166716117 ZFS needs native system attribute infrastructureMark Shellenbaum2-27/+25
6516171 zpl symlinks should have their own object type
2010-03-09PSARC/2010/006 EOF of iSCSI Target DaemonJim Dunham1-100/+19
6914623 Remove iSCSI Target Daemon from ON Consolidation
2010-01-156908211 'zfs inherit -S volsize <volume>' core dumpsTom Erickson1-0/+6
6909909 memory leak in zfs_receive() 6916662 received mountpoint invalid after upgrade to zpool v22
2010-01-08PSARC 2009/663 zfs receive -eTom Erickson1-2/+6
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 Taylor1-0/+1
2010-01-046911611 zfs_send()'s use of snapshot holds is still racyChris Kirby1-2/+2
2009-11-09PSARC 2009/510 ZFS received propertiesTom Erickson3-50/+122
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 Alt1-16/+15
6812638 zfs send intra-stream dedup 6887817 want snapshot filtering for zfs send 6812603 zfs send can aggregate free records
2009-10-276888456 zfs command line utilities should have CTF dataJonathan Adams1-0/+1
6887356 ::stacks is slow in pipelines on live kernels 6884079 mdb's enum p2 printing should elide common prefixes 6887160 ::offsetof and ::sizeof still can't handle forward decls 6551113 ::taskq would be nice --HG-- rename : usr/src/cmd/svc/Makefile.ctf => usr/src/cmd/Makefile.ctf
2009-09-216438937 if 'zfs destroy' fails, it can leave a zvol device link missingEric Taylor1-31/+1
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