aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFV r305335: 7003 zap_lockdir() should tag holdAlexander Motin2016-09-035-106/+152
* MFV r304157:Alexander Motin2016-09-032-1/+10
* MFV r304156: 7235 remove unused func dsl_dataset_set_blkptrAlexander Motin2016-09-032-14/+0
* MFV r304155: 7090 zfs should improve allocation order and throttle allocationsAlexander Motin2016-09-0317-209/+1017
* MFV r303078:Alexander Motin2016-09-031-6/+14
* MFV r303077:Alexander Motin2016-09-033-35/+18
* MFV r302991: 6950 ARC should cache compressed dataAlexander Motin2016-09-0320-1960/+2418
* MFV r304158:Alexander Motin2016-09-011-16/+41