summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Rename the kld_unload event handler to kld_unload_try, and add a newmarkj2013-08-244-11/+11
* MFV r254749:delphij2013-08-242-38/+14
* MFV r254747:delphij2013-08-248-89/+97
* MFV r254422:delphij2013-08-231-2/+5
* zfs: do not reject any operations on a pool just because it's a boot poolavg2013-08-231-0/+2
* fbt: drop a local write-only variableavg2013-08-231-6/+0
* zfs: inline and remove zfs_vnode_lockavg2013-08-233-15/+5
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).kib2013-08-221-1/+1
* Make dtrace_copy() actually work on PowerPC. Although unused currently,jhibbits2013-08-221-4/+4
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-1/+47
* 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
OpenPOWER on IntegriCloud