summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFV r247844 (illumos-gate 13975:ef6409bc370f)delphij2013-09-109-34/+61
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+davide2013-09-071-5/+1
* Handle cases where capability rights are not provided.pjd2013-09-051-1/+1
* Add sysctl/tunables for various metaslab variables.pjd2013-09-051-4/+33
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-053-7/+15
* Whitespace cleanup.jhibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:jhibbits2013-08-313-112/+261
* Previously, both zfs_rename and zfs_link does a check on whetherdelphij2013-08-281-3/+11
* 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
OpenPOWER on IntegriCloud