aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* Manually merge part of vendor import r238583 from Illumos.Xin LI2013-07-181-5/+9
* dtrace/fasttrap: install hook functions only after all data isAndriy Gapon2013-07-091-7/+7
* zfs: try to properly handle i/o errors in mappedread_sfAndriy Gapon2013-07-091-1/+3
* zfs: load zpool.cache after a root fs is mountedAndriy Gapon2013-07-091-0/+4
* Hide references to mod_lock. In FreeBSD it is always acquired with theMark Johnston2013-07-054-14/+31
* MFV r252839:Martin Matuska2013-07-052-5/+27
* Be sure to destory the fasttrap cleanup mutex when unloading the fasttrapMark Johnston2013-07-011-0/+1
* Enable kernel-specific code for FreeBSD also on other systems that useRobert Millan2013-06-304-6/+6
* style(9) fixesSteven Hartland2013-06-291-2/+4
* Remove invalid ASSERT which causes a panic on zfs renames when run with ASSERTS.Steven Hartland2013-06-291-2/+0
* Unbreak "zfs jail" and "zfs unjail" (broken since r248571)Martin Matuska2013-06-291-0/+7
* Don't try to re-insert an already present but invalid page.Gavin Atkinson2013-06-281-1/+4
* The dtmalloc provider uses the short description of a malloc type as theMark Johnston2013-06-281-0/+10
* MFV r252215:Xin LI2013-06-252-11/+0
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hSteven Hartland2013-06-211-2/+1
* Fix intermittent ZFS lock panic when kernel is compiled with debugging causedSteven Hartland2013-06-211-0/+1
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlySteven Hartland2013-06-211-2/+1
* MFV r251644:Xin LI2013-06-126-249/+387
* MFV r251626:Xin LI2013-06-114-12/+71
* MFV r251624:Xin LI2013-06-111-1/+1
* MFV r251622:Xin LI2013-06-113-21/+33
* MFV r251621:Xin LI2013-06-113-16/+30
* MFV r251620:Xin LI2013-06-1139-270/+243
* MFV r251619:Xin LI2013-06-1111-12/+151
* MFV r251519:Xin LI2013-06-083-1/+31
* MFV r251474:Xin LI2013-06-067-79/+415
* SDT probes can directly pass up to five arguments as arguments toMark Johnston2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takeMark Johnston2013-06-021-0/+37
* The fasttrap provider cleans up probes asynchronously when a process withMark Johnston2013-05-241-64/+49
* Bring back part of r249367 by adding DTrace's temporal option, which allowsMark Johnston2013-05-124-131/+192
* In case ZFS doesn't use UMA for buffers there's no need to waste memoryDavide Italiano2013-05-011-0/+3
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledSteven Hartland2013-04-264-15/+16
* MFV r249857:Martin Matuska2013-04-245-14/+78
* The zfs synctask code restructuring introduced a new bug that makes itMartin Matuska2013-04-232-14/+24
* DTrace: Revert r249367Pedro F. Giffuni2013-04-173-189/+131
* DTrace: option for time-ordered outputPedro F. Giffuni2013-04-113-131/+189
* MFV r249354:Martin Matuska2013-04-111-2/+2
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdMartin Matuska2013-04-101-2/+2
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()Martin Matuska2013-04-093-26/+85
* MFV r249186:Martin Matuska2013-04-062-3/+35
* MFV r248660:Martin Matuska2013-04-064-12/+13
* Provide a fix for kernel panic if receiving recursive deduplicated streams.Martin Matuska2013-04-061-4/+5
* MFV r248217:Martin Matuska2013-04-0656-852/+995
* MFV r242816:Martin Matuska2013-04-061-1/+3
* spa_open_common: fix argument to zvol_create_minorsAndriy Gapon2013-04-031-1/+1
* Fix possible pool hold leak in dmu_send_impl()Martin Matuska2013-04-031-3/+3
* Do not check against uninitialized rc and comment out vendor codeMartin Matuska2013-04-021-2/+5
* Dtrace: enablings on defunct providers prevent providers from unregisteringPedro F. Giffuni2013-04-013-15/+171
* Call dmu_snapshot_list_next() in zvol.c with dsl_pool_config lock heldMartin Matuska2013-04-011-0/+2
* Dtrace: dtrace.c erroneously checks for memory alignment on amd64.Pedro F. Giffuni2013-03-261-1/+1