aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Handle cases where capability rights are not provided.Pawel Jakub Dawidek2013-09-051-1/+1
* Add sysctl/tunables for various metaslab variables.Pawel Jakub Dawidek2013-09-051-4/+33
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-053-7/+15
* Whitespace cleanup.Justin Hibbits2013-09-021-48/+48
* Fixes for DTrace on PowerPC:Justin Hibbits2013-08-313-112/+261
* Previously, both zfs_rename and zfs_link does a check on whetherXin LI2013-08-281-3/+11
* Rename the kld_unload event handler to kld_unload_try, and add a newMark Johnston2013-08-244-11/+11
* MFV r254749:Xin LI2013-08-242-38/+14
* MFV r254747:Xin LI2013-08-248-89/+97
* MFV r254422:Xin LI2013-08-231-2/+5
* zfs: do not reject any operations on a pool just because it's a boot poolAndriy Gapon2013-08-231-0/+2
* fbt: drop a local write-only variableAndriy Gapon2013-08-231-6/+0
* zfs: inline and remove zfs_vnode_lockAndriy Gapon2013-08-233-15/+5
* Remove the deprecated VM_ALLOC_RETRY flag for the vm_page_grab(9).Konstantin Belousov2013-08-221-1/+1
* Make dtrace_copy() actually work on PowerPC. Although unused currently,Justin Hibbits2013-08-221-4/+4
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-1/+47
* Add kstat entries for ZFS compression statistics.Justin T. Gibbs2013-08-213-4/+65
* Enhance the ZFS vdev layer to maintain both a logical and a physicalJustin T. Gibbs2013-08-2120-34/+198
* MFV r254421:Xin LI2013-08-213-14/+28
* MFV r254220:Xin LI2013-08-201-7/+17
* Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.Justin Hibbits2013-08-192-0/+15
* Add a "translated type" argument to SDT_PROBE_ARGTYPE() and add some macrosMark Johnston2013-08-171-2/+6
* Remove redundant variable.Pawel Jakub Dawidek2013-08-171-3/+1
* Use kld_{load,unload} instead of mod_{load,unload} for the linker file loadMark Johnston2013-08-144-27/+27
* FreeBSD's DTrace implementation has a few problems with respect to handlingMark Johnston2013-08-136-95/+292
* fasttrap_fork(): unlock the processes before removing the tracepoints.Rui Paulo2013-08-111-0/+8
* The soft and hard busy mechanism rely on the vm object lock to work.Attilio Rao2013-08-091-14/+20
* MFV r254079:Xin LI2013-08-0810-91/+214
* MFV r254071:Xin LI2013-08-071-2/+2
* MFV r254070:Xin LI2013-08-071-1/+9
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-072-3/+4
* MFV r254011:Xin LI2013-08-061-15/+55
* opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUGAndriy Gapon2013-08-065-2/+43
* Block reporting of ZFS features for suspended pools.Alexander Motin2013-08-061-0/+5
* Disable r252840 when ZFS TRIM is enabled (vfs.zfs.trim.enabled=1) and reallyAlexander Motin2013-08-062-5/+6
* Make `zpool clear` to reopen also reconnected cache and spare devices.Alexander Motin2013-08-061-0/+8
* Make ZFS to use separate thread to handle SPA_ASYNC_REMOVE async events.Alexander Motin2013-08-062-16/+61
* Revert r253939:Attilio Rao2013-08-051-15/+52
* The page hold mechanism is fast but it has couple of fallouts:Attilio Rao2013-08-041-52/+15
* zfs_ioc_rename should not leave the value of zc_name passed in via zc alteredSteven Hartland2013-08-041-4/+11
* MFV r253783:Xin LI2013-07-305-22/+110
* MFV r253782:Xin LI2013-07-305-59/+114
* MFV r253781 + r253871:Xin LI2013-07-305-6/+22
* MFV r253780:Xin LI2013-07-308-63/+164
* Allow three IOCTLs to be used on suspended pool, restoring state thatAlexander Motin2013-07-301-3/+3
* dtrace disassembler: take the latest/last CDDL code from OpenSolarisAndriy Gapon2013-07-294-388/+3680
* Partially close race between calls of orphan() method from GEOM and close()Alexander Motin2013-07-281-0/+3
* Following r222950, revert unintentional change cls -> class in argument nameAlexander Motin2013-07-251-1/+1
* zfs module: perform cleanup during shutdown in addition to module unloadAndriy Gapon2013-07-241-35/+77
* zfs: move vnode creation from zfs_znode_cache_constructor to zfs_znode_allocAndriy Gapon2013-07-241-49/+19