svn commit: r341633 - stable/10/sys/security/audit

2018-12-06 Thread Andriy Gapon
Author: avg Date: Thu Dec 6 13:32:51 2018 New Revision: 341633 URL: https://svnweb.freebsd.org/changeset/base/341633 Log: MFC r336641: fix incorrect operator in the AUDITPIPE_SET_QLIMIT bounds check PR: 229983 Modified: stable/10/sys/security/audit/audit_pipe.c Directory

svn commit: r340184 - stable/10/sys/fs/nfsserver

2018-11-06 Thread Andriy Gapon
Author: avg Date: Tue Nov 6 14:22:44 2018 New Revision: 340184 URL: https://svnweb.freebsd.org/changeset/base/340184 Log: MFC r339595: nfsrvd_readdirplus: for some errors, do not fail the entire request Sponsored by: Panzura Modified: stable/10/sys/fs/nfsserver/nfs_nfsdport.c

svn commit: r335627 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:57:03 2018 New Revision: 335627 URL: https://svnweb.freebsd.org/changeset/base/335627 Log: MFC r334002: uchcom: extend hardware support to version 0x30 Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props changed)

svn commit: r335625 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:55:19 2018 New Revision: 335625 URL: https://svnweb.freebsd.org/changeset/base/335625 Log: MFC r334001: uchcom: remove UCHCOM_REG_BREAK2 alias of UCHCOM_REG_LCR1 Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props

svn commit: r335623 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:53:30 2018 New Revision: 335623 URL: https://svnweb.freebsd.org/changeset/base/335623 Log: MFC r334000: uchcom: reject parity and double stop bits as unsupported Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props

svn commit: r335621 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:50:46 2018 New Revision: 335621 URL: https://svnweb.freebsd.org/changeset/base/335621 Log: MFC r333999: uchcom: add a hardware configuration tweak seen in Linux code Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props

svn commit: r335619 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:49:13 2018 New Revision: 335619 URL: https://svnweb.freebsd.org/changeset/base/335619 Log: MFC r333998: uchcom: add DPRINTF-s to aid debugging of the driver Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props changed)

svn commit: r335617 - stable/10/sys/dev/usb/serial

2018-06-25 Thread Andriy Gapon
Author: avg Date: Mon Jun 25 08:47:54 2018 New Revision: 335617 URL: https://svnweb.freebsd.org/changeset/base/335617 Log: MFC r333997: uchcom: report detected product based on USB product ID Modified: stable/10/sys/dev/usb/serial/uchcom.c Directory Properties: stable/10/ (props changed)

svn commit: r335557 - in stable/10/sys: arm/arm mips/mips

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 11:16:17 2018 New Revision: 335557 URL: https://svnweb.freebsd.org/changeset/base/335557 Log: MFC r333667: followup to r332730/r332752: set kdb_why to "trap" for fatal traps This change updates arm, arm64 and mips achitectures. Additionally, it removes

svn commit: r335549 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 10:13:15 2018 New Revision: 335549 URL: https://svnweb.freebsd.org/changeset/base/335549 Log: Revert r335546 as temporary pool name feature has not been merged Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Directory Properties:

svn commit: r335546 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 09:41:13 2018 New Revision: 335546 URL: https://svnweb.freebsd.org/changeset/base/335546 Log: MFC r333630: Fix 'zpool create -t ' Creating a pool with a temporary name fails when we also specify custom dataset properties: this is because we mistakenly call

svn commit: r335543 - stable/10/sys/dev/amdsbwd

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 09:26:05 2018 New Revision: 335543 URL: https://svnweb.freebsd.org/changeset/base/335543 Log: MFC r333269: amdsbwd: fix reboot status reporting Modified: stable/10/sys/dev/amdsbwd/amd_chipset.h stable/10/sys/dev/amdsbwd/amdsbwd.c Directory Properties:

svn commit: r335541 - stable/10/sys/cddl/compat/opensolaris/kern

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 09:23:06 2018 New Revision: 335541 URL: https://svnweb.freebsd.org/changeset/base/335541 Log: MFC r333243: opensolaris system_taskq does not need to run at maximum priority Modified: stable/10/sys/cddl/compat/opensolaris/kern/opensolaris_taskq.c Directory

svn commit: r335538 - stable/10/sys/dev/amdsbwd

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 09:20:50 2018 New Revision: 335538 URL: https://svnweb.freebsd.org/changeset/base/335538 Log: MFC r333212: amdsbwd: add suspend and resume methods Modified: stable/10/sys/dev/amdsbwd/amdsbwd.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r335534 - stable/10/sys/dev/acpica

2018-06-22 Thread Andriy Gapon
Author: avg Date: Fri Jun 22 09:09:59 2018 New Revision: 335534 URL: https://svnweb.freebsd.org/changeset/base/335534 Log: MFC r333209: hpet: use macros instead of magic values for the timer mode Modified: stable/10/sys/dev/acpica/acpi_hpet.c Directory Properties: stable/10/ (props

svn commit: r333205 - in stable/10/sys: amd64/amd64 i386/i386 powerpc/aim powerpc/booke sys

2018-05-03 Thread Andriy Gapon
Author: avg Date: Thu May 3 07:57:08 2018 New Revision: 333205 URL: https://svnweb.freebsd.org/changeset/base/333205 Log: MFC r332752: set kdb_why to "trap" when calling kdb_trap from trap_fatal This will allow to hook a ddb script to "kdb.enter.trap" event. Previously there was no

svn commit: r333202 - in stable/10/sys/powerpc: aim booke

2018-05-03 Thread Andriy Gapon
Author: avg Date: Thu May 3 07:37:49 2018 New Revision: 333202 URL: https://svnweb.freebsd.org/changeset/base/333202 Log: follow-up to r333201 for powerpc, no kdb_active check in trap_fatal This is a direct commit as there are two copies of trap_fatal for powerpc in this branch.

svn commit: r333201 - in stable/10/sys: amd64/amd64 i386/i386

2018-05-03 Thread Andriy Gapon
Author: avg Date: Thu May 3 07:34:10 2018 New Revision: 333201 URL: https://svnweb.freebsd.org/changeset/base/333201 Log: MFC r332730: don't check for kdb reentry in trap_fatal(), it's impossible Sponsored by: Panzura Modified: stable/10/sys/amd64/amd64/trap.c

svn commit: r333198 - stable/10/usr.sbin/mountd

2018-05-03 Thread Andriy Gapon
Author: avg Date: Thu May 3 07:28:49 2018 New Revision: 333198 URL: https://svnweb.freebsd.org/changeset/base/333198 Log: MFC r332559: mountd: fix a crash when getgrouplist reports too many groups Sponsored by: Panzura Modified: stable/10/usr.sbin/mountd/mountd.c Directory Properties:

svn commit: r332759 - in stable/10/sys: amd64/amd64 i386/i386

2018-04-19 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 06:20:53 2018 New Revision: 332759 URL: https://svnweb.freebsd.org/changeset/base/332759 Log: MFC r331875: x86 cpu_reset: if failed to switch to BSP proceed to cpu_reset_real Modified: stable/10/sys/amd64/amd64/vm_machdep.c stable/10/sys/i386/i386/vm_machdep.c

svn commit: r332757 - in stable/10/sys: amd64/amd64 i386/i386

2018-04-19 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 06:13:41 2018 New Revision: 332757 URL: https://svnweb.freebsd.org/changeset/base/332757 Log: MFC r331874: x86 cpu_reset_proxy: no need to stop_cpus() the original processor Modified: stable/10/sys/amd64/amd64/vm_machdep.c stable/10/sys/i386/i386/vm_machdep.c

svn commit: r332754 - in stable/10: sbin/mount sys/kern

2018-04-18 Thread Andriy Gapon
Author: avg Date: Thu Apr 19 05:52:47 2018 New Revision: 332754 URL: https://svnweb.freebsd.org/changeset/base/332754 Log: MFC r331616: vfs_donmount: in certain cases try r/o mount if r/w mount fails If the operation is not an update, if neither r/w nor r/o mode is explicitly requested,

svn commit: r332098 - stable/10/sys/i386/i386

2018-04-06 Thread Andriy Gapon
Author: avg Date: Fri Apr 6 12:39:47 2018 New Revision: 332098 URL: https://svnweb.freebsd.org/changeset/base/332098 Log: MFC r331761: align i386 cpu_reset() with amd64 version Modified: stable/10/sys/i386/i386/vm_machdep.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r332096 - stable/10/sys/geom

2018-04-06 Thread Andriy Gapon
Author: avg Date: Fri Apr 6 12:23:59 2018 New Revision: 332096 URL: https://svnweb.freebsd.org/changeset/base/332096 Log: MFC r330977: g_access: deal with races created by geoms that drop the topology lock PR: 225960 Modified: stable/10/sys/geom/geom.h

svn commit: r332094 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2018-04-06 Thread Andriy Gapon
Author: avg Date: Fri Apr 6 11:48:12 2018 New Revision: 332094 URL: https://svnweb.freebsd.org/changeset/base/332094 Log: MFC r330295: ZFS: fix adding vdevs to very large pools PR: 226096 Modified: stable/10/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_import.c Directory

svn commit: r331910 - in stable/10/sys: amd64/amd64 i386/i386 kern sys x86/acpica

2018-04-03 Thread Andriy Gapon
Author: avg Date: Tue Apr 3 07:52:06 2018 New Revision: 331910 URL: https://svnweb.freebsd.org/changeset/base/331910 Log: MFC r327056: Use resume_cpus() instead of restart_cpus() to resume from ACPI suspension. The merge needed fixing because common x86 code changed by the original

svn commit: r331612 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-03-27 Thread Andriy Gapon
Author: avg Date: Tue Mar 27 11:34:34 2018 New Revision: 331612 URL: https://svnweb.freebsd.org/changeset/base/331612 Log: MFC r330974: MFV r330973: 9164 assert: newds == os->os_dsl_dataset PR: 225877 Modified:

svn commit: r331305 - stable/10/sys/x86/x86

2018-03-21 Thread Andriy Gapon
Author: avg Date: Wed Mar 21 15:13:47 2018 New Revision: 331305 URL: https://svnweb.freebsd.org/changeset/base/331305 Log: MFC r330793: fix r297857, do not modify CPU extension bits under virtual machines PR: 213155 Modified: stable/10/sys/x86/x86/identcpu.c Directory

svn commit: r331301 - stable/10/sys/ddb

2018-03-21 Thread Andriy Gapon
Author: avg Date: Wed Mar 21 15:05:45 2018 New Revision: 331301 URL: https://svnweb.freebsd.org/changeset/base/331301 Log: MFC r330374: db_script_exec: use a saved script name when reporting commands executed Modified: stable/10/sys/ddb/db_script.c Directory Properties: stable/10/

svn commit: r330989 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 11:04:30 2018 New Revision: 330989 URL: https://svnweb.freebsd.org/changeset/base/330989 Log: MFC r330057: add ZFS_ENTER protection to .zfs/snapshot vnode operations that need it Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c

svn commit: r330987 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-03-15 Thread Andriy Gapon
Author: avg Date: Thu Mar 15 11:00:55 2018 New Revision: 330987 URL: https://svnweb.freebsd.org/changeset/base/330987 Log: MFC r322245,r329717: MFV r322242: 8373 TXG_WAIT in ZIL commit path MFC r322245: MFV r322242: 8373 TXG_WAIT in ZIL commit path MFC r329717: MFV r329715: 8997 ztest

svn commit: r330589 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-03-07 Thread Andriy Gapon
Author: avg Date: Wed Mar 7 13:40:15 2018 New Revision: 330589 URL: https://svnweb.freebsd.org/changeset/base/330589 Log: MFC r329714: MFV r329713: 8731 ASSERT3U(nui64s, <=, UINT16_MAX) fails for large blocks Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_fm.c

svn commit: r330238 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 10:57:50 2018 New Revision: 330238 URL: https://svnweb.freebsd.org/changeset/base/330238 Log: MFC r329314: MFV r329313: 8857 zio_remove_child() panic due to already destroyed parent zio PR: 223803 Modified:

svn commit: r330234 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-03-01 Thread Andriy Gapon
Author: avg Date: Thu Mar 1 08:30:08 2018 New Revision: 330234 URL: https://svnweb.freebsd.org/changeset/base/330234 Log: MFC r329711: MFV r329710: 8966 use after end of the lifetime of a local variable PR: 225162 Modified:

svn commit: r330071 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:51:21 2018 New Revision: 330071 URL: https://svnweb.freebsd.org/changeset/base/330071 Log: MFC r329556,r329820 remove an assert in zfsctl_snapdir_lookup to match r323578 Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c Directory

svn commit: r330069 - stable/10/sys/amd64/vmm/amd

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:47:56 2018 New Revision: 330069 URL: https://svnweb.freebsd.org/changeset/base/330069 Log: MFC r329364: move vintr_intercept_enabled under INVARIANTS Modified: stable/10/sys/amd64/vmm/amd/svm.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r330067 - stable/10/sys/kern

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:45:55 2018 New Revision: 330067 URL: https://svnweb.freebsd.org/changeset/base/330067 Log: MFC r328996: exec_map_first_page: fix an inverse condition introduced in r254138 Modified: stable/10/sys/kern/kern_exec.c Directory Properties: stable/10/ (props

svn commit: r330065 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:43:19 2018 New Revision: 330065 URL: https://svnweb.freebsd.org/changeset/base/330065 Log: MFC r329016: remove a duplicate assignment Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties: stable/10/ (props

svn commit: r330063 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:41:35 2018 New Revision: 330063 URL: https://svnweb.freebsd.org/changeset/base/330063 Log: MFC r328881: zfs: move a utility function, ioflags, closer to its consumers Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory

svn commit: r330059 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-02-27 Thread Andriy Gapon
Author: avg Date: Tue Feb 27 14:23:43 2018 New Revision: 330059 URL: https://svnweb.freebsd.org/changeset/base/330059 Log: MFC r328217: zfs: no need to check that size of zfs_cmd_t is not greater than IOCPARM_MAX Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c

svn commit: r329321 - stable/10/sys/amd64/vmm/amd

2018-02-15 Thread Andriy Gapon
Author: avg Date: Thu Feb 15 17:10:42 2018 New Revision: 329321 URL: https://svnweb.freebsd.org/changeset/base/329321 Log: MFC r328622: vmm/svm: post LAPIC interrupts using event injection PR: 215972 Modified: stable/10/sys/amd64/vmm/amd/svm.c Directory Properties:

svn commit: r329319 - in stable/10/sys: cam/scsi geom

2018-02-15 Thread Andriy Gapon
Author: avg Date: Thu Feb 15 16:31:35 2018 New Revision: 329319 URL: https://svnweb.freebsd.org/changeset/base/329319 Log: MFC r327996: geom_disk / scsi_da: deny opening write-protected disks for writing Ths change consists of two parts. geom_disk: deny opening a disk for writing if

svn commit: r328845 - stable/10/sys/dev/amdsbwd

2018-02-04 Thread Andriy Gapon
Author: avg Date: Sun Feb 4 13:58:29 2018 New Revision: 328845 URL: https://svnweb.freebsd.org/changeset/base/328845 Log: MFC r327775: amdsbwd: fix handling of timeout values beyond the supported range Modified: stable/10/sys/dev/amdsbwd/amdsbwd.c Directory Properties: stable/10/

svn commit: r328842 - stable/10/sys/amd64/vmm/amd

2018-02-04 Thread Andriy Gapon
Author: avg Date: Sun Feb 4 13:54:43 2018 New Revision: 328842 URL: https://svnweb.freebsd.org/changeset/base/328842 Log: MFC r327726: vmm/svm: contigmalloc of the whole svm_softc is excessive Modified: stable/10/sys/amd64/vmm/amd/svm.c stable/10/sys/amd64/vmm/amd/svm_softc.h Directory

svn commit: r328051 - stable/10/sys/dev/usb

2018-01-16 Thread Andriy Gapon
Author: avg Date: Tue Jan 16 11:25:08 2018 New Revision: 328051 URL: https://svnweb.freebsd.org/changeset/base/328051 Log: MFC r327724: usbdevs: add ASMedia vendor ID Modified: stable/10/sys/dev/usb/usbdevs Directory Properties: stable/10/ (props changed) Modified:

svn commit: r328048 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2018-01-16 Thread Andriy Gapon
Author: avg Date: Tue Jan 16 11:22:07 2018 New Revision: 328048 URL: https://svnweb.freebsd.org/changeset/base/328048 Log: MFC r327725: zfs_mount: restore a bit of ifdef-out illumos code Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c Directory Properties:

svn commit: r328002 - stable/10/sys/amd64/vmm/amd

2018-01-15 Thread Andriy Gapon
Author: avg Date: Mon Jan 15 12:17:26 2018 New Revision: 328002 URL: https://svnweb.freebsd.org/changeset/base/328002 Log: MFC r327593: Fix a couple of comments in AMD Virtual Machine Control Block structure Modified: stable/10/sys/amd64/vmm/amd/vmcb.h Directory Properties: stable/10/

svn commit: r328000 - stable/10/sys/ddb

2018-01-15 Thread Andriy Gapon
Author: avg Date: Mon Jan 15 12:15:04 2018 New Revision: 328000 URL: https://svnweb.freebsd.org/changeset/base/328000 Log: MFC r326567: ddb: fix validation of cpu id in 'set db_cpu=x' Modified: stable/10/sys/ddb/db_sym.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r327998 - stable/10/share/examples/bhyve

2018-01-15 Thread Andriy Gapon
Author: avg Date: Mon Jan 15 12:00:34 2018 New Revision: 327998 URL: https://svnweb.freebsd.org/changeset/base/327998 Log: MFC r326140: vmrun.sh: add -A option for AHCI emulation of disk devices Modified: stable/10/share/examples/bhyve/vmrun.sh Directory Properties: stable/10/ (props

svn commit: r326428 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-12-01 Thread Andriy Gapon
Author: avg Date: Fri Dec 1 11:14:13 2017 New Revision: 326428 URL: https://svnweb.freebsd.org/changeset/base/326428 Log: MFC r326070: zfs_write: fix problem with writes appearing to succeed when over quota The problem happens when the writes have offsets and sizes aligned with a

svn commit: r326426 - stable/10/sys/cddl/compat/opensolaris/kern

2017-12-01 Thread Andriy Gapon
Author: avg Date: Fri Dec 1 11:11:25 2017 New Revision: 326426 URL: https://svnweb.freebsd.org/changeset/base/326426 Log: MFC r326067: make illumos uiocopy use vn_io_fault_uiomove Modified: stable/10/sys/cddl/compat/opensolaris/kern/opensolaris_uio.c Directory Properties: stable/10/

svn commit: r325932 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-11-17 Thread Andriy Gapon
Author: avg Date: Fri Nov 17 10:13:24 2017 New Revision: 325932 URL: https://svnweb.freebsd.org/changeset/base/325932 Log: MFC r325610: MFV r325609: 7531 Assign correct flags to prefetched buffers Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dbuf.c

svn commit: r325915 - in stable/10/cddl: contrib/opensolaris/cmd/zdb contrib/opensolaris/cmd/ztest contrib/opensolaris/lib/libcmdutils contrib/opensolaris/lib/libzfs/common contrib/opensolaris/lib/...

2017-11-16 Thread Andriy Gapon
Author: avg Date: Thu Nov 16 23:36:19 2017 New Revision: 325915 URL: https://svnweb.freebsd.org/changeset/base/325915 Log: MFC r325035: MFV r325013,r325034: 640 number_to_scaled_string is duplicated in several commands FreeBSD note: of all libcmdutils functionality ZFS (and other illumos

svn commit: r325913 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-16 Thread Andriy Gapon
Author: avg Date: Thu Nov 16 23:02:04 2017 New Revision: 325913 URL: https://svnweb.freebsd.org/changeset/base/325913 Log: MFC r325228: vdev_geom_close: close errored consumer even if vdev_reopening is set Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c

svn commit: r325910 - stable/10/sys/cddl/contrib/opensolaris/common/zfs

2017-11-16 Thread Andriy Gapon
Author: avg Date: Thu Nov 16 22:47:41 2017 New Revision: 325910 URL: https://svnweb.freebsd.org/changeset/base/325910 Log: MFC r325606: MFV r325605: 8713 Buffer overflow in dsl_dataset_name() Modified: stable/10/sys/cddl/contrib/opensolaris/common/zfs/zfs_namecheck.c Directory Properties:

svn commit: r325908 - stable/10/sys/geom

2017-11-16 Thread Andriy Gapon
Author: avg Date: Thu Nov 16 22:37:03 2017 New Revision: 325908 URL: https://svnweb.freebsd.org/changeset/base/325908 Log: MFC r325227,r325272: geom_slice: do not destroy softc until providers are gone Note: there was a merge conflict, likely because of a missing MFC of an earlier

svn commit: r325540 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-11-08 Thread Andriy Gapon
Author: avg Date: Wed Nov 8 09:35:06 2017 New Revision: 325540 URL: https://svnweb.freebsd.org/changeset/base/325540 Log: MFC r324757: remove spa_sync_on assert from spa_async_thread_vd Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c Directory Properties:

svn commit: r325224 - stable/10/sys/dev/iscsi

2017-10-31 Thread Andriy Gapon
Author: avg Date: Tue Oct 31 09:57:10 2017 New Revision: 325224 URL: https://svnweb.freebsd.org/changeset/base/325224 Log: MFC r324694: never retry oustanding requests when terminating iscsi session Modified: stable/10/sys/dev/iscsi/iscsi.c Directory Properties: stable/10/ (props

svn commit: r325226 - stable/10/sys/dev/iscsi

2017-10-31 Thread Andriy Gapon
Author: avg Date: Tue Oct 31 09:58:51 2017 New Revision: 325226 URL: https://svnweb.freebsd.org/changeset/base/325226 Log: MFC r324957: iscsi_shutdown_post: do nothing if panic-ing Modified: stable/10/sys/dev/iscsi/iscsi.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r325152 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-30 Thread Andriy Gapon
Author: avg Date: Mon Oct 30 10:35:45 2017 New Revision: 325152 URL: https://svnweb.freebsd.org/changeset/base/325152 Log: MFC r324348: MFV r316934: 7340 receive manual origin should override automatic origin Modified: stable/10/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_sendrecv.c

svn commit: r325150 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-30 Thread Andriy Gapon
Author: avg Date: Mon Oct 30 10:33:05 2017 New Revision: 325150 URL: https://svnweb.freebsd.org/changeset/base/325150 Log: MFC r324347: MFV r316933: 5142 libzfs support raidz root pool (loader project) FreeBSD note: we have long supported this feature, this commit only removes a small

svn commit: r325148 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-30 Thread Andriy Gapon
Author: avg Date: Mon Oct 30 10:29:31 2017 New Revision: 325148 URL: https://svnweb.freebsd.org/changeset/base/325148 Log: MFC r324346: MFV r316931: 6268 zfs diff confused by moving a file to another directory Modified: stable/10/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_diff.c

svn commit: r325140 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-30 Thread Andriy Gapon
Author: avg Date: Mon Oct 30 09:01:52 2017 New Revision: 325140 URL: https://svnweb.freebsd.org/changeset/base/325140 Log: MFC r324345: MFV r316877: 7571 non-present readonly numeric ZFS props do not have default valu Modified:

svn commit: r324749 - in stable/10/sys: kern sys

2017-10-19 Thread Andriy Gapon
Author: avg Date: Thu Oct 19 08:00:34 2017 New Revision: 324749 URL: https://svnweb.freebsd.org/changeset/base/324749 Log: MFC r324311: sysctl-s in a module should be accessible only when the module is initialized Sponsored by: Panzura Modified: stable/10/sys/kern/kern_linker.c

svn commit: r324747 - stable/10/etc/devd

2017-10-19 Thread Andriy Gapon
Author: avg Date: Thu Oct 19 07:23:47 2017 New Revision: 324747 URL: https://svnweb.freebsd.org/changeset/base/324747 Log: MFC r324312: fix the misleading log facility used in devd/zfs.conf Modified: stable/10/etc/devd/zfs.conf Directory Properties: stable/10/ (props changed) Modified:

svn commit: r324745 - stable/10/sys/cddl/compat/opensolaris/kern

2017-10-19 Thread Andriy Gapon
Author: avg Date: Thu Oct 19 07:21:45 2017 New Revision: 324745 URL: https://svnweb.freebsd.org/changeset/base/324745 Log: MFC r324309: remove heuristic error detection from ddi_strto*() Modified: stable/10/sys/cddl/compat/opensolaris/kern/opensolaris_sunddi.c Directory Properties:

svn commit: r324589 - stable/10/sys/geom/mirror

2017-10-13 Thread Andriy Gapon
Author: avg Date: Fri Oct 13 09:14:05 2017 New Revision: 324589 URL: https://svnweb.freebsd.org/changeset/base/324589 Log: MFC r323612: gmirror: treat ENXIO as disk disconnect, not media error Modified: stable/10/sys/geom/mirror/g_mirror.c stable/10/sys/geom/mirror/g_mirror.h Directory

svn commit: r324587 - stable/10/cddl/contrib/opensolaris/lib/libzpool/common

2017-10-13 Thread Andriy Gapon
Author: avg Date: Fri Oct 13 09:11:24 2017 New Revision: 324587 URL: https://svnweb.freebsd.org/changeset/base/324587 Log: MFC r323528: MFV r323527: 5815 libzpool's panic function doesn't set global panicstr Modified: stable/10/cddl/contrib/opensolaris/lib/libzpool/common/kernel.c Directory

svn commit: r324585 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-13 Thread Andriy Gapon
Author: avg Date: Fri Oct 13 09:07:58 2017 New Revision: 324585 URL: https://svnweb.freebsd.org/changeset/base/324585 Log: MFC r323525: MFV r323523: 8331 zfs_unshare returns wrong error code for smb unshare failure Modified:

svn commit: r324582 - stable/10/cddl/contrib/opensolaris/lib/libzfs/common

2017-10-13 Thread Andriy Gapon
Author: avg Date: Fri Oct 13 09:05:20 2017 New Revision: 324582 URL: https://svnweb.freebsd.org/changeset/base/324582 Log: MFC r323524: MFV r316932: 6280 libzfs: unshare_one() could fail with EZFS_SHARENFSFAILED Modified: stable/10/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_mount.c

svn commit: r324295 - in stable/10/sys: cddl/compat/opensolaris/kern kern

2017-10-05 Thread Andriy Gapon
Author: avg Date: Thu Oct 5 07:16:31 2017 New Revision: 324295 URL: https://svnweb.freebsd.org/changeset/base/324295 Log: MFC r323578,r323769: dounmount: do not release the mount point's reference on the covered vnode As long as mnt_ref is not zero there can be a consumer that might try

svn commit: r324256 - in stable/10/cddl/contrib/opensolaris: cmd/zpool lib/libzfs/common

2017-10-04 Thread Andriy Gapon
Author: avg Date: Wed Oct 4 07:43:23 2017 New Revision: 324256 URL: https://svnweb.freebsd.org/changeset/base/324256 Log: MFC r323791: MFV r323790: 8567 Inconsistent return value in zpool_read_label Modified: stable/10/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c

svn commit: r324254 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-10-04 Thread Andriy Gapon
Author: avg Date: Wed Oct 4 07:37:57 2017 New Revision: 324254 URL: https://svnweb.freebsd.org/changeset/base/324254 Log: MFC r323483: zfsctl_snapdir_lookup should be able to handle an uncovered vnode Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ctldir.c Directory

svn commit: r324251 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-10-04 Thread Andriy Gapon
Author: avg Date: Wed Oct 4 07:35:49 2017 New Revision: 324251 URL: https://svnweb.freebsd.org/changeset/base/324251 Log: MFC r323481: zfsvfs_hold: assert that the busied filesystem can not be unmounted Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c

svn commit: r324204 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-10-02 Thread Andriy Gapon
Author: avg Date: Mon Oct 2 12:47:35 2017 New Revision: 324204 URL: https://svnweb.freebsd.org/changeset/base/324204 Log: MFC r323918: MFV r323917: 8648 Fix range locking in ZIL commit codepath This fixes a problem introduced in r320496, MFC of r308782. Modified:

svn commit: r324159 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-10-01 Thread Andriy Gapon
Author: avg Date: Sun Oct 1 14:50:58 2017 New Revision: 324159 URL: https://svnweb.freebsd.org/changeset/base/324159 Log: MFC r323522: slightly simplify zfs_vptocnp Modified: stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c Directory Properties: stable/10/ (props

svn commit: r324009 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-26 Thread Andriy Gapon
Author: avg Date: Tue Sep 26 09:32:29 2017 New Revision: 324009 URL: https://svnweb.freebsd.org/changeset/base/324009 Log: MFC r323480: zfs_get_vfs: reference a requested filesystem instead of vfs_busy-ing it Sponsored by: Panzura Modified:

svn commit: r324005 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-09-26 Thread Andriy Gapon
Author: avg Date: Tue Sep 26 08:45:11 2017 New Revision: 324005 URL: https://svnweb.freebsd.org/changeset/base/324005 Log: MFC r323479,r323491: zfs: tighten debug versions of ZTOV and VTOZ Sponsored by: Panzura Modified:

svn commit: r323788 - stable/10/sys/dev/jedec_ts

2017-09-20 Thread Andriy Gapon
Author: avg Date: Wed Sep 20 06:29:11 2017 New Revision: 323788 URL: https://svnweb.freebsd.org/changeset/base/323788 Log: MFC r323540: jedec_ts: add many more devices from various vendors The new IDs are taken from the hardware to which I have access and from open datasheets. Also,

svn commit: r323762 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 12:43:47 2017 New Revision: 323762 URL: https://svnweb.freebsd.org/changeset/base/323762 Log: MFC r323482: zfs_ctldir: remove obsolete / bogus ARGSUSED lint directives None of the tagged functions had unused parameters. Modified:

svn commit: r323759 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:26:13 2017 New Revision: 323759 URL: https://svnweb.freebsd.org/changeset/base/323759 Log: MFC r322241: MFV r322240: 8491 uberblock on-disk padding to reserve space for smoothly merging zpool checkpoint & MMP in ZFS

svn commit: r323756 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 09:15:07 2017 New Revision: 323756 URL: https://svnweb.freebsd.org/changeset/base/323756 Log: MFC r38: MFV r37: 8377 Panic in bookmark deletion illumos/illumos-gate@42418f9e73f0d007aa87675ecc206c26fc8e073e

svn commit: r323747 - stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:43:45 2017 New Revision: 323747 URL: https://svnweb.freebsd.org/changeset/base/323747 Log: MFC r321471: spa_import_rootpool should be able to handle an imported root pool That is required to support reboot -r with a new root filesystem being on an already

svn commit: r323745 - in stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:39:54 2017 New Revision: 323745 URL: https://svnweb.freebsd.org/changeset/base/323745 Log: MFC r320352: zfs: port vdev_file part of illumos change 3306 3306 zdb should be able to issue reads in parallel

svn commit: r323742 - stable/10/sys/dev/jedec_ts

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:29:53 2017 New Revision: 323742 URL: https://svnweb.freebsd.org/changeset/base/323742 Log: MFC r320266: jedec_ts: add support for devices manufactured by IDT Full manufacturer name is Integrated Device Technology, Inc. Supported devices include TSE2002B3C

svn commit: r323739 - stable/10/usr.sbin/bhyveload

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 08:19:20 2017 New Revision: 323739 URL: https://svnweb.freebsd.org/changeset/base/323739 Log: MFV r320195: bhyveload: correctly query size of disks On FreeBSD fstat(2) works fine for querying sizes of plain files, but not so much for character devices. So,

svn commit: r323737 - stable/10/sys/cam/ata

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:39:39 2017 New Revision: 323737 URL: https://svnweb.freebsd.org/changeset/base/323737 Log: MFV r318962: Allow PROBE_SPINUP to fail in CAM ATA transport The motivation for this is two-fold. 1. Some old WD SATA disks may appear as if they need to be spun

svn commit: r323735 - in stable/10/cddl: contrib/opensolaris/cmd/dtrace/test/tst/common/aggs usr.sbin/dtrace/tests/common/aggs

2017-09-19 Thread Andriy Gapon
com> Approved by: Robert Mustacchi <r...@joyent.com> Author: Andriy Gapon <a...@freebsd.org> Sponsored by: Panzura Added: stable/10/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/tst.stddev.normalize.d - copied unchanged from r319746, head/cddl/contrib/open

svn commit: r323733 - stable/10/sys/x86/x86

2017-09-19 Thread Andriy Gapon
Author: avg Date: Tue Sep 19 07:19:27 2017 New Revision: 323733 URL: https://svnweb.freebsd.org/changeset/base/323733 Log: MFC r319212: fix indentation Modified: stable/10/sys/x86/x86/identcpu.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/x86/x86/identcpu.c

svn commit: r320496 - in stable/10: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2017-06-30 Thread Andriy Gapon
Author: avg Date: Fri Jun 30 09:34:50 2017 New Revision: 320496 URL: https://svnweb.freebsd.org/changeset/base/320496 Log: MFC r308782: After some ZIL changes 6 years ago zil_slog_limit got partially broken due to zl_itx_list_sz not updated when async itx'es upgraded to sync. Actually

Re: svn commit: r280455 - in stable/10: lib/libpmc sys/amd64/conf sys/dev/hwpmc sys/sys usr.sbin usr.sbin/pmcstudy

2017-06-20 Thread Andriy Gapon
s yesterday. I've just merged that commit. Thank you all. >> >> The change to GENERIC looks like it slipped in by accident? Neither of the >> commits to HEAD enabled hwpmc in GENERIC AFAICT. -- Andriy Gapon ___ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

svn commit: r320137 - stable/10/lib/libpmc

2017-06-20 Thread Andriy Gapon
Author: avg Date: Tue Jun 20 08:01:13 2017 New Revision: 320137 URL: https://svnweb.freebsd.org/changeset/base/320137 Log: MFC r279833: Use the correct event table for Haswell Xeon events Modified: stable/10/lib/libpmc/libpmc.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r320116 - stable/10/sys/dev/vmware/vmxnet3

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:41:39 2017 New Revision: 320116 URL: https://svnweb.freebsd.org/changeset/base/320116 Log: MFC r318867: fix vmxnet3 crash when LRO is enabled Sponsored by: Panzura Modified: stable/10/sys/dev/vmware/vmxnet3/if_vmx.c Directory Properties: stable/10/

svn commit: r320115 - stable/10/sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:38:22 2017 New Revision: 320115 URL: https://svnweb.freebsd.org/changeset/base/320115 Log: MFC r311224: Fix PMC architecture check to handle later IPAs including Skylake Modified: stable/10/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable/10/ (props

svn commit: r320113 - in stable/10: lib/libpmc sys/dev/hwpmc sys/sys

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:34:07 2017 New Revision: 320113 URL: https://svnweb.freebsd.org/changeset/base/320113 Log: MFC r291494: Add support for Intel Skylake and Intel Broadwell PMC's. Modified: stable/10/lib/libpmc/libpmc.c stable/10/sys/dev/hwpmc/hwpmc_core.c

svn commit: r320112 - stable/10/sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:24:37 2017 New Revision: 320112 URL: https://svnweb.freebsd.org/changeset/base/320112 Log: MFC r281101: Remove whitespace [in hwpmc] Modified: stable/10/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r320110 - stable/10/sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:22:05 2017 New Revision: 320110 URL: https://svnweb.freebsd.org/changeset/base/320110 Log: MFC r279836: Add missing counter definitions Modified: stable/10/sys/dev/hwpmc/hwpmc_core.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r320109 - in stable/10: lib/libpmc sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:20:30 2017 New Revision: 320109 URL: https://svnweb.freebsd.org/changeset/base/320109 Log: MFC r279835: Fix Ivy Bridge+ MEM_UOPS_RETIRED counters Modified: stable/10/lib/libpmc/pmc.haswell.3 stable/10/lib/libpmc/pmc.haswellxeon.3

svn commit: r320107 - stable/10/sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:16:47 2017 New Revision: 320107 URL: https://svnweb.freebsd.org/changeset/base/320107 Log: MFC r279834: Support architectural events on Haswell/Ivy Bridge Modified: stable/10/sys/dev/hwpmc/pmc_events.h Directory Properties: stable/10/ (props changed)

svn commit: r320106 - in stable/10: lib/libpmc sys/dev/hwpmc

2017-06-19 Thread Andriy Gapon
Author: avg Date: Mon Jun 19 15:13:20 2017 New Revision: 320106 URL: https://svnweb.freebsd.org/changeset/base/320106 Log: MFC r279832: Fix Sandy Bridge+ hwpmc branch counters Modified: stable/10/lib/libpmc/pmc.haswell.3 stable/10/lib/libpmc/pmc.haswellxeon.3

  1   2   3   >