aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* Drop "All rights reserved" from all my stuff. This includesEdward Tomasz Napierala2020-10-281-1/+0
* Merge OpenZFS support in to HEAD.Matt Macy2020-08-2529-3666/+3
* Use devctl.h instead of bus.h to reduce newbus pollution.Warner Losh2020-08-211-1/+1
* Fix linker error in libuutil with recent LLVMAlex Richardson2020-08-071-3/+1
* Fix cddl tools bootstrapping on macOS and LinuxAlex Richardson2020-08-072-2/+12
* vfs: introduce vnode sequence countersMateusz Guzik2020-07-251-0/+3
* TODO DONE: Use sx_xholder in SPL rwlock.hRyan Moeller2020-03-141-2/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-5/+6
* Add sys/systm.h to several places that use vm headers.Konstantin Belousov2020-02-041-0/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-4/+0
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* zfs: add missing CLTFLAG_MPSAFE annotationsMateusz Guzik2020-01-121-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-034-8/+8
* [PowerPC] [MIPS] Implement 32-bit kernel emulation of atomic64 operationsBrandon Bergren2020-01-022-3/+6
* schedlock 1/4Jeff Roberson2019-12-151-1/+0
* Use a callout instead of timeout(9) for delayed zio's.John Baldwin2019-12-131-3/+0
* fix up r354333, make zfsproc visible to dtrace, rename to system_procAndriy Gapon2019-11-052-3/+5
* zfs: enable SPA_PROCESS on the kernel sideAndriy Gapon2019-11-042-10/+23
* fix up r353340, don't assume that fcmpset has strong semanticsAndriy Gapon2019-10-111-0/+23
* emulate illumos membar_producer with atomic_thread_fence_relAndriy Gapon2019-10-102-7/+1
* cleanup of illumos compatibility atomicsAndriy Gapon2019-10-092-66/+38
* ZFS: add emulation of atomic_swap_64 and atomic_load_64Andriy Gapon2019-10-072-0/+25
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-161-0/+1
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-011-2/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-1/+2
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-27/+27
* Use taskqueue_quiesce(9) to implement taskq_wait().Mark Johnston2018-11-211-2/+2
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-1/+1
* MFV/ZoL: add dbuf statsMatt Macy2018-08-121-1/+12
* opensolaris compat: fix compile errorMatt Macy2018-07-031-1/+4
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-081-0/+6
* Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky2018-05-292-3/+7
* Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky2018-05-292-3/+6
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-2/+1
* opensolaris system_taskq does not need to run at maximum priorityAndriy Gapon2018-05-041-1/+2
* Don't declare __assfail as staticAlan Somers2018-02-251-1/+3
* 9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Alexander Motin2018-02-212-3/+25
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-1/+1
* Fix arc after r326347 broke various memory limit queries. Use UMA featuresJeff Roberson2018-01-021-1/+2
* make illumos uiocopy use vn_io_fault_uiomoveAndriy Gapon2017-11-211-48/+28
* Avoid holding the process in uread() and uwrite().Mark Johnston2017-11-161-4/+0
* illumos mutex_init: use SX_NEW instead of bzeroAndriy Gapon2017-10-091-3/+2
* remove heuristic error detection from ddi_strto*()Andriy Gapon2017-10-051-12/+0
* MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-012-0/+9
* fix r324011, MFV of r323535, 8585 improve batching done in zil_commit()Andriy Gapon2017-09-261-0/+3
* Use nstosbt() instead of multiplying by SBT_1NS to avoid roundoff errors.Ian Lepore2017-09-251-6/+1
* dounmount: do not release the mount point's reference on the covered vnodeAndriy Gapon2017-09-141-0/+1
* Fix remounting ZFS filesystem with "zfs mount"Alan Somers2017-09-051-1/+1
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1