aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* cleanup of illumos compatibility atomicsAndriy Gapon2019-10-097-290/+38
* zfs: use atomic_load_64 to read atomic variable in dmu_object_alloc_implAndriy Gapon2019-10-081-0/+4
* fix up r353168, add atomic_swap_64 to i386 version of opensolaris_atomic.SAndriy Gapon2019-10-071-0/+28
* MFV r350898, r351075: 8423 8199 7432 Implement large_dnode pool featureAndriy Gapon2019-10-0724-383/+908
* ZFS: unconditionally use atomic_swap_64Andriy Gapon2019-10-071-4/+0
* ZFS: add emulation of atomic_swap_64 and atomic_load_64Andriy Gapon2019-10-072-0/+25
* zfs: add root vnode cachingMateusz Guzik2019-10-062-69/+3
* dtrace: 64-bits registers supportMariusz Zaborski2019-10-041-0/+4
* ZFS: add bookmark renamingAndriy Gapon2019-10-033-28/+191
* Improve latency of synchronous 128KB writes.Alexander Motin2019-10-011-9/+13
* Implement x86 dtrace_invop_(un)init() in C.Mark Johnston2019-09-234-34/+38
* MFZoL: Retire send space estimation via ZFS_IOC_SENDAndriy Gapon2019-09-221-0/+3
* fix dsl_scan_ds_clone_swapped logicAndriy Gapon2019-09-191-31/+69
* Fix typo, setting hidden flag instead of reparse.Alexander Motin2019-09-181-1/+1
* vfs: manage mnt_ref with atomicsMateusz Guzik2019-09-161-0/+1
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-0/+4
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-4/+0
* Replace redundant code with a few new vm_page_grab facilities:Jeff Roberson2019-09-101-49/+12
* Use the sleepq lock rather than the page lock to protect against wakeupJeff Roberson2019-09-101-8/+2
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-8/+4
* ZFS: Always refuse receving non-resume stream when resume state existsAndriy Gapon2019-09-041-4/+8
* vfs: implement usecount implying holdcntMateusz Guzik2019-09-033-5/+6
* Extend uma_reclaim() to permit different reclamation targets.Mark Johnston2019-09-011-2/+2
* zfs: fix snapshot dir destruction after introducion of VOP_NEED_INACTIVEMateusz Guzik2019-08-311-0/+1
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-3/+0
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-291-10/+16
* Avoid direct accesses of the vm_page wire_count field.Mark Johnston2019-08-281-1/+1
* Use an atomic reference count for paging in progress so that callers do notJeff Roberson2019-08-191-2/+3
* zfs_vget: fix vnode reference count leak in error pathAndriy Gapon2019-08-171-1/+4
* Revert r351076 and r351074 because of atomic_swap_64 on 32-bit platformsAndriy Gapon2019-08-1524-909/+384
* MFV r351075: 10406 large_dnode changes broke zfs recv of legacy streamAndriy Gapon2019-08-152-5/+10
* MFV r350898: 8423 8199 7432 Implement large_dnode pool featureAndriy Gapon2019-08-1524-383/+903
* MFV r350896: 6585 sha512, skein, and edonr have an unenforced dependency on e...Andriy Gapon2019-08-121-3/+16
* a stop gap fix for a race between dnode_hold and dnode_sync_freeAndriy Gapon2019-08-121-1/+3
* loader: support com.delphix:removingToomas Soome2019-08-086-10/+139
* Allow Kernel to link in both legacy libkern/zlib and new sys/contrib/zlib,Xin LI2019-08-0120-8801/+45
* Fix FASTTRAPIOC_GETINSTR.Mark Johnston2019-07-172-3/+1
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-7/+6
* Avoid extra taskq_dispatch() calls by DMU.Alexander Motin2019-06-253-5/+38
* Minimize aggsum_compare(&arc_size, arc_c) calls.Alexander Motin2019-06-141-1/+1
* Alike to ZoL disable metaslab allocation tracing code.Alexander Motin2019-06-141-1/+33
* Properly align struct multilist_sublist to cache line.Alexander Motin2019-06-141-4/+3
* Move write aggregation memory copy out of vq_lock.Alexander Motin2019-06-131-10/+12
* Fix comparison signedness in arc_is_overflowing().Alexander Motin2019-06-071-2/+2
* Explicitly start ARC adjustment on limits change.Alexander Motin2019-06-071-0/+11
* Restore ARC MFU/MRU pressureAndriy Gapon2019-06-071-14/+16
* Fix a race between fasttrap and the user breakpoint handler.Mark Johnston2019-06-061-19/+5
* dtrace: 64-bits registers supportMariusz Zaborski2019-06-051-0/+4
* MFV r348585: 9683 Allow bypassing devid in vdev_disk_open()Alexander Motin2019-06-031-1/+46
* MFV r348583: 9847 leaking dd_clones (DMU_OT_DSL_CLONES) objectsAlexander Motin2019-06-032-1/+2