aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some ifdef soup in the fasttrap ioctl handler.Mark Johnston2017-04-281-53/+3
* MFV 316905Josh Paetzel2017-04-282-9/+33
* MFV 316900Josh Paetzel2017-04-272-4/+10
* MFV 316898Josh Paetzel2017-04-272-76/+82
* MFV 316897Josh Paetzel2017-04-272-10/+3
* MFV 316896Josh Paetzel2017-04-272-8/+21
* MFV 316895Josh Paetzel2017-04-271-5/+24
* MFV 316894Josh Paetzel2017-04-2517-691/+1219
* MFV 316891Josh Paetzel2017-04-212-45/+51
* MFV 316871Josh Paetzel2017-04-211-5/+6
* MFV 316870Josh Paetzel2017-04-212-11/+11
* MFV 316868Josh Paetzel2017-04-214-11/+37
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-4/+4
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-173-0/+3
* rename vfs.zfs.debug_flags to vfs.zfs.debugflagsAndriy Gapon2017-04-141-1/+1
* Fix vdev_geom_attach_by_guids for partitioned disksAlan Somers2017-04-131-31/+44
* Corrected misspelled versions of rendezvous.Patrick Kelsey2017-04-097-17/+17
* Fix expandsz 16.0E vals and vdev_min_asize of RAIDZ childrenSteven Hartland2017-04-031-7/+17
* MFV: 315989Josh Paetzel2017-03-272-4/+4
* MFV r315290, r315291: 7303 dynamic metaslab selectionAlexander Motin2017-03-2411-215/+955
* zfs_putpages: use TXG_WAITAndriy Gapon2017-03-231-7/+1
* zfs: add zio_buf_alloc_nowait and use it in vdev_queue_aggregateAndriy Gapon2017-03-233-7/+28
* Reduce ARC fragmentation thresholdSteven Hartland2017-03-171-1/+1
* Fix a backwards comparison in the code to dump a DTrace debug buffer.Mark Johnston2017-03-131-1/+1
* zfs: provide a special vptocnp method for the .zfs vnodeAndriy Gapon2017-03-111-0/+23
* MFV r314911: 7867 ARC space accounting leakAndriy Gapon2017-03-081-0/+6
* MFV r314910: 7843 get_clones_stat() is suboptimal for lots of clonesAndriy Gapon2017-03-081-1/+12
* Fix null pointer dereference in zfs_freebsd_setacl().Martin Matuska2017-03-021-0/+3
* Execute last ZIO of log commit synchronously.Alexander Motin2017-03-021-3/+5
* Completely skip cache flushing for not supporting log devices.Alexander Motin2017-03-021-5/+7
* Do not invoke the resize event when previous provider's size was zero.Andrey V. Elsukov2017-03-011-1/+10
* MFV 314276Josh Paetzel2017-02-251-20/+26
* l2arc: try to fix write size calculation broken by Compressed ARC commitAndriy Gapon2017-02-251-18/+18
* zfs: call spa_deadman on a taskqueue threadAndriy Gapon2017-02-253-8/+32
* MFV 314243Josh Paetzel2017-02-259-36/+90
* zfs: clean up unused files and definitionsAndriy Gapon2017-02-244-1468/+0
* loader: update symlink support in zfs readerToomas Soome2017-02-221-0/+1
* zfs: move zio_taskq_basedc under SYSDCAndriy Gapon2017-02-211-1/+1
* zfs: lower priority of zio_write_issue threads by fourAndriy Gapon2017-02-211-1/+9
* reimplement zfsctl (.zfs) supportAndriy Gapon2017-02-216-1281/+756
* MVF: 313876Josh Paetzel2017-02-171-3/+8
* Directly include needed headers rather than relying on pollution.Mark Johnston2017-02-172-0/+4
* Prevent CPU migration when checking the DTrace nofault flag on x86.Mark Johnston2017-02-162-2/+16
* MFV 313786Josh Paetzel2017-02-163-44/+5
* Use pget() instead of pfind() in fasttrap_pid_{enable,disable}().Mark Johnston2017-02-151-19/+3
* Check for an exiting process when enabling PID provider probes.Mark Johnston2017-02-151-7/+7
* remove l2_padding_needed statistic from zfs arcAndriy Gapon2017-02-121-2/+0
* check remaining space in zfs implementations of vptocnpAndriy Gapon2017-02-122-6/+15
* Fix setting birthtime in ZFSAlan Somers2017-02-092-15/+20
* Fix the ifdef protection and remove superfluous extern statementsGeorge V. Neville-Neil2017-02-071-3/+4