aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/contrib
Commit message (Expand)AuthorAgeFilesLines
* ZFS: add bookmark renamingAndriy Gapon2019-10-033-28/+191
* Improve latency of synchronous 128KB writes.Alexander Motin2019-10-011-9/+13
* 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
* 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
* 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-085-9/+1
* 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
* 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
* MFV r348578: 9962 zil_commit should omit cache thrashAlexander Motin2019-06-035-73/+202
* MFV r348576: 9963 Seperate tunable for disabling ZIL vdev flushAlexander Motin2019-06-033-8/+23
* MFV r348573: 9993 zil writes can get delayed in zio pipelineAlexander Motin2019-06-031-1/+2
* MFV r348555: 9690 metaslab of vdev with no space maps was flushed during removalAlexander Motin2019-06-031-12/+10
* MFC r348554: 9688 aggsum_fini leaks memoryAlexander Motin2019-06-032-2/+18
* MFV r348553: 9681 ztest failure in spa_history_log_internal due to spa_rename()Alexander Motin2019-06-032-54/+0
* MFV r348552: 9682 page fault in dsl_async_clone_destroy() while opening poolAlexander Motin2019-06-031-4/+9
* MFV r348551: 9862 fix typo in comment in vdev_impl.hAlexander Motin2019-06-031-1/+1
* MFV r348550: 1700 Add SCSI UNMAP supportAlexander Motin2019-06-031-29/+52
* MFV r348548: 9617 too-frequent TXG sync causes excessive write inflationAlexander Motin2019-06-033-8/+14
* MFV r348537: 8601 memory leak in get_special_prop()Alexander Motin2019-06-031-6/+11
* MFV r348535: 9677 panic from zio_write_gang_block() when creating dump device...Alexander Motin2019-06-031-6/+14