aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Fix a kernel panic in DTrace's rw_iswriter subroutine.George V. Neville-Neil2016-12-071-4/+4
* ifndef atomic_cas_* in cddl code in preparation for native implementationsMateusz Guzik2016-12-061-0/+6
* MFV r309249: 3821 Race in rollback, zil close, and zil flushAndriy Gapon2016-11-283-10/+68
* MFV r308990: 7181 race between zfs_mount and zfs_ioc_rollbackAndriy Gapon2016-11-241-7/+7
* MFV r308988: 7199, 7200 dsl_dataset_rollback_sync may try to freeAndriy Gapon2016-11-243-18/+59
* MFV r308987: 7180 potential race between zfs_suspend_fs+zfs_resume_fsAndriy Gapon2016-11-243-11/+18
* further fix zfs_lock() diagnosticsAndriy Gapon2016-11-241-19/+7
* Add tunable to disable destructive dtraceGeorge V. Neville-Neil2016-11-233-0/+18
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-1/+1
* fix unsafe modification of zfs_vnodeops when DIAGNOSTIC is enabledAndriy Gapon2016-11-202-13/+9
* zfs: fix up after the removal of PG_CACHED pages in r308691Andriy Gapon2016-11-191-2/+2
* Support fetching RFLAGS in fasttrap_getreg().Mark Johnston2016-11-181-3/+1
* After some ZIL changes 6 years ago zil_slog_limit got partially brokenAlexander Motin2016-11-177-109/+100
* Revert r307392: I've found a way to avoid big allocations completely.Alexander Motin2016-11-171-14/+8
* Remove most of the code for implementing PG_CACHED pages. (This change doesAlan Cox2016-11-152-6/+1
* Remove the DTrace printt and typeref actions.Mark Johnston2016-11-122-87/+6
* Fix improper use of "its".Bryan Drewery2016-11-084-4/+4
* Fix include order as required post r308415Oleksandr Tymoshenko2016-11-071-1/+1
* Fix ZIL records ordering when ZVOL opened both with and without FSYNC.Alexander Motin2016-11-013-5/+14
* Pass to zvol_log_truncate() same sync values as to zvol_log_write().Alexander Motin2016-11-011-5/+7
* Add sysctls for zfs_immediate_write_sz and zvol_immediate_write_sz.Alexander Motin2016-10-292-0/+9
* zfsbootcfg: a simple tool to set next boot (one time) options for zfsbootAndriy Gapon2016-10-294-0/+91
* Add vdev_reopening support to vdev_geom.Alexander Motin2016-10-281-1/+12
* Matching GUIDs, handle possible race on vdev detach.Alexander Motin2016-10-281-56/+63
* Improve few debugging log messages.Alexander Motin2016-10-281-3/+3
* 3746 ZRLs are racyAndriy Gapon2016-10-271-26/+22
* Fix panic after ZVOL renamed to name invalid for DEVFS.Alexander Motin2016-10-241-10/+12
* Add vfs.zfs.zil_log_limit sysctl.Alexander Motin2016-10-161-0/+2
* Optimize ZIL itx memory allocation on FreeBSD.Alexander Motin2016-10-161-8/+14
* MFV r307314:Alexander Motin2016-10-141-20/+86
* MFV r307313:Alexander Motin2016-10-144-27/+8
* Fix a race in vm_page_busy_sleep(9).Konstantin Belousov2016-10-131-2/+2
* Limit scope of the optimization in r306608 to dounmount() caller only.Konstantin Belousov2016-10-071-1/+1
* implement zfs_vptocnp() using z_parent propertyAndriy Gapon2016-10-073-2/+46
* zfs: fix a wrong assertion for extended attributesAndriy Gapon2016-10-041-3/+6
* Allow tracing of functions prefixed by "__".Mark Johnston2016-10-024-13/+0
* Add #ifdef _KERNEL around send_holes_without_birth_time sysctl.Alexander Motin2016-09-291-0/+2
* MFV r306423: 7402 Create tunable to ignore hole_birth featureAlexander Motin2016-09-291-1/+7
* MFV r306422: 7254 ztest failed assertion in ztest_dataset_dirobj_verify: diro...Alexander Motin2016-09-289-13/+85
* Move implementations of uread() and uwrite() to the illumos compat layer.Mark Johnston2016-09-244-53/+61
* fix vnode lock assertion for extended attributes directoryAndriy Gapon2016-09-241-3/+8
* Re-check the systrace probe ID before calling dtrace_probe().Mark Johnston2016-09-221-2/+4
* MFV r268120:Allan Jude2016-09-111-11/+11
* Switch random_get_pseudo_bytes() shim to arc4rand().Alexander Motin2016-09-101-1/+1
* MFV r305562: 7259 DS_FIELD_LARGE_BLOCKS is unusedAlexander Motin2016-09-071-7/+0
* MFV r305560: 7278 tuning zfs_arc_max does not impact arc_c_minAlexander Motin2016-09-071-1/+3
* fix zfs pool creation accidentally broken by r305331Andriy Gapon2016-09-061-1/+2
* Missed FreeBSD-specific piece of r305338.Alexander Motin2016-09-031-1/+1
* MFC r305337: 7004 dmu_tx_hold_zap() does dnode_hold() 7x on same objectAlexander Motin2016-09-038-17/+142
* MFV r305336: 7247 zfs receive of deduplicated stream failsAlexander Motin2016-09-031-23/+21