summaryrefslogtreecommitdiffstats
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Diff reduction with kernel code: instruct the compiler that the data ofdelphij2014-10-021-0/+19
* zfsvfs_create(): Refuse to mount datasets whose names are too long.will2014-10-011-0/+11
* Fix a mismerge in r260183 which prevents snapshot zvol devices beingdelphij2014-09-301-2/+6
* Remove sys/types.h include as per style (9)smh2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)smh2014-09-182-1/+47
* Remove debug.zfs_flags in favor of the new vfs.zfs.debug_flags.will2014-09-181-5/+1
* Enable ZFS debug flags to be modified via vfs.zfs.debug_flags.will2014-09-181-0/+27
* Reorder sysctls for spa.c global tunables; add sysctl for ccw_retry_interval.will2014-09-181-4/+8
* bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.will2014-09-181-1/+3
* Remove unused ZFS ARC functionssmh2014-09-182-19/+0
* Fix the stack tracing for dtrace/powerpc.jhibbits2014-09-172-21/+123
* Added missing ZFS sysctlssmh2014-09-142-2/+75
* MFV r271518:delphij2014-09-132-10/+22
* MFV r271517:delphij2014-09-131-1/+8
* MFV r271515:delphij2014-09-131-0/+8
* MFV r271512:delphij2014-09-131-7/+2
* MFV r271510:delphij2014-09-132-2/+2
* Persist vdev_resilver_txg changes to avoid panic caused by validationsmh2014-09-111-2/+5
* Remove unused arguments for VOP_GETPAGES(), VOP_PUTPAGES().glebius2014-09-101-2/+0
* Make ZVOL writes in device mode support IO_SYNC flag.mav2014-09-091-1/+1
* MFV r271223:delphij2014-09-071-5/+5
* Move the restored #ifdef i386 test back inside the #ifdef _KERNEL blockpeter2014-08-311-3/+4
* Ensure that ZFS ARC free memory checks include cached pagessmh2014-08-303-1/+17
* Add missing proctree locking to fill_kinfo_proc consumers.mjg2014-08-301-0/+4
* Refactor ZFS ARC reclaim logic to be more VM cooperativesmh2014-08-283-15/+108
* Restore the correct value when disabling probes. Otherwise the instrumentedmarkj2014-08-241-3/+3
* Instead of using timestamp in the AVL, use the memory address whendelphij2014-08-224-27/+36
* MFV r270197:delphij2014-08-224-31/+47
* Provide compatibility shim for atomic_dec_64_nv.delphij2014-08-211-0/+6
* MFV r270196:delphij2014-08-202-5/+5
* MFC r270195:delphij2014-08-2011-94/+89
* MFV r270193:delphij2014-08-204-9/+9
* Factor out the common code for function boundary tracing instead ofmarkj2014-08-167-1652/+702
* MFV r269542:delphij2014-08-051-1/+2
* Return 0 for the PPID of threads in process 0, as process 0 doesn't have amarkj2014-08-041-1/+4
* Revert r269404 and use cpu_ticks() for dbuf allocation.delphij2014-08-032-11/+5
* MFV r269427:delphij2014-08-022-4/+4
* When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. Useian2014-08-022-3/+3
* Use the 64-bit atomics now provided by arm machine/atomic.h instead ofian2014-08-011-2/+2
* Don't return ZIO_PIPELINE_CONTINUE from vdev_op_io_start methodssmh2014-08-019-100/+78
* Split gethrtime() and gethrtime_waitfree() and make the former usedelphij2014-08-011-1/+11
* Copy strtolctype.h to sys/cddl/contrib/opensolaris/common/util to keeprpaulo2014-07-311-0/+79
* MFV r269224:delphij2014-07-291-3/+8
* MFV r269223:delphij2014-07-297-39/+130
* Reschedule the 'deadman' callout after handling, this makes ourdelphij2014-07-291-0/+6
* Initialize zfs vnode v_hash when the vnode is allocated, instead ofkib2014-07-282-4/+3
* Add two sysctls for newly added tunables.delphij2014-07-261-0/+8
* MFV r269010:delphij2014-07-2611-204/+608
* Make sysctls under vfs.zfs.zfetch writeable.mav2014-07-261-3/+3
* Transform the I/O when vdev_physical_ashift is greater thandelphij2014-07-251-1/+2
OpenPOWER on IntegriCloud