aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* dtrace: Improve a verifier error messageDomagoj Stolfa2023-01-241-10/+10
* powerpc/dtrace: Guard fuword64 usage for powerpc64 onlyJustin Hibbits2022-11-211-0/+4
* dtrace: Make pid provider work on trivial testsJustin Hibbits2022-10-301-0/+4
* dtrace: Add a "regs" variableMark Johnston2022-10-041-19/+7
* dtrace/amd64: Implement emulation of call instructionsMark Johnston2022-08-091-0/+4
* Adjust dtrace_getf_barrier() definition to avoid clang 15 warningDimitry Andric2022-07-191-1/+1
* Use KERNEL_PANICKED() in more placesMitchell Horne2022-06-021-2/+2
* zfs: merge openzfs/zfs@a86e08941 (master) into mainMartin Matuska2022-03-081-2/+2
* ctf: Import ctf.h from OpenBSDMark Johnston2022-03-071-360/+0
* fasttrap: Avoid creating WX mappingsMark Johnston2022-03-012-3/+4
* fasttrap: Assert that fasttrap_fork() successfully unmaps scratch spaceMark Johnston2022-03-011-2/+3
* fd: rename fget*_locked to fget*_norefMateusz Guzik2022-02-221-1/+4
* Teach DTrace about BTI on arm64Andrew Turner2022-01-191-0/+3
* dtrace: add a knob to control maximum size of principal buffersAndriy Gapon2022-01-111-1/+3
* dtrace: Disable getf() as it is broken on FreeBSDDomagoj Stolfa2021-12-171-0/+4
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+1
* sys/cddl: remove extraneous semicolonsEd Maste2021-08-161-1/+1
* dtrace: use %zu format specifier for data of size_t typeKonstantin Belousov2021-08-081-1/+1
* Teach DTrace that unaligned accesses are OK on aarch64, not just x86.Robert Watson2021-03-221-1/+1
* Handle functions that use a nop in the arm64 fbtAndrew Turner2021-03-031-0/+2
* Handle using a sub instruction in the arm64 fbtAndrew Turner2021-01-121-0/+9
* Only allow a store through sp in the arm64 fbtAndrew Turner2021-01-121-1/+3
* dtrace: Fix /"string" == NULL/ comparisons using an uninitialized value.Bryan Drewery2021-01-081-0/+8
* Install dtrace.h and dependenciesAlex Richardson2021-01-071-2/+12
* [cddl] Fix lz4 function definitions to not tri pup compile.Adrian Chadd2020-11-172-2/+7
* Update OpenZFS to 2.0.0-rc3-gfc5966Matt Macy2020-10-171-2130/+0
* Add zstd support to the boot loader.Warner Losh2020-10-121-243/+0
* ZFS: band-aid for -DNO_CLEANMatt Macy2020-08-251-1/+3
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-25298-196927/+25
* zfs: add an option to the bootloader to rewind the ZFS checkpointMariusz Zaborski2020-08-183-3/+20
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-072-8/+1
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-071-1/+8
* 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
* Fix a memory leak in dsl_scan_visitbp().Mark Johnston2020-07-201-1/+1
* 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
* 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
* 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