aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Try to unbreak the build after r300611 by including the headerBjoern A. Zeeb2016-05-241-0/+1
* Add initial DTrace support for RISC-V.Ruslan Bukin2016-05-2411-1/+1189
* Mark all memory before the kernel as toxic to DTrace.Andrew Turner2016-05-241-1/+1
* add vop_print methods to vnode operatios of various zfsctl node typesAndriy Gapon2016-05-181-0/+72
* move zfsctl_freebsd_root_lookup right next to zfsctl_root_lookupAndriy Gapon2016-05-181-39/+35
* zfsctl_common_fid: remove redundant assignmentAndriy Gapon2016-05-181-2/+0
* zfsctl: tighten an assertion and remove an unused definitionAndriy Gapon2016-05-182-2/+1
* zfs_root: no need to set the root flag hereAndriy Gapon2016-05-181-4/+1
* zfsctl_freebsd_root_lookup: gfs_vop_lookup may return a doomed vnodeAndriy Gapon2016-05-181-8/+14
* Speed up vdev_geom_open_by_guidsAlan Somers2016-05-171-42/+86
* zfs_ioc_rename: fix a reversed conditionAndriy Gapon2016-05-171-1/+1
* do not destroy 'snapdir' when it becomes inactiveAndriy Gapon2016-05-161-35/+5
* try to recycle "snap" vnodes as soon as possibleAndriy Gapon2016-05-161-5/+15
* fix locking in zfsctl_root_lookupAndriy Gapon2016-05-161-10/+20
* gfs_lookup_dot() does not have to acquire any locksAndriy Gapon2016-05-162-14/+13
* avoid deadlock between zfsctl_snapdir_lookup and zfsctl_snapshot_reclaimAndriy Gapon2016-05-161-2/+11
* fix a vnode reference leak caused by illumos compat traverse()Andriy Gapon2016-05-162-9/+8
* fix up r299902: mount_snapshot requires that the covered vnode is lockedAndriy Gapon2016-05-161-0/+1
* zfsctl_ops_snapshot: remove methods should never be calledAndriy Gapon2016-05-161-96/+0
* zfsctl_snapdir_lookup: always clear VV_ROOT flag of snapshot's root VV_ROOTAndriy Gapon2016-05-161-0/+1
* add zfs_vptocnp with special handling for snapshots under .zfsAndriy Gapon2016-05-161-0/+39
* mount_snapshot: consolidate all error handlingAndriy Gapon2016-05-161-17/+21
* zfsctl: fix several problems with reference countsAndriy Gapon2016-05-163-9/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-144-24/+74
* Include arpa/inet.h to get the htonl(3) definitionEnji Cooper2016-05-131-0/+2
* compat/opensolaris: Don't redefined off64_t if already definedConrad Meyer2016-05-111-0/+3
* MFV r299453: 6765 zfs_zaccess_delete() comments do not accurately reflectAlexander Motin2016-05-111-22/+21
* MFV r299451: 6764 zfs issues with inheritance flags during chmod(2) withAlexander Motin2016-05-111-83/+77
* MFV r299449: 6763 aclinherit=restricted masks inherited permissions by groupAlexander Motin2016-05-111-6/+5
* MFV r299442: 6762 POSIX write should imply DELETE_CHILD on directories - andAlexander Motin2016-05-113-107/+203
* MFV r299440: 6736 ZFS per-vdev ZAPsAlexander Motin2016-05-1110-69/+389
* MFV r299438: 6842 Fix empty xattr dir causing lockupAlexander Motin2016-05-112-11/+36
* MFV r299436: 6843 Make xattr dir truncate and remove in one txAlexander Motin2016-05-111-11/+17
* MFV r299434: 6841 Undirty freed spill blocksAlexander Motin2016-05-111-2/+4
* Implement FBT provider (MD part) for DTrace on MIPS.Ruslan Bukin2016-05-055-25/+292
* Fix a use-after-free when "zpool import" failsAlan Somers2016-04-291-4/+2
* add invpcid instruction to i386 dtrace disassembler tablesAndriy Gapon2016-04-291-1/+1
* Refactor vdev_geom_attach and friends to reduce code duplicationAlan Somers2016-04-291-119/+97
* Increase DTRACE_FUNCNAMELEN from 128 to 192.Mark Johnston2016-04-251-1/+1
* Allow DOF sections with excessively long probe function components.Mark Johnston2016-04-251-1/+11
* Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.Mark Johnston2016-04-251-5/+6
* lahf/sahf are supported on some amd64 processorsAndriy Gapon2016-04-221-1/+1
* MFV r298471: 6052 decouple lzc_create() from the implementation detailsAndriy Gapon2016-04-221-0/+4
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-1716-75/+100
* zfs_rezget: z_vnode can not be NULL if zp is validAndriy Gapon2016-04-161-6/+4
* zfs: enable vn_io_fault supportAndriy Gapon2016-04-163-1/+49
* Don't corrupt ZFS label's physpath attribute when booting while a disk is mis...Alan Somers2016-04-151-3/+4
* Add more debugging statements in vdev_geom.cAlan Somers2016-04-141-5/+22
* Update a debugging message in vdev_geom_open_by_guids for consistency withAlan Somers2016-04-141-1/+2
* Fix rare double free in vdev_geom_attrchangedAlan Somers2016-04-121-16/+3