summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* l2arc: reset b_tmp_cdata to NULL in the case of unset b_daddravg2016-06-131-0/+1
* zfs_vptocnp: check for an invalid znodeavg2016-06-131-2/+10
* zfs: set VROOT / VV_ROOT consistently and in a single placeavg2016-06-032-10/+3
* zfs_root: fix a potential root vnode reference leakavg2016-06-031-4/+6
* Improve the English in a commentasomers2016-06-011-2/+2
* Set oldfp so the check for fp == oldfp works as expected.andrew2016-05-311-1/+3
* Connect the SHA-512t256 and Skein hashing algorithms to ZFSallanjude2016-05-319-17/+22
* Avoid more literal-suffix errors with C++11bdrewery2016-05-291-2/+2
* zfsd(8), the ZFS fault management daemonasomers2016-05-281-13/+10
* Fix up r300870ngie2016-05-272-3/+0
* Avoid issuing spa config updates for physical path when not necessaryasomers2016-05-271-21/+42
* Unbreak the zfs(4) buildngie2016-05-271-0/+1
* Correct the implementation of dtrace_interrupt_disable/enable.br2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theandrew2016-05-271-1/+2
* Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD.bdrewery2016-05-261-1/+1
* Try to unbreak the build after r300611 by including the headerbz2016-05-241-0/+1
* Add initial DTrace support for RISC-V.br2016-05-2411-1/+1189
* Mark all memory before the kernel as toxic to DTrace.andrew2016-05-241-1/+1
* add vop_print methods to vnode operatios of various zfsctl node typesavg2016-05-181-0/+72
* move zfsctl_freebsd_root_lookup right next to zfsctl_root_lookupavg2016-05-181-39/+35
* zfsctl_common_fid: remove redundant assignmentavg2016-05-181-2/+0
* zfsctl: tighten an assertion and remove an unused definitionavg2016-05-182-2/+1
* zfs_root: no need to set the root flag hereavg2016-05-181-4/+1
* zfsctl_freebsd_root_lookup: gfs_vop_lookup may return a doomed vnodeavg2016-05-181-8/+14
* Speed up vdev_geom_open_by_guidsasomers2016-05-171-43/+87
* zfs_ioc_rename: fix a reversed conditionavg2016-05-171-1/+1
* do not destroy 'snapdir' when it becomes inactiveavg2016-05-161-35/+5
* try to recycle "snap" vnodes as soon as possibleavg2016-05-161-5/+15
* fix locking in zfsctl_root_lookupavg2016-05-161-10/+20
* gfs_lookup_dot() does not have to acquire any locksavg2016-05-162-14/+13
* avoid deadlock between zfsctl_snapdir_lookup and zfsctl_snapshot_reclaimavg2016-05-161-2/+11
* fix a vnode reference leak caused by illumos compat traverse()avg2016-05-162-9/+8
* fix up r299902: mount_snapshot requires that the covered vnode is lockedavg2016-05-161-0/+1
* zfsctl_ops_snapshot: remove methods should never be calledavg2016-05-161-96/+0
* zfsctl_snapdir_lookup: always clear VV_ROOT flag of snapshot's root VV_ROOTavg2016-05-161-0/+1
* add zfs_vptocnp with special handling for snapshots under .zfsavg2016-05-161-0/+39
* mount_snapshot: consolidate all error handlingavg2016-05-161-17/+21
* zfsctl: fix several problems with reference countsavg2016-05-163-9/+1
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.jhb2016-05-144-24/+74
* Include arpa/inet.h to get the htonl(3) definitionngie2016-05-131-0/+2
* compat/opensolaris: Don't redefined off64_t if already definedcem2016-05-111-0/+3
* MFV r299453: 6765 zfs_zaccess_delete() comments do not accurately reflectmav2016-05-111-22/+21
* MFV r299451: 6764 zfs issues with inheritance flags during chmod(2) withmav2016-05-111-84/+78
* MFV r299449: 6763 aclinherit=restricted masks inherited permissions by groupmav2016-05-111-6/+5
* MFV r299442: 6762 POSIX write should imply DELETE_CHILD on directories - andmav2016-05-113-108/+204
* MFV r299440: 6736 ZFS per-vdev ZAPsmav2016-05-1110-69/+389
* MFV r299438: 6842 Fix empty xattr dir causing lockupmav2016-05-112-11/+36
* MFV r299436: 6843 Make xattr dir truncate and remove in one txmav2016-05-111-11/+17
* MFV r299434: 6841 Undirty freed spill blocksmav2016-05-111-2/+4
* Implement FBT provider (MD part) for DTrace on MIPS.br2016-05-055-25/+292
OpenPOWER on IntegriCloud