summaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Check that the frame pointer is within the current stack.John Baldwin2020-12-082-13/+8
* Stack unwinding robustness fixes for RISC-V.John Baldwin2020-12-082-4/+13
* sdt: Create providers and probes in separate passes when loading sdt.koMark Johnston2020-12-031-17/+39
* Fix syntaxKonstantin Belousov2020-12-011-2/+3
* Fix syntaxKonstantin Belousov2020-12-011-2/+2
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Use uintptr_t for pointers in stack frames.John Baldwin2020-12-011-4/+4
* Add a kstack_contains() helper function.John Baldwin2020-12-012-22/+10
* [cddl] Fix lz4 function definitions to not tri pup compile.Adrian Chadd2020-11-172-2/+7
* malloc: move malloc_type_internal into malloc_typeMateusz Guzik2020-11-061-1/+1
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Fix build after r367020Mitchell Horne2020-10-241-3/+3
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-171-2130/+0
* Turn off zstd on aarch64Warner Losh2020-10-131-1/+4
* Add zstd support to the boot loader.Warner Losh2020-10-123-245/+59
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-211-20/+21
* dtrace: fix fbt return probes on RISC-VKristof Provost2020-09-112-7/+13
* Tighten frame pointer checking in DTrace's amd64 stack unwinder.Mark Johnston2020-09-011-5/+9
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25332-200595/+32
* amd64 pmap: LA57 AKA 5-level pagingKonstantin Belousov2020-08-231-1/+2
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-184-5/+28
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-073-11/+2
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-073-3/+20
* MFOpenZFS: Add support for boot environment data to be stored in the labelToomas Soome2020-08-056-14/+242
* zfs_keys_nextboot array is missing ZPOOL_CONFIG_POOL_GUID and ZPOOL_CONFIG_GUIDToomas Soome2020-08-051-1/+3
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* zfs: add support for lockless lookupMateusz Guzik2020-07-255-10/+147
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-251-0/+3
* dtrace/fbt: fix return probe arguments on armAndriy Gapon2020-07-212-7/+13
* Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* Don't overflow the trap frame when accessing lr or xzr.Andrew Turner2020-07-171-4/+29
* Fix page fault in zfsctl_snapdir_getattrAlan Somers2020-07-021-1/+2
* Fix "current" variable name conflict with openzfsMatt Macy2020-06-271-39/+39
* MFOpenZFS: Add basic zfs ioc input nvpair validationToomas Soome2020-06-232-79/+376
* MFOpenZFS: Add zio_ddt_free()+ddt_phys_decref() error handlingAllan Jude2020-06-222-4/+9
* loader: create single zfs nextboot implementationToomas Soome2020-06-201-3/+32
* ZFS: Allow setting checksum=skein on boot poolsAllan Jude2020-06-191-10/+1
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-4/+4
* fix up r362047: a call to zvol_*_minors() was not hidden from userlandAndriy Gapon2020-06-111-0/+2
* rework how ZVOLs are updated in response to DSL operationsAndriy Gapon2020-06-1110-72/+212
* Fix entering KDB with dtrace-enabled kernel.Ruslan Bukin2020-05-261-0/+6
* Don't block on the range lock in zfs_getpages().Mark Johnston2020-05-203-22/+67
* lz4 hash table does not start zeroedToomas Soome2020-05-191-1/+1
* zfs: reject read(2) of a dirfd with EISDIRKyle Evans2020-05-191-0/+6
* Correct the order of arguments to copyin() for Q_SETQUOTA.John Baldwin2020-05-181-1/+1
* Avoid the GEOM topology lock recursion when we automatically expand a pool.Pawel Jakub Dawidek2020-04-251-2/+6
* Handle non-dtrace-triggered kernel breakpoint traps in mips.John Baldwin2020-04-211-0/+3
* Make ZFS depend on xdr.ko only. It doesn't need kernel RPC.Gleb Smirnoff2020-04-171-1/+1