aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* MFC r329759:Alexander Motin2018-04-162-3/+25
* MFC r317055,r317056 (glebius): Include sys/vmmeter.h as includedKyle Evans2018-03-152-0/+2
* MFC r326067: make illumos uiocopy use vn_io_fault_uiomoveAndriy Gapon2017-12-011-48/+28
* MFC r325887:Mark Johnston2017-11-231-4/+0
* MFC r324163: MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and foll...Andriy Gapon2017-11-082-0/+9
* MFC r324425: illumos mutex_init: use SX_NEW instead of bzeroAndriy Gapon2017-10-301-3/+2
* MFC r324011, r324016: MFV r323535: 8585 improve batching done in zil_commit()Andriy Gapon2017-10-301-0/+3
* MFC r323985:Ian Lepore2017-10-191-6/+1
* MFC r324309: remove heuristic error detection from ddi_strto*()Andriy Gapon2017-10-191-12/+0
* MFC r323578,r323769: dounmount: do not release the mount point's referenceAndriy Gapon2017-10-051-0/+1
* MFC r323194:Alan Somers2017-09-271-1/+1
* MFC r315896: MFV r315290, r315291: 7303 dynamic metaslab selectionAlexander Motin2017-07-262-0/+18
* MFC r309017 (partially):Mark Johnston2017-07-031-1/+1
* MFC r308474, r308691, r309203, r309365, r309703, r309898, r310720,Mark Johnston2017-05-231-2/+1
* MFC r314048,r314194: reimplement zfsctl (.zfs) supportAndriy Gapon2017-03-233-64/+8
* MFC r306304:Mark Johnston2016-10-022-0/+60
* MFC r305679: Switch random_get_pseudo_bytes() shim to arc4rand().Alexander Motin2016-09-131-1/+1
* MFC r303763,303791,303869: zfs: honour and make use of vfs vnode locking prot...Andriy Gapon2016-08-111-2/+0
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-2/+2
* Use vnlru_free(9) to implement dnlc_reduce_cache().Konstantin Belousov2016-06-171-1/+1
* fix a vnode reference leak caused by illumos compat traverse()Andriy Gapon2016-05-161-2/+3
* mount_snapshot: consolidate all error handlingAndriy Gapon2016-05-161-17/+21
* zfsctl: fix several problems with reference countsAndriy Gapon2016-05-161-1/+1
* compat/opensolaris: Don't redefined off64_t if already definedConrad Meyer2016-05-111-0/+3
* remove emulation of VFS_HOLD and VFS_RELE from opensolaris compatAndriy Gapon2016-04-021-11/+0
* Fix small memory leak on attempt to access deleted snapshot.Alexander Motin2016-03-151-0/+1
* MFV r296529:Alexander Motin2016-03-081-0/+3
* MFV r296505: 6531 Provide mechanism to artificially limit disk performanceAlexander Motin2016-03-082-0/+40
* Welcome the RISC-V 64-bit kernel.Ruslan Bukin2016-01-291-1/+1
* Expose an interface to determine if an ACE is inherited.Xin LI2015-09-041-0/+2
* Add support for the arrays in nvlist library.Mariusz Zaborski2015-08-151-110/+77
* Fix r286574 build in user-space.Alexander Motin2015-08-101-1/+1
* MFV r277427: 5445 Add more visibility via arcstats; specificallyAlexander Motin2015-08-101-0/+5
* Add an API for easily creating userspace threads in kernelspace.Ed Schouten2015-07-201-1/+3
* Create a dedicated function for ensuring that cdir and rdir are populated.Mateusz Guzik2015-07-112-24/+2
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+2
* compat nvpair.h: make sure that the names are mangled only for kernelAndriy Gapon2015-06-071-0/+4
* Add the arm64 defines for cddl code.Andrew Turner2015-04-011-1/+1
* Allow Illumos code to co-exist with nv(9)Ryan Stone2015-03-011-0/+259
* NSEC_TO_TICK(usec) -> NSEC_TO_TICK(nsec)Will Andrews2015-01-201-1/+1
* Remove unused strdup() #define.Will Andrews2015-01-201-1/+0
* remove opensolaris cyclic code, replace with high-precision calloutsAndriy Gapon2014-12-073-393/+0
* Remove the no-at variants of the kern_xx() syscall helpers. E.g., weKonstantin Belousov2014-11-131-2/+2
* This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky'sJosh Paetzel2014-10-251-2/+2
* make userland __assfail from opensolaris compat honor 'aok' variableAndriy Gapon2014-10-071-4/+8
* Refactor ZFS ARC reclaim checks and limitsSteven Hartland2014-10-032-54/+3
* Remove sys/types.h include as per style (9)Steven Hartland2014-09-181-1/+0
* Add dtrace probe support for zfs SET_ERROR(..)Steven Hartland2014-09-182-1/+47
* Ensure that ZFS ARC free memory checks include cached pagesSteven Hartland2014-08-302-1/+9
* Refactor ZFS ARC reclaim logic to be more VM cooperativeSteven Hartland2014-08-282-6/+44