aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat
Commit message (Expand)AuthorAgeFilesLines
* zfs: honour and make use of vfs vnode locking protocolAndriy Gapon2016-08-051-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
* Provide compatibility shim for atomic_dec_64_nv.Xin LI2014-08-211-0/+6
* Revert r269404 and use cpu_ticks() for dbuf allocation.Xin LI2014-08-031-11/+1
* When arm 64-bit atomic ops are available, define ARM_HAVE_ATOMIC64. UseIan Lepore2014-08-022-3/+3
* Use the 64-bit atomics now provided by arm machine/atomic.h instead ofIan Lepore2014-08-011-2/+2
* Split gethrtime() and gethrtime_waitfree() and make the former useXin LI2014-08-011-1/+11
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-1/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-1/+1
* Reintroduce priority for the TRIM ZIOs instead of using the "NOW" prioritySteven Hartland2014-04-301-2/+0
* Rename global cnt to vm_cnt to avoid shadowing.Bryan Drewery2014-03-221-1/+1
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Define the KM_NORMALPRI flag for kmem_alloc(), as it is used in someMark Johnston2014-02-221-0/+1
* Fix build after r260234 by converting ddi_get_lbolt64() from inline intoAlexander Motin2014-01-051-14/+3
* Remove extra conversion to nanoseconds from ddi_get_lbolt64().Alexander Motin2014-01-031-1/+2
* zfs: add zfs_freebsd_putpagesAndriy Gapon2013-11-292-0/+4
* zfs: make zfs_map_page / zfs_unmap_page publicAndriy Gapon2013-11-291-0/+15
* opensolaris compat: add taskq_wait emulationAndriy Gapon2013-11-281-0/+6