aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* MFV r258923: 4188 assertion failed in dmu_tx_hold_free(): dn_datablkshift != 0Pawel Jakub Dawidek2013-12-181-1/+8
* The fasttrap fork handler is responsible for removing tracepoints in theMark Johnston2013-12-181-8/+23
* sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.cAlan Somers2013-12-121-9/+1
* Correct the check for errors from proc_rwmem().Mark Johnston2013-12-112-2/+2
* Don't even try to read vdev labels from devices smaller then SPA_MINDEVSIZEAlexander Motin2013-12-101-2/+8
* Expose spa_asize_inflation.Xin LI2013-12-061-0/+3
* zfs: add zfs_freebsd_putpagesAndriy Gapon2013-11-293-23/+170
* zfs: add dmu_write_pages variant for freebsdAndriy Gapon2013-11-292-0/+66
* zfs: make zfs_map_page / zfs_unmap_page publicAndriy Gapon2013-11-292-16/+15
* drop ZUT_OBJ, zfs unit testing driver never materialzied in freebsdAndriy Gapon2013-11-291-3/+0
* zfs mappedread_sf: assert that a page is never partially validAndriy Gapon2013-11-291-1/+3
* MFV r258665: 4347 ZPL can use dmu_tx_assign(TXG_WAIT)Andriy Gapon2013-11-283-51/+20
* MFV r258371,r258372: 4101 metaslab_debug should allow for fine-grained controlAndriy Gapon2013-11-2820-1349/+2314
* opensolaris compat: add taskq_wait emulationAndriy Gapon2013-11-281-0/+6
* fix a serious bug in r258632: offset parameter must be set in zioAndriy Gapon2013-11-281-1/+1
* fix debug.zfs_flags sysctl description in r258638Andriy Gapon2013-11-261-1/+1
* expose zfs_flags as debug.zfs_flags r/w tunable and sysctlAndriy Gapon2013-11-261-0/+4
* MFV r258376: 3964 L2ARC should always compress metadata buffersAndriy Gapon2013-11-263-2/+6
* MFV r255256: 3954 metaslabs continue to load even after hitting zfs_mg_alloc_...Andriy Gapon2013-11-263-5/+113
* MFV r255255: 4045 zfs write throttle & i/o scheduler performance workAndriy Gapon2013-11-2635-721/+1513
* MFV r247578: 3581 spa_zio_taskq[ZIO_TYPE_FREE][ZIO_TASKQ_ISSUE]->tq_lock is p...Andriy Gapon2013-11-263-81/+172
* 734 taskq_dispatch_prealloc() desiredAndriy Gapon2013-11-266-82/+51
* opensolaris taskq: some cosmetic changesAndriy Gapon2013-11-262-19/+16
* sdt: add support for solaris/illumos style DTRACE_PROBE macrosAndriy Gapon2013-11-261-12/+0
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-262-2/+15
* When append-only, immutable or read-only flag is set don't allow forPawel Jakub Dawidek2013-11-251-0/+5
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-253-6/+0
* MFV r258378: 4089 NULL pointer dereference in arc_read()Andriy Gapon2013-11-201-9/+11
* MFV r258377: 4088 use after free in arc_release()Andriy Gapon2013-11-201-1/+1
* Fix the function search space.Justin Hibbits2013-11-201-1/+1
* zfs page_busy: fix the boundaries of the cleared rangeAndriy Gapon2013-11-191-1/+16
* Reenable vfs.zfs.zio.use_uma for amd64, disabled at r209261.Alexander Motin2013-11-191-0/+4
* opensolaris/uts/common/dtrace/fasttrap.cAlan Somers2013-11-181-23/+40
* Fix ZFS deadlock when sending a snapshot which is mounted.Steven Hartland2013-11-181-2/+4
* The fasttrap ioctl used to create probes takes a variable-sized argument.Mark Johnston2013-11-182-15/+2
* Introduce allocation cache to store LZ4 compression contexts without kickingAlexander Motin2013-11-143-2/+28
* Use suword32 and suword64 instead of copyout(9). This fixes a bug in theMark Johnston2013-11-052-8/+8
* 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