summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Following r222950, revert unintentional change cls -> class in argument namemav2013-07-251-1/+1
* zfs module: perform cleanup during shutdown in addition to module unloadavg2013-07-241-35/+77
* zfs: move vnode creation from zfs_znode_cache_constructor to zfs_znode_allocavg2013-07-241-49/+19
* Manually merge part of vendor import r238583 from Illumos.delphij2013-07-181-5/+9
* dtrace/fasttrap: install hook functions only after all data isavg2013-07-091-7/+7
* zfs: try to properly handle i/o errors in mappedread_sfavg2013-07-091-1/+3
* zfs: load zpool.cache after a root fs is mountedavg2013-07-091-0/+4
* Hide references to mod_lock. In FreeBSD it is always acquired with themarkj2013-07-054-14/+31
* MFV r252839:mm2013-07-052-5/+27
* Be sure to destory the fasttrap cleanup mutex when unloading the fasttrapmarkj2013-07-011-0/+1
* Enable kernel-specific code for FreeBSD also on other systems that usermh2013-06-304-6/+6
* style(9) fixessmh2013-06-291-2/+4
* Remove invalid ASSERT which causes a panic on zfs renames when run with ASSERTS.smh2013-06-291-2/+0
* Unbreak "zfs jail" and "zfs unjail" (broken since r248571)mm2013-06-291-0/+7
* Don't try to re-insert an already present but invalid page.gavin2013-06-281-1/+4
* The dtmalloc provider uses the short description of a malloc type as themarkj2013-06-281-0/+10
* MFV r252215:delphij2013-06-252-11/+0
* Switch ZFS mutex_owner macro to use sx_xholder as its now exported via sx.hsmh2013-06-211-2/+1
* Fix intermittent ZFS lock panic when kernel is compiled with debugging causedsmh2013-06-211-0/+1
* Fixed import of destroyed ZFS pools failing due to vdev_geom incorrectlysmh2013-06-211-2/+1
* MFV r251644:delphij2013-06-126-249/+387
* MFV r251626:delphij2013-06-114-12/+71
* MFV r251624:delphij2013-06-111-1/+1
* MFV r251622:delphij2013-06-113-21/+33
* MFV r251621:delphij2013-06-113-16/+30
* MFV r251620:delphij2013-06-1139-270/+243
* MFV r251619:delphij2013-06-1111-12/+151
* MFV r251519:delphij2013-06-083-1/+31
* MFV r251474:delphij2013-06-067-79/+415
* SDT probes can directly pass up to five arguments as arguments tomarkj2013-06-022-2/+2
* Port the SDT test now that it's possible to create SDT probes that takemarkj2013-06-021-0/+37
* The fasttrap provider cleans up probes asynchronously when a process withmarkj2013-05-241-64/+49
* Bring back part of r249367 by adding DTrace's temporal option, which allowsmarkj2013-05-124-131/+192
* In case ZFS doesn't use UMA for buffers there's no need to waste memorydavide2013-05-011-0/+3
* Changed ZFS TRIM sysctl from vfs.zfs.trim_disable -> vfs.zfs.trim.enabledsmh2013-04-264-15/+16
* MFV r249857:mm2013-04-245-14/+78
* The zfs synctask code restructuring introduced a new bug that makes itmm2013-04-232-14/+24
* DTrace: Revert r249367pfg2013-04-173-189/+131
* DTrace: option for time-ordered outputpfg2013-04-113-131/+189
* MFV r249354:mm2013-04-111-2/+2
* Cast to (void *)(uintptr_t) on copyout and copyin of zfs_iocparm_t.zfs_cmdmm2013-04-101-2/+2
* ZFS expects a copyout of zfs_cmd_t on an ioctl error. Our sys_ioctl()mm2013-04-093-26/+85
* MFV r249186:mm2013-04-062-3/+35
* MFV r248660:mm2013-04-064-12/+13
* Provide a fix for kernel panic if receiving recursive deduplicated streams.mm2013-04-061-4/+5
* MFV r248217:mm2013-04-0656-852/+995
* MFV r242816:mm2013-04-061-1/+3
* spa_open_common: fix argument to zvol_create_minorsavg2013-04-031-1/+1
* Fix possible pool hold leak in dmu_send_impl()mm2013-04-031-3/+3
* Do not check against uninitialized rc and comment out vendor codemm2013-04-021-2/+5
OpenPOWER on IntegriCloud