aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix assertion in ZFS TRIM codeAllan Jude2019-05-291-1/+1
* powerpc/dtrace: Fix fbt function probing for ELFv2Justin Hibbits2019-05-271-0/+2
* Allocate buffers smaller then ABD chunk size as linear.Alexander Motin2019-05-221-1/+1
* Fix typo in r348068Allan Jude2019-05-211-1/+1
* ZFS: Make deadman tunables no longer read-onlyAllan Jude2019-05-211-3/+3
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* powerpc/dtrace: Actually fix stack tracesJustin Hibbits2019-05-172-22/+25
* Remove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC macros.Konstantin Belousov2019-05-161-7/+7
* Add mutex_destroy() missed in r334844.Alexander Motin2019-04-261-1/+3
* Fix minor mismerges.Alexander Motin2019-04-261-8/+1
* Change the way FreeBSD GID inheritance is hacked.Alexander Motin2019-04-191-4/+4
* powerpc/dtrace: Fix dtrace powerpc asm, and simplify stack walkingJustin Hibbits2019-04-132-42/+22
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-1/+2
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-1/+1
* If the autoexpand pool property is turned on and vdev is healthy try toPawel Jakub Dawidek2019-03-301-0/+24
* Revert r345410, VOP_FSYNC change in ZFS vdev_fileAndriy Gapon2019-03-221-5/+0
* ZFS vdev_file: use correct value for waitfor parameter of VOP_FSYNCAndriy Gapon2019-03-221-0/+5
* Use an explicit comparison with VM_GUEST_NO.Mark Johnston2019-03-212-2/+2
* Don't attempt to measure TSC skew when running as a VM guest.Mark Johnston2019-03-212-0/+6
* MFV r336930: 9284 arc_reclaim_thread has 2 jobsAlexander Motin2019-03-153-183/+259
* Add _PC_ACL_* to vop_stdpathconfSimon J. Gerraty2019-03-111-4/+0