summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
...
* drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsdavg2013-11-291-3/+0
* zfs mappedread_sf: assert that a page is never partially validavg2013-11-291-1/+3
* MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)avg2013-11-283-51/+20
* MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained controlavg2013-11-2820-1349/+2314
* opensolaris compat: add taskq_wait emulationavg2013-11-281-0/+6
* fix a serious bug in r258632: offset parameter must be set in zioavg2013-11-281-1/+1
* fix debug.zfs_flags sysctl description in r258638avg2013-11-261-1/+1
* expose zfs_flags as debug.zfs_flags r/w tunable and sysctlavg2013-11-261-0/+4
* MFV r258376: 3964 L2ARC should always compress metadata buffersavg2013-11-263-2/+6
* MFV r255256: 3954 metaslabs continue to load even after hitting zfs_mg_alloc_...avg2013-11-263-5/+113
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workavg2013-11-2635-721/+1513
* MFV r247578: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is p...avg2013-11-263-81/+172
* 734 taskq_dispatch_prealloc() desiredavg2013-11-266-82/+51
* opensolaris taskq: some cosmetic changesavg2013-11-262-19/+16
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosavg2013-11-261-12/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-262-2/+15
* When append-only, immutable or read-only flag is set don't allow forpjd2013-11-251-0/+5
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-253-6/+0
* MFV r258378: 4089 NULL pointer dereference in arc_read()avg2013-11-201-9/+11
* MFV r258377: 4088 use after free in arc_release()avg2013-11-201-1/+1
* Fix the function search space.jhibbits2013-11-201-1/+1
* zfs page_busy: fix the boundaries of the cleared rangeavg2013-11-191-1/+16
* Reenable vfs.zfs.zio.use_uma for amd64, disabled at r209261.mav2013-11-191-0/+4
* opensolaris/uts/common/dtrace/fasttrap.casomers2013-11-181-23/+40
* Fix ZFS deadlock when sending a snapshot which is mounted.smh2013-11-181-2/+4
* The fasttrap ioctl used to create probes takes a variable-sized argument.markj2013-11-182-15/+2
* Introduce allocation cache to store LZ4 compression contexts without kickingmav2013-11-143-2/+28
* Use suword32 and suword64 instead of copyout(9). This fixes a bug in themarkj2013-11-052-8/+8
* Remove references to an unused fasttrap probe hook, and remove themarkj2013-10-311-8/+0
* Do some cleanup of the SDT code. In particular,markj2013-10-261-71/+68
* Fix a couple of bugs in the fasttrap emulation of a "push %rbp" instruction:markj2013-10-261-7/+6
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.jhibbits2013-10-251-1/+2
* Improve ZFS N-way mirror read performance by using load and localitysmh2013-10-235-59/+292
* Use the vdev's ashift to calculate the supported min block size passed tosmh2013-10-221-1/+1
* Merge GEOM direct dispatch changes from the projects/camlock branch.mav2013-10-222-9/+23
* When fetching function arguments out of a frame on amd64, explicitly selectmarkj2013-10-212-2/+35
* Add a function, memstr, which can be used to convert a buffer ofmarkj2013-10-163-1/+49
* Add fasttrap for PowerPC. This is the last piece of the dtrace/ppc puzzle.jhibbits2013-10-152-9/+583
* MFV r255257: 4082 zfs receive gets EFBIG from dmu_tx_hold_free()avg2013-10-102-1/+11
* Initialize and free the DTrace taskqueue in the dtrace module load/unloadmarkj2013-10-083-9/+4
* Improve lzjb decompress performance by reorganizing the codedelphij2013-10-081-1/+3
* Optimize the block size used on ZFS cache devices as is already donegibbs2013-09-211-0/+2
* MFV r254750:delphij2013-09-2112-45/+388
* Fixup cross-device rename checks in ZFS. Add a check for the casedavide2013-09-201-4/+7
* 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
OpenPOWER on IntegriCloud