summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* Add kstat entries for ZFS compression statistics.gibbs2013-08-213-4/+65
* Enhance the ZFS vdev layer to maintain both a logical and a physicalgibbs2013-08-2120-34/+198
* MFV r254421:delphij2013-08-213-14/+28
* MFV r254220:delphij2013-08-201-7/+17
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.jhibbits2013-08-192-0/+15
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosmarkj2013-08-171-2/+6
* Remove redundant variable.pjd2013-08-171-3/+1
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadmarkj2013-08-144-27/+27
* FreeBSD's DTrace implementation has a few problems with respect to handlingmarkj2013-08-136-95/+292
* fasttrap_fork(): unlock the processes before removing the tracepoints.rpaulo2013-08-111-0/+8
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-14/+20
* MFV r254079:delphij2013-08-0810-91/+214
* MFV r254071:delphij2013-08-071-2/+2
* MFV r254070:delphij2013-08-071-1/+9
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-072-3/+4
* MFV r254011:delphij2013-08-061-15/+55
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGavg2013-08-065-2/+43
* Block reporting of ZFS features for suspended pools.mav2013-08-061-0/+5
* Disable r252840 when ZFS TRIM is enabled (vfs.zfs.trim.enabled=1) and reallymav2013-08-062-5/+6
* Make `zpool clear` to reopen also reconnected cache and spare devices.mav2013-08-061-0/+8
* Make ZFS to use separate thread to handle SPA_ASYNC_REMOVE async events.mav2013-08-062-16/+61
* Revert r253939:attilio2013-08-051-15/+52
* The page hold mechanism is fast but it has couple of fallouts:attilio2013-08-041-52/+15
* zfs_ioc_rename should not leave the value of zc_name passed in via zc alteredsmh2013-08-041-4/+11
* MFV r253783:delphij2013-07-305-22/+110
* MFV r253782:delphij2013-07-305-59/+114
* MFV r253781 + r253871:delphij2013-07-305-6/+22
* MFV r253780:delphij2013-07-308-63/+164
* Allow three IOCTLs to be used on suspended pool, restoring state thatmav2013-07-301-3/+3
* dtrace disassembler: take the latest/last CDDL code from OpenSolarisavg2013-07-294-388/+3680
* Partially close race between calls of orphan() method from GEOM and close()mav2013-07-281-0/+3
* 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
OpenPOWER on IntegriCloud