summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fs
AgeCommit message (Collapse)AuthorFilesLines
2018-03-15 [illumos-gate merge]Jerry Jelinek1-0/+36
commit f313c178df05fb723db8426641b6f443f90f5f45 8808 nvme: Software Progress Marker feature is optional commit 026e699f086745296cda4664068f50ace71e32e2 8980 BIOS clock is sometimes one hour fast commit ac29b594b43c0e9b5cc7656b662ca9f359b36a46 9173 smbsrv: we do not build all commit bbbed746ed07daa0e18f08cf6145bb3f2b063f24 9260 nsmb driver 32-bit ioctl check broken after 8685 commit 8671400134a11c848244896ca51a7db4d0f69da4 9166 zfs storage pool checkpoint commit 5f5913bb83405db87f982abee80162a479d363af 9164 assert: newds == os->os_dsl_dataset Conflicts: usr/src/uts/common/fs/zfs/dsl_pool.c
2018-03-149166 zfs storage pool checkpointSerapheim Dimitropoulos1-0/+36
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2018-03-12 [illumos-gate merge]Jerry Jelinek1-3/+1
commit b13f152e9f7bf4b4426892b07a35568bd4d9e17f 9251 p123_pcbe is useless and can be removed commit 2d63d7e2e0f22bde6326636e6558471d35de3daa 9175 smbsrv/libfksmbsrv: this statement may fall through commit f3195b6f398987f2aa5ba77d68c880a1dbc18c16 9174 smbsrv/libsmbns: duplicate 'const' declaration specifier commit 86e879b181a8be14fca192bfe0030bec1310e4ca 9146 libdtrace: this statement may fall through commit d22bfd225d09e94269c9a8afaf1e686a5d74d823 9121 dladm: addrval can be NULL, need to check in iptun_process_addrarg() commit 6e6c7d67bf5ba2efa13619acd59395d0f278ee75 8659 ata: unused but set warnings with GCC 5.X commit b2be350e700b2900626f0977c47dddefdf617cfd 9216 awk: this statement may fall through commit eea675a170a637d45397e62f4efc44be56b572a3 9226 fd: this statement may fall through commit 66d7818b6a24876c96bdd1a81986c017f368decd 9228 zone_getattr(ZONE_ATTR_NETWORK) returns uninitialised value 9230 zone_getattr(ZONE_ATTR_NETWORK) doesn't check user-supplied buffer size commit cf837ed8ca7273a1e7b940fb7b52eb12ae1d5ea6 9198 libstand: Const-ify buffer argument of write(2) analog commit d0b12b660e0741581d18f1f3a7d5268e0a5f1806 9214 typo: sytem should be system commit edc8ef7d921c96b23969898aeb766cb24960bda7 9213 zfs: sytem typo commit 88e1588bca8b2374cfe26f7f5b377c59710c6a4b 9144 libsqlite: this statement may fall through commit 5fb574e854f31be9e2869532e3b126fa424ee4d9 9179 gss_mechs/mech_krb5 this use of "defined" may not be portable commit 99591362ae3dee1f30d3be8bc4bdca109e256eb7 9106 praudit could go faster commit 60b5a7045427fa16a88b09bb21a4fdf5608cb3f0 9206 Move getsecs() prototype to stand.h from net.h so it can be used everywhere commit 810d639eb61bde114845e4c7852b983d06536b8b 9231 nightly should create a log/latest/ symlink commit 84c66da4cde7f54163e6f9a68f671d8351dd9eed 1956 /usr/bin/uname '-o' should return 'illumos' Conflicts: usr/src/lib/libshell/common/README (deleted) usr/src/uts/intel/p123_pcbe/Makefile (deleted)
2018-03-109214 typo: sytem should be systemToomas Soome1-3/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Joshua M. Clulow <josh@sysmgr.org>
2018-02-15OS-6545 need sdev_ctx_minor()Mike Gerdts1-2/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2018-02-14 [illumos-gate merge]release-20180215Jerry Jelinek1-1/+3
commit 750a7e45cc1795462d627c610964b7ceb020a0b0 9078 Update hwdata - 20180208 commit d6e1c446d7897003fd9fd36ef5aa7da350b7f6af 8857 zio_remove_child() panic due to already destroyed parent zio commit d9a54dd1ef75248420c035ec1d240674f8d1f4fb 9074 domount() interprets ZFS filesystem names as relative paths commit 213fcdcbdccbdeb7d33fbae7ba8d2639a6f8fd01 9077 zloop misses core files because they're no longer written into cwd commit 544132fce3fa6583f01318f9559adc46614343a7 8940 Sending an intra-pool resumable send stream may result in EXDEV commit bdfded42e66b9fc1395ff2401aa2952f7c44ae34 9080 recursive enter of vdev_indirect_rwlock from vdev_indirect_remap() commit 667ec66f1b4f491d5e839644e0912cad1c9e7122 9079 race condition in starting and ending condesing thread for indirect vdevs commit 6f7938128a2c5e23f4b970ea101137eadd1470a1 9075 Improve ZFS pool import/load process and corrupted pool recovery commit 6bb6b5762ca4b17cd5fb3c6c123f17489d5635aa 9100 remove sunman rules from the gate Conflicts: usr/src/cmd/smbios/smbios.c
2018-02-139075 Improve ZFS pool import/load process and corrupted pool recoveryPavel Zakharov1-1/+3
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
2018-01-19 [illumos-gate merge]Jerry Jelinek1-4/+3
commit e9b7d6e7f7a6477679a35b73eb3934b096b3dd39 8972 zfs holds: In scripted mode, do not pad columns with spaces commit 5cb8d943bc8513c6230589aad5a409d58b0297cb 8835 Speculative prefetch in ZFS not working for misaligned reads commit 4ae5f5f06c6c2d1db8167480f7d9e3b5378ba2f2 8652 Tautological comparisons with ZPROP_INVAL commit 2ba5f978a4f9b02da9db1b8cdd9ea5498eb00ad9 8641 "zpool clear" and "zinject" don't work on "spare" or "replacing" vdevs commit 620632424515d984b96f0a398e2d0cba9412182c 8560 Reference leak on ipsec_action_t
2018-01-188652 Tautological comparisons with ZPROP_INVALAlan Somers1-4/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Approved by: Gordon Ross <gwr@nexenta.com>
2018-01-11 [illumos-gate merge]Jerry Jelinek1-1/+31
commit 5cabbc6b49070407fb9610cfe73d4c0e0dea3e77 7614 zfs device evacuation/removal commit eb9c32327f4caf584b309530acc3df1b67f1d286 8925 boot1.efi: link with libefi
2018-01-107614 zfs device evacuation/removalPrashanth Sreenivasa1-1/+31
Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Richard Laager <rlaager@wiktel.com> Reviewed by: Tim Chase <tim@chase2k.com> Approved by: Garrett D'Amore <garrett@damore.org>
2017-11-20 [illumos-gate merge]Jerry Jelinek1-0/+1
commit a375f4369f2774fb4628ce225260143f7e530cec 8788 tavor: variable 'cfi_dw_info' set but not used commit 8b8be354eac32fe0c94a52f66250bff1b4e646a1 8787 hermon: variable 'cfi_dw_info' set but not used commit a3b2868063897ff0083dea538f55f9873eec981f 8677 Open-Context Channel Programs commit 9dca21df58d57c2dadfa3bcb1d33c7bd0260cfd8 8807 More recent glib updates break hald build
2017-11-178677 Open-Context Channel ProgramsSerapheim Dimitropoulos1-0/+1
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-10-04OS-6337 Add support for splice() system call to LX brand zonesJerry Jelinek1-0/+4
Reviewed by: Dan McDonald <danmcd@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2017-09-05OS-6275 lx pipe buffer is too smallJerry Jelinek1-10/+2
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Jason King <jason.king@joyent.com>
2017-08-22 [illumos-gate merge]Jerry Jelinek1-0/+14
commit 1702cce751c5cb7ead878d0205a6c90b027e3de8 8414 Implemented zpool scrub pause/resume
2017-08-218414 Implemented zpool scrub pause/resumeAlek Pinchuk1-0/+14
Reviewed by: George Melikov <mail@gmelikov.ru> Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed by: Brad Lewis <brad.lewis@delphix.com> Reviewed by: Serapheim Dimitropoulos <serapheim@delphix.com> Reviewed by: Matt Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-06-29 [illumos-gate merge]Jerry Jelinek6-12/+6
commit 5ceaf02ccc1885ec3499b7d79f2a80ce1325b4d8 8433 vmxnet3: warnings about not supported properties don't help anything commit f862e02cb8d597e430ef5067be483718a65c3370 7962 strxfrm() fails for certain characters commit 5206305f06cf80338a34e00287f3336069e1198b 1198 date formats contain spaces where not expected commit 5549034d757a8b1a23f3957d95e4e9e440c44ebf 8428 8367 breaks cmlb module install on sparc commit 73177167911de9eef96901d8f6d3cb6be7c67574 8309 libbsm should support AUE_sudo audit event commit b4203d757c7c247e39c94c09a94021a3a8121062 8228 cstyle: Remove space-tab sequences in /* All Rights Reserved */ commit bec2e3ffadac8d3536ea115d636d06c7b561623a 8212 manpages contain obsolete references 6019 sleep can't be infinite Conflicts: usr/src/man/man1m/zonecfg.1m usr/src/man/man1/mdb.1
2017-06-278228 cstyle: Remove space-tab sequences in /* All Rights Reserved */Marcel Telka6-12/+6
Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-06-26 [illumos-gate merge]Jerry Jelinek1-1/+27
commit f67cf39ba88ad7c4bee81445cc7a7468e0289f01 commit 7edb9f69d2426b044fa60c7a168c9eaeb12f1884 6431 document FreeBSD regex extensions commit dfc115332c94a2f62058ac7f2bce7631fbd20b3d 7431 ZFS Channel Programs Conflicts: usr/src/lib/libzpool/common/sys/zfs_context.h usr/src/lib/libzfs/common/libzfs_util.c usr/src/lib/libzfs/common/libzfs_impl.h
2017-06-267431 ZFS Channel ProgramsChris Williamson1-1/+27
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2017-06-05 [illumos-gate merge]Jerry Jelinek1-1/+35
commit ce1577b04976f1d8bb5f235b6eaaab15b46a3068 6939 add sysevents to zfs core for commands commit 15ada8fc6dd9f38f563acc69f9f22f88a48b752a 7751 mpt_sas sometimes times out sending SEP messages commit eef6dbdfddc0c59fd812f04dd0521e8356b617e5 8055 mr_sas online-controller-reset (OCR) does not work with some gen3 adapters. commit 0890d2f3364ef2bc17e6f3c41933166ac751b172 8295 tsol: misleading-indentation commit 50f7888b60b9fee4c775b56966f02e23da2deef5 8294 auditd: case values not in enum commit fbab0d0f679993544c054684742e56ef33f4f678 8292 rdc: misleading-indentation commit 991d1963916dde23ad9b4cea0b1aff1b5db71519 8291 sdbc: misleading-indentation commit faaed6b6ad0f1ddac09711eea44b4bedd00bf2ce 8290 libwanboot: misleading-indentation commit 8edd08a7913c626678965a9c38207aeb6b544013 8289 sun_fc: Sun_fcAdapterCreateWWN.cc is missing unistd.h commit c18b20ad4fc1d3aff0273f3ab86b8e4c740a0e83 8288 uts: common/os/cap_util.c has misleading indentation commit 46776310d043163e2f3f1bfbb86de739e691090a 8282 hci1394: self-comparison always evaluates to true commit c193478586214940af708897e19c9a878b6a6223 8281 ucbcmd/ls: misleading-indentation commit 013f378fd2037d955780a89be9601d2633f210ab 8132 loader: boot does leave BE menu in environment
2017-06-046939 add sysevents to zfs core for commandsDave Eddy1-1/+35
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Joshua M. Clulow <jmc@joyent.com> Reviewed by: Josh Wilsdon <jwilsdon@joyent.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Richard Elling <Richard.Elling@RichardElling.com> Reviewed by: Alan Somers <asomers@gmail.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Matthew Ahrens <mahrens@delphix.com>
2017-05-18 [illumos-gate merge]Jerry Jelinek1-0/+1
commit 7855d95b30fd903e3918bad5a29b777e765db821 7446 zpool create should support efi system partition
2017-05-177446 zpool create should support efi system partitionToomas Soome1-0/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Dan McDonald <danmcd@kebe.com>
2017-05-16 [illumos-gate merge]Jerry Jelinek1-4/+5
commit ade42b557a6e29c3d17a61b1535d99af10e379be 8064 need a static DTrace probe in VN_HOLD commit fe4627ef755b7c263f91a0e6f07cdca5d7083501 8149 deadlock between datalink deletion and kstat read commit 4286ffae246c5943dbdc0d830e5e117c900d6baa 7444 fs/xattr.c should be more transparent (zfs_acl_test) commit faf269d301b574ab95145509e30b86f2caad6578 8221 libndmp: misleading-indentation commit 3bf67e00acfe087698262c7f308007f5dfb49f91 8222 libdscfg: misleading-indentation commit 3cf7d3e96c394bb30710bd264c0bb61f4646639f 8215 print: misleading-indentation Conflicts: usr/src/uts/common/io/dls/dls_mgmt.c usr/src/uts/common/fs/tmpfs/tmp_vnops.c usr/src/test/os-tests/tests/Makefile usr/src/test/os-tests/runfiles/default.run usr/src/pkg/manifests/system-test-ostest.mf
2017-05-168064 need a static DTrace probe in VN_HOLDSebastien Roy1-4/+5
Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Prashanth Sreenivasa <pks@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-03-24 [illumos-gate merge]Jerry Jelinek1-1/+1
commit fd3bae1de25e92d631934ef3a53f13bb040103bd 7754 need tmpfs size support in percent commit 401bc9af09d3e2bcb61df16867750651ccb30004 7752 tmpfs should support gigabyte sizes 7753 tmpfs should support "mode" option Conflicts: usr/src/uts/common/sys/fs/tmp.h usr/src/uts/common/fs/tmpfs/tmp_subr.c
2017-03-237752 tmpfs should support gigabyte sizesJoshua M. Clulow1-2/+4
7753 tmpfs should support "mode" option Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@omniti.com>
2016-08-10OS-5577 tmpfs reports incorrect sizing via statvfsPatrick Mooney1-0/+1
OS-5578 lint errors in tmpfs OS-5581 tmpfs panic on DEBUG platform Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Approved by: Jerry Jelinek <jerry.jelinek@joyent.com>
2016-08-03OS-5539 tmpfs space accounting needs improvementRobert Mustacchi1-5/+11
Reviewed by: Alex Wilson <alex.wilson@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Approved by: Patrick Mooney <patrick.mooney@joyent.com>
2016-08-03 [illumos-gate merge]Jerry Jelinek2-16/+18
commit 3bbf88b3546192f29c18986b9fb8a19ff364a4ea 7242 usr/src/cmd/boot build needs cleanup commit b72b6bb10ad55121a1b352c6f68ebdc8e20c9086 7136 ESC_VDEV_REMOVE_AUX ought to always include vdev information 7115 6922 generates ESC_ZFS_VDEV_REMOVE_AUX a bit too often commit 6c60cf15430935d55cc9424e9f4c70acd8592df3 7229 dangerous macros in sdev_impl.h commit 12b90ee2d3b10689fc45f4930d2392f5fe1d9cfa 7230 add assertions to dmu_send_impl() to verify that stream includes BEGIN and END records commit bd56f80007857b960e0981ed0797ad8ec844a96b 7235 remove unused func dsl_dataset_set_blkptr commit be1977d8f5897cf3f531fa59cd0e40fc5c03bcb4 7234 check for empty column strings in svcs commit 0f7643c7376dd69a08acbfc9d1d7d548b10c846a 7090 zfs should improve allocation order and throttle allocations Conflicts: usr/src/uts/common/fs/zfs/vdev_queue.c usr/src/uts/common/fs/zfs/zio.c
2016-08-027229 dangerous macros in sdev_impl.hMatthew Ahrens1-15/+16
Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Eric Diven <eric.diven@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Chris Siden <christopher.siden@delphix.com> Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-08-027090 zfs should improve allocation order and throttle allocationsGeorge Wilson1-1/+2
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Alex Reece <alex@delphix.com> Reviewed by: Christopher Siden <christopher.siden@delphix.com> Reviewed by: Dan Kimmel <dan.kimmel@delphix.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <paul.dagnelie@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Sebastien Roy <sebastien.roy@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-07-15 [illumos-gate merge]Jerry Jelinek1-0/+2
commit 4b5c8e93cab28d3c65ba9d407fd8f46e3be1db1c 7104 increase indirect block size commit 470bc2d6d44a4a70ed9403c0bce321333e897c31 6327 devfsadm and bootadm taking long time for configs with large number of zvols commit 25f7d993adbfb3452ac4625b3791670746d35ae3 7071 lzc_snapshot does not fill in errlist on ENOENT commit dcbf3bd6a1f1360fc1afcee9e22c6dcff7844bf2 6950 ARC should cache compressed data
2016-07-147104 increase indirect block sizeMatthew Ahrens1-0/+2
Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-06-10 [illumos-gate merge]Jerry Jelinek1-0/+4
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 Ahrens1-0/+4
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-06-01 [illumos-gate merge]Patrick Mooney1-1/+1
commit 45b1747515a17db45e8971501ee84a26bdff37b2 7019 zfsdev_ioctl skips secpolicy when FKIOCTL is set 7020 sdev_cleandir can loop forever Conflicts: usr/src/uts/common/fs/dev/sdev_subr.c usr/src/uts/common/fs/dev/sdev_zvolops.c usr/src/uts/common/fs/zfs/zfs_ioctl.c
2016-05-317019 zfsdev_ioctl skips secpolicy when FKIOCTL is setAlex Wilson1-1/+2
7020 sdev_cleandir can loop forever Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-05-20OS-5409 sdev_cleandir can loop foreverAlex Wilson1-0/+1
OS-5395 zfsdev_ioctl skips secpolicy when FKIOCTL is set Reviewed by: Robert Mustacchi <rm@joyent.com>
2016-04-22 [illumos-gate merge]Jerry Jelinek1-0/+4
commit cec7ac1b6fa4b80f0536354cbb975d004e78155b 6924 make libc copyright file contents deterministic commit 26455f9efcf9b1e44937d4d86d1ce37b006f25a9 6052 decouple lzc_create() from the implementation details
2016-04-216052 decouple lzc_create() from the implementation detailsAndriy Gapon1-0/+4
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-15 [illumos-gate merge]Jerry Jelinek1-0/+3
commit 215198a6ad15cf4832370e2f19247abeb36b951a 6736 ZFS per-vdev ZAPs
2016-04-146736 ZFS per-vdev ZAPsJoe Stein1-0/+3
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: John Kennedy <john.kennedy@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Don Brady <don.brady@intel.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-04-11 [illumos-gate merge]Jerry Jelinek1-0/+4
commit 9498083eeaed1aacdde41369b7fa6f3b84870791 6580 zfs-tests use undefined variable WRAPPER commit 01ff4119377acad6b30d6f06f2bfd0f982720b10 6754 zfs-tests: get_substr() function is redundant commit 6401734d545a04c18f68b448202f9d9a77216bb9 6418 zpool should have a label clearing command commit fce7ca969a9af519a625582f23fe1cd13e61c1ec 6819 libsysevent documentation incorrect commit 78c0f49e8991772ff264f861afa37ac436bf9b28 6868 Update hwdata - 20160407 Conflicts: usr/src/man/man3sysevent/sysevent_get_vendor_name.3sysevent
2016-04-096418 zpool should have a label clearing commandWill Andrews1-0/+4
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com>
2016-02-11 [illumos-gate merge]Jerry Jelinek1-1/+2
commit c16bcc4577f389573eff411c7b7e040294078c3b 6550 cmd/zfs: cleanup gcc warnings commit b327cd3f3b4dab4f29e7140159b1e01ed2ceef2a 6551 cmd/zpool: cleanup gcc warnings
2016-02-106550 cmd/zfs: cleanup gcc warningsIgor Kozhukhov1-1/+2
Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Approved by: Dan McDonald <danmcd@omniti.com>
2016-02-09 [illumos-gate merge]Jerry Jelinek1-0/+1
commit d7e7cb9c207e40874f6a4b61ca8ea1526b5555bd 6528 need casesensitivity/normalization test cases for zfs-tests commit c3d26abc9ee97b4f60233556aadeb57e0bd30bb9 5027 zfs large block support (add copyright)