aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* fix a zfs cross-device rename crash introduced in r303763Andriy Gapon2016-08-091-1/+1
* Two fixups for dtraceJustin Hibbits2016-08-062-2/+8
* fix .zfs-related cases in zfs_lookup that were broken by r303763Andriy Gapon2016-08-062-16/+35
* zfs: honour and make use of vfs vnode locking protocolAndriy Gapon2016-08-0510-2339/+842
* Update RISC-V port to Privileged Architecture Version 1.9.Ruslan Bukin2016-08-023-7/+7
* Make boot code and loader check for unsupported ZFS feature flagsAllan Jude2016-08-011-1/+53
* Conditionalize code which defines sysctls per _KERNEL #ifdef guardEnji Cooper2016-07-312-0/+14
* Restore an ifdef that should not have been removed in r303535.Mark Johnston2016-07-301-0/+4
* Include fasttrap handling for DATAMODEL_ILP32 when compiling for amd64.Mark Johnston2016-07-302-23/+14
* Remove unused variables.Ruslan Bukin2016-07-291-2/+0
* Merge {amd64,i386}/instr_size.c into x86_instr_size.c.Mark Johnston2016-07-202-141/+3
* MFV r302645: 6878 Add scrub completion info to "zpool history"Andriy Gapon2016-07-141-5/+19
* MFV r302650: 6940 Cannot unlink directories when over quotaAndriy Gapon2016-07-141-0/+1
* MFV r302644: 6513 partially filled holes lose birth timeAndriy Gapon2016-07-148-53/+188
* MFV r302641: 6844 dnode_next_offset can detect fictional holesAndriy Gapon2016-07-142-5/+23
* MFV r302640: 6874 rollback and receive need to reset ZPL state to what's on diskAndriy Gapon2016-07-141-108/+103
* re-apply r299908: zfsctl_snapdir_lookup: clear VV_ROOT of snapshot's rootAndriy Gapon2016-07-131-0/+1
* Avoid truncating the return value of DTrace predicates.Mark Johnston2016-07-091-1/+1
* Fix ZFS ARC min / max tunableSteven Hartland2016-07-061-0/+12
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-2/+2
* Revert r299454 and r299448.Alexander Motin2016-06-303-206/+111
* Allow ZFS ARC min / max to be tuned at runtimeSteven Hartland2016-06-292-12/+81
* fix deadlock-prone code in getzfsvfs()Andriy Gapon2016-06-231-8/+11
* Fix uninitialized variable from r300881Alan Somers2016-06-211-1/+1
* Fix gcc build.Konstantin Belousov2016-06-181-1/+1
* Use vnlru_free(9) to implement dnlc_reduce_cache().Konstantin Belousov2016-06-173-2/+79
* l2arc: reset b_tmp_cdata to NULL in the case of unset b_daddrAndriy Gapon2016-06-131-0/+1
* zfs_vptocnp: check for an invalid znodeAndriy Gapon2016-06-131-2/+10
* zfs: set VROOT / VV_ROOT consistently and in a single placeAndriy Gapon2016-06-032-10/+3
* zfs_root: fix a potential root vnode reference leakAndriy Gapon2016-06-031-4/+6
* Improve the English in a commentAlan Somers2016-06-011-2/+2
* Set oldfp so the check for fp == oldfp works as expected.Andrew Turner2016-05-311-1/+3
* Connect the SHA-512t256 and Skein hashing algorithms to ZFSAllan Jude2016-05-319-17/+22
* Avoid more literal-suffix errors with C++11Bryan Drewery2016-05-291-2/+2
* zfsd(8), the ZFS fault management daemonAlan Somers2016-05-281-13/+10
* Fix up r300870Enji Cooper2016-05-272-3/+0
* Avoid issuing spa config updates for physical path when not necessaryAlan Somers2016-05-271-21/+42
* Unbreak the zfs(4) buildEnji Cooper2016-05-271-0/+1
* Correct the implementation of dtrace_interrupt_disable/enable.Ruslan Bukin2016-05-271-2/+3
* Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having theAndrew Turner2016-05-271-1/+2
* Use netinet/in.h to avoid include/arpa dependency for DIRDEPS_BUILD.Bryan Drewery2016-05-261-1/+1
* 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