aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Remove references to an unused fasttrap probe hook, and remove theMark Johnston2013-10-311-8/+0
* Do some cleanup of the SDT code. In particular,Mark Johnston2013-10-261-71/+68
* Fix a couple of bugs in the fasttrap emulation of a "push %rbp" instruction:Mark Johnston2013-10-261-7/+6
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits2013-10-251-1/+2
* Improve ZFS N-way mirror read performance by using load and localitySteven Hartland2013-10-235-59/+292
* Use the vdev's ashift to calculate the supported min block size passed toSteven Hartland2013-10-221-1/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-222-9/+23
* When fetching function arguments out of a frame on amd64, explicitly selectMark Johnston2013-10-212-2/+35
* Add a function, memstr, which can be used to convert a buffer ofMark Johnston2013-10-163-1/+49
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.Justin Hibbits2013-10-152-9/+583
* MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free()Andriy Gapon2013-10-102-1/+11
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadMark Johnston2013-10-083-9/+4
* Improve lzjb decompress performance by reorganizing the codeXin LI2013-10-081-1/+3
* Optimize the block size used on ZFS cache devices as is already doneJustin T. Gibbs2013-09-211-0/+2
* MFV r254750:Xin LI2013-09-2112-45/+388
* Fixup cross-device rename checks in ZFS. Add a check for the caseDavide Italiano2013-09-201-4/+7
* MFV r247844 (illumos-gate 13975:ef6409bc370f)Xin LI2013-09-109-34/+61
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-5/+1
* 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