summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbe/common
AgeCommit message (Collapse)AuthorFilesLines
2016-06-10 [illumos-gate merge]Jerry Jelinek4-21/+16
commit a76660dbabd3d3b161bdead081ce275af6966d2e 7083 create_ramdisk.sh need not check for inuse devices commit 3f85b2aed8a5768f4c20db925cdf8fc072472037 7036 zvol_swap_004_pos test failed commit 10e67aa0db0823d5464aafdd681f3c966155c68e 7082 bptree_iterate() passes wrong args to zfs_dbgmsg() commit 2404c9e6b54f427b32dd0a2d46940d6a4c5299bc 7062 Connections remain in TIME_WAIT too long 7061 local TCP connections should be expediently purged from TIME_WAIT commit 9adfa60d484ce2435f5af77cc99dcd4e692b6660 6314 buffer overflow in dsl_dataset_name commit 0c779ad424a92a84d1e07d47cab7f8009189202b 7054 dmu_tx_hold_t should use refcount_t to track space
2016-06-096314 buffer overflow in dsl_dataset_nameMatthew Ahrens4-21/+16
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-16 [illumos-gate merge]Jerry Jelinek2-5/+10
commit 8df0bcf0df7622a075cc6e52f659d2fcfdd08cdc 6513 partially filled holes lose birth time commit 0d8fa8f8eba3ea46bc79d73445009505d1dd5d7d 6902 speed up listing of snapshots if requesting name only and sorting by name Conflicts: usr/src/lib/libzfs/common/libzfs_iter.c usr/src/lib/libzfs/common/libzfs_impl.h
2016-05-156902 speed up listing of snapshots if requesting name only and sorting by nameMartin Matuska2-5/+10
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Pawel Dawidek <pjd@freebsd.org> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Approved by: Garrett D'Amore <garrett@damore.org>
2016-03-28 [illumos-gate merge]Patrick Mooney1-1/+0
commit a4888653b44963eab5e74d73b1ac425648d2e62b 6828 iprb should have alias for pci8086,1064 commit 6a19b8666104dbf912da5a4fb193c9c2b29e21bb 4740 kstat(1M) prints wrong snaptime commit 1ef6182819f36233702ddc54686e703bb23a0153 2902 iscsit should fold the case of scsi names that we get from initiators commit 2e27316f97ec8fac1caee78fe7fe05306261e070 439 Need man page for timegm() commit 5335409b2fd9c9c1d570d3e83bd2386dd8f526de 6001 strcat(9f) needs a manpage commit b6dd77d465d357e7777305038b5579625ae268c1 6726 ctype(3C): missing description for isxdigit_l commit aa9ab05c0bbc3211e983fe34e9174559f1462665 4704 thr_sigsetmask(3c): Minor typos in the man page commit efbf89fbc68a0864d303fe237fc420cf018d52f7 6497 nvlist_empty() needs to appear in man pages commit a6ae009119d792a981d8b7153f8cb3851fe04ebb 6471 avl_remove(9F) man page is needed commit 79192153bee37eb85baa06695c8a483f93466f71 6489 atomic_bits(3C) should list atomic_ops(3C) in See Also commit 22f7b4012dd9e585f59664dcaf9573289230d516 6241 Minor typo in mount_nfs(1m) man page commit 4bfcae809e209680a47fe4a1a1d2ed8f5ad0790f 6693 mdoc(5): typos in MT-LEVEL names commit 44f88c2eeb6a7c329d82467a31c4a501eae16fec 6721 tran_setup_pkt(9E) returns int, not a pointer commit 4854f07f374eaa71835ef1badc7ba55466f85ef9 6718 tran_tgt_init(9E) returns int, not void commit 979eca435dd26bdb0460d501038ad90a972807d1 6783 ddi_fm_service_impact has wrong synopsis commit 7bc870e686dc02eed8049c71d916e03f1c233a1a 6753 remove acpi_fw.h commit e5b33823e7efd785e2f2ada4683abdef7c2a436c 6817 libbe should not free string from nvlist_lookup_string() commit e4cb59f791c5c6dea7ad4caa6dee845024ce71ef 6781 zpool man page needs updated to remove duplicate entry of "cannot be" where it discusses cache devices commit 63d0f4f15e0d9605137029897b712a2774ed7fa8 6746 startup_bios_disk() should not be built for xpv commit 797f979d1fe26bfb1cdeb3e7a86ed24c0b654200 6684 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection Conflicts: usr/src/man/man9f/Makefile usr/src/uts/common/io/mac/mac_protect.c
2016-03-256817 libbe should not free string from nvlist_lookup_string()Toomas Soome1-1/+0
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-29 [illumos-gate merge]Jerry Jelinek2-18/+9
commit aab83bb83be7342f6cfccaed8d5fe0b2f404855d 6659 nvlist_free(NULL) is a no-op commit d643a855cbd8c4fb4fe966406fa05dff70673597 6674 sys/isa_defs.h shouldn't unconditionally define _ILP32 commit bcf23f43dc1b73080eeded927585ee86feab40a7 6596 Macro redefined in strtolctype.h
2016-02-276659 nvlist_free(NULL) is a no-opJosef 'Jeff' Sipek2-18/+9
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-18 [illumos-gate merge]Jerry Jelinek1-45/+42
commit a21e16923712d68dbeecfc9660b47a4279005efd 6646 libbe be_do_copy_grub_cap() is broken when pool root dataset is not mounted
2016-02-176646 libbe be_do_copy_grub_cap() is broken when pool root dataset is not mountedToomas Soome1-45/+42
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-11-09 [illumos-gate merge]Jerry Jelinek1-0/+16
commit 76ca3cb000306bc4052fe820a7e4a6998dbcf932 5887 want bootfs commit 0181461b79a0991f2269dad3ef978086e6c70257 5886 want ability to provide additional objects at boot commit 99141ac7e1fddf3c8d7a32b9d945448af73e0039 6422 Renamed manifests refer to obsolete packages commit a90cf9f29973990687fa61de9f1f6ea22e924e40 6399 SMB2 support commit b24e356b384ccc80805e7150979de2373d44347c 6398 SMB should support path names longer than 1024 commit 08e9b2df0318952b8677b4feb62b4ec784f28101 6408 libbe shouldn't run installgrub on offline/unavail/faulted vdevs commit e4adc82d6b02a6aa5d1b1d9772653c82c16e28ad 6438 libdiskmgt uses wrong vendor ID property for USB commit aad3a4472fe05e2634744298e937a4070b663517 6437 blkdev bd_detach_handle() always returns DDI_SUCCESS Conflicts: usr/src/uts/intel/Makefile.intel usr/src/uts/i86pc/os/fakebop.c usr/src/man/man7fs/bootfs.7fs usr/src/cmd/fs.d/Makefile
2015-11-066408 libbe shouldn't run installgrub on offline/unavail/faulted vdevsHans Rosenfeld1-0/+16
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
2015-09-24 [illumos-gate merge]Jerry Jelinek1-1/+5
commit 139510fb6efa97dbe5f5479594b308d940cab8d1 6251 add tunable to disable free_bpobj processing commit b10bba72460aeaa53119c76ff5e647fd5585bece 6250 zvol_dump_init() can hold txg open commit 75100ee845c13b4b3c7f0d83fa2f9725e699d6e9 6160 /usr/lib/fs/zfs/bootinstall should use bootadm commit 66f18efa654be2a490581b727f9b09dcd174aded 6159 libbe should proactively handle future architectures commit c531777d2c205ea8626ed21b13dfe1e0b6e25b60 6244 libfakekernel lint library needs to include fakekernel_init
2015-09-236159 libbe should proactively handle future architecturesToomas Soome1-1/+5
Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2015-09-17 [illumos-gate merge]Patrick Mooney3-21/+146
commit 03bad06fbb261fd4a7151a70dfeff2f5041cce1f 6171 dsl_prop_unregister() slows down dataset eviction. commit a725189c0accbf47b39f735d1f32a7b54ae91c6d 5433 at(1) doesn't properly handle being invoked from a path containing spaces commit caf590b518921f14033a11d17fafa827bb2caa4b 6216 prtdiag could display hardware in slots commit c7c0ceafd167e558cd8cb8195b8bd63cbc817b27 6085 export libbe installboot function 6086 add install bootblock option for bootadm commit be32284091554a41d4706e6653adeec1d9127a87 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R (fix studio build) commit 45818ee124adeaaf947698996b4f4c722afc6d1f 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R Conflicts: usr/src/cmd/prtdiag/i386/smbios.c usr/src/uts/common/Makefile.rules usr/src/uts/common/sys/Makefile
2015-09-166085 export libbe installboot functionToomas Soome3-21/+146
6086 add install bootblock option for bootadm Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-08-24 [illumos-gate merge]Jerry Jelinek3-160/+316
commit e6e1c9deb3babfde63f6fe6096a2eb3214c8f7df 6131 struct scsi_device uses a 1-bit signed bitfield commit 4afe9936c719d07ecb7d238765f479d232fe3575 6104 remove obsolete env files commit a63c99a2145c99a38d5ff19422b132400428ed9d 6080 libbe should support installboot
2015-08-236080 libbe should support installbootToomas Soome3-160/+316
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Alexander Pyhalov <apyhalov@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Robert Mustacchi <rm@joyent.com>
2015-07-24 [illumos-gate merge]Jerry Jelinek1-1/+1
commit 8a324c92216752a3ac2de7c31f554588932de707 3644 Add virtio-net support into illumos 4945 Additional vioif fixes commit 2b66e65286e123b22eb83c96426eafe5b3ddccd3 6073 libbe be_run_cmd() bad indentation in function body commit c365cc98d1939449e0db2884c4fcb62728ee2e59 6072 extra symbols in bootadm usage() output commit bd0e95e605fff368075e869efe6d31ebe471ea49 1926 libresolv evades compiler warnings Conflicts: usr/src/uts/common/Makefile.rules
2015-07-236073 libbe be_run_cmd() bad indentation in function bodyToomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Josef Sipek <jeffpc@josefsipek.net> Approved by: Dan McDonald <danmcd@omniti.com>
2015-07-20 [illumos-gate merge]Jerry Jelinek1-4/+2
commit a2cdcdd260232b58202b11a9bfc0103c9449ed52 5960 zfs recv should prefetch indirect blocks 5925 zfs receive -o origin= commit e47aa97b65b6eaa7016357de7fb7974c1982858c 6063 pkgadd breaks with too many mountpoints
2015-07-195960 zfs recv should prefetch indirect blocksPaul Dagnelie1-4/+2
5925 zfs receive -o origin= Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com>
2015-06-12 [illumos-gate merge]Jerry Jelinek2-20/+39
commit 0afb687bf3724077cd5f304f176b5ee2b92aa2c2 5679 be_sort_list(): Possible null pointer dereference
2015-06-115679 be_sort_list(): Possible null pointer dereferenceGary Mills2-20/+39
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2015-04-23 [illumos-gate merge]Jerry Jelinek1-1/+1
commit bbe876c07ed632b8f85e195d41e7948382064a95 5761 nfs4_prot.x should be updated for RFC 7531 commit 85aac7c12e738f35fbcd61cdc0503288fb66b382 5831 "beadm umount <dir>" core dump
2015-04-225831 "beadm umount <dir>" core dumpIgor Kozhukhov1-1/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Robert Mustacchi <rm@joyent.com>
2015-03-09 [illumos-gate merge]Jerry Jelinek3-11/+188
commit 356f579978bd7347c891f2a7b1e9671086f183ae 5686 lint warnings in uts/sparc/stfm_sbd after 5056 commit ff904c117f0def740594af26b7201cd392dc8411 5680 Build warnings in cmd/power, cmd/rpcbind commit 4adca7e7219d20c7ca20933b5006222e781ff0e9 2930 beadm should sort by creation date
2015-03-062930 beadm should sort by creation dateToomas Soome3-11/+188
Reviewed by: Marcel Telka <marcel@telka.sk> Reviewed by: Josef ‘Jeff’ Sipek <jeffpc@josefsipek.net> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Dan McDonald <danmcd@omniti.com>
2015-02-23 [illumos-gate merge]Jerry Jelinek1-49/+146
commit ce3c309f71f6893197099bfac06adb66f0870d7d 872 remove duplicate daemon() definitions commit a1cf91d7adb92b3440a7ed1b01e3170ec61e9350 5644 rpcinfo(1m): The first synopsis supports the -T option too commit ff3aea39f71c371be25b08deb9efed41f1c95983 5639 want reentrant ether_aton_r and ether_ntoa_r commit bfce16ba853698e8a82133cf3ddb3ff143d14289 5627 svccfg export should accept instance FMRIs commit 1a902ef8628b0dffd6df5442354ab59bb8530962 5561 support root pools on EFI/GPT partitioned disks 5125 update zpool/libzfs to manage bootable whole disk pools (EFI/GPT labeled disks) commit 44bc9120699af80bb18366ca474cb2c618608ca9 5560 grub should support EFI/GPT partitioning commit b0e753dd6a955fb2f10a0ce17d32bd33172e0400 5609 port mod_ipp to Apache 2.2 Conflicts: usr/src/lib/print/mod_ipp/Makefile exception_lists/cstyle
2015-02-205561 support root pools on EFI/GPT partitioned disksHans Rosenfeld1-49/+146
5125 update zpool/libzfs to manage bootable whole disk pools (EFI/GPT labeled disks) Reviewed by: Jean McCormack <jean.mccormack@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Dan McDonald <danmcd@omniti.com>
2014-03-283993 zpool(1M) and zfs(1M) should support -p for "list" and "get"Adam Stevko1-1/+1
4700 "zpool get" doesn't support -H or -o options Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2013-12-04 [illumos-gate merge]Keith M Wesolowski1-13/+10
commit 994fb6b8a9d07a8021d77d79f46e30637bca3ad3 4373 add block contents print to zstreamdump commit 40ccc6ad48401a6fe660d7d49d6f60e9320403c9 4220 beadm mount of old BE with zones fails "Read only filesystem" 4235 beadm(1M) mount options undocumented in man page commit 2efb3bf9c7f4cf34038896f1431531c93d3f57c2 4343 NDMP restore did not report error count to the client
2013-12-034220 beadm mount of old BE with zones fails "Read only filesystem"Alexander Eremin1-13/+10
4235 beadm(1M) mount options undocumented in man page Reviewed by: Ilya Usvyatsky <ilya.usvyatsky@nexenta.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Approved by: Garrett D'Amore <garrett@damore.org>
2013-08-27 [illumos-gate merge]Keith M Wesolowski9-103/+468
commit 69962b5647e4a8b9b14998733b765925381b727e 4045 zfs write throttle & i/o scheduler performance work commit 7e0e2549bfaa531aff576083ab0c07f84fa8fb27 3845 beadm doesn't work in non-global zones commit dc986d9f4cb40f3ff88fe0d9c9fb3a51ad50f0d9 4054 dis sometimes decides random symbols are functions commit edd4ab01432cfb07428329ad6e8071e8923d0b20 3194 dis crashes disassembling aes Conflicts: usr/src/uts/common/fs/zfs/vdev_queue.c usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/sys/vdev_impl.h usr/src/uts/common/fs/zfs/sys/dsl_dir.h usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/arc.c usr/src/lib/libbe/common/be_list.c
2013-08-27back out merge: incompatible ZFS throttling mechanismsKeith M Wesolowski9-468/+103
2013-08-26 [illumos-gate merge]Keith M Wesolowski9-103/+468
commit 69962b5647e4a8b9b14998733b765925381b727e 4045 zfs write throttle & i/o scheduler performance work commit 7e0e2549bfaa531aff576083ab0c07f84fa8fb27 3845 beadm doesn't work in non-global zones commit dc986d9f4cb40f3ff88fe0d9c9fb3a51ad50f0d9 4054 dis sometimes decides random symbols are functions commit edd4ab01432cfb07428329ad6e8071e8923d0b20 3194 dis crashes disassembling aes Conflicts: usr/src/uts/common/fs/zfs/vdev_queue.c usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/sys/vdev_impl.h usr/src/uts/common/fs/zfs/sys/dsl_dir.h usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/arc.c usr/src/lib/libbe/common/be_list.c
2013-08-263845 beadm doesn't work in non-global zonesAlexander Eremin9-103/+468
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Approved by: Dan McDonald <danmcd@nexenta.com>
2012-05-07illumos syncJohn Sonnenschein1-1/+2
2012-04-272635 'zfs rename -f' to perform force unmountEric Schrock1-1/+2
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-04-092451 beadm umount should report if there is nothing to unmountAlexander Eremin1-1/+20
2450 beadm umount should support mountpoint name Reviewed by: Dan Kruchinin <dkruchinin@acm.org> Reviewed by: Michael Schuster <michaelsprivate@gmail.com> Reviewed by: Gary Mills <gary_mills@fastmail.fm> Approved by: Gordon Ross <gwr@nexenta.com>
2011-11-22[OS-714] illumos mergeJohn Sonnenschein1-2/+40
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-171699 beadm destroy complains "device busy" if hampered by snapshotsAlexander Eremin1-0/+38
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2011-11-171644 add ZFS "clones" propertyMatthew Ahrens1-2/+2
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-1/+1
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 Pacheco1-1/+2
2011-07-191116 beadm *_snap commands shouldn't existAlexander Eremin1-1/+1
1208 beadm doesn't show BE snapshots Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gary Mills <mills@cc.umanitoba.ca> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-07-19backout 1116 beadm *_snap commands shouldn't exist (incorrect user)eschrock1-1/+1
2011-07-191116 beadm *_snap commands shouldn't existeschrock1-1/+1
1208 beadm doesn't show BE snapshots Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Gary Mills <mills@cc.umanitoba.ca> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <Eric.Schrock@delphix.com>
2011-04-06719 beadm should allow BEs outside of <rpool>/ROOTAlexander Eremin5-84/+237
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-03-18720 be_utils should not use pythonAlexander Eremin2-18/+94
Reviewed by: Garrett D'Amore <garrett@nexenta.com> Reviewed by: Dan McDonald <danmcd@nexenta.com> Approved by: Gordon Ross <gwr@nexenta.com>