aboutsummaryrefslogtreecommitdiff
path: root/sys/cddl/compat/opensolaris
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-1/+1
* Introduce funlinkat syscall that always us to check if we are removingMariusz Zaborski2019-04-061-1/+2
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-112-27/+27
* Use taskqueue_quiesce(9) to implement taskq_wait().Mark Johnston2018-11-211-2/+2
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-251-1/+1
* MFV/ZoL: add dbuf statsMatt Macy2018-08-121-1/+12
* opensolaris compat: fix compile errorMatt Macy2018-07-031-1/+4
* This originated from ZFS On Linux, asSean Eric Fagan2018-06-081-0/+6
* Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky2018-05-292-3/+7
* Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky2018-05-292-3/+6
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-2/+1
* opensolaris system_taskq does not need to run at maximum priorityAndriy Gapon2018-05-041-1/+2
* Don't declare __assfail as staticAlan Somers2018-02-251-1/+3
* 9018 Replace kmem_cache_reap_now() with kmem_cache_reap_soon()Alexander Motin2018-02-212-3/+25
* Use per-domain locks for vm page queue free. Move paging control fromJeff Roberson2018-02-061-1/+1
* Fix arc after r326347 broke various memory limit queries. Use UMA featuresJeff Roberson2018-01-021-1/+2
* make illumos uiocopy use vn_io_fault_uiomoveAndriy Gapon2017-11-211-48/+28
* Avoid holding the process in uread() and uwrite().Mark Johnston2017-11-161-4/+0
* illumos mutex_init: use SX_NEW instead of bzeroAndriy Gapon2017-10-091-3/+2
* remove heuristic error detection from ddi_strto*()Andriy Gapon2017-10-051-12/+0
* MFV r323530,r323533,r323534: 7431 ZFS Channel Programs, and followupsAndriy Gapon2017-10-012-0/+9
* fix r324011, MFV of r323535, 8585 improve batching done in zil_commit()Andriy Gapon2017-09-261-0/+3
* Use nstosbt() instead of multiplying by SBT_1NS to avoid roundoff errors.Ian Lepore2017-09-251-6/+1
* dounmount: do not release the mount point's reference on the covered vnodeAndriy Gapon2017-09-141-0/+1
* Fix remounting ZFS filesystem with "zfs mount"Alan Somers2017-09-051-1/+1
* o Replace __riscv__ with __riscvRuslan Bukin2017-08-071-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-3/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-172-0/+2
* MFV r315290, r315291: 7303 dynamic metaslab selectionAlexander Motin2017-03-242-0/+18
* zfs: clean up unused files and definitionsAndriy Gapon2017-02-242-63/+0
* reimplement zfsctl (.zfs) supportAndriy Gapon2017-02-211-1/+8
* Revert r309619 "ifndef atomic_cas_* in cddl code"Mateusz Guzik2017-01-031-6/+0
* Revert r310023 for now.Alexander Motin2016-12-151-5/+2
* Reduce diff from Illumos by better variables mapping.Alexander Motin2016-12-131-2/+5
* ifndef atomic_cas_* in cddl code in preparation for native implementationsMateusz Guzik2016-12-061-0/+6
* Remove PG_CACHED-related fields from struct vmmeter, because they are noAlan Cox2016-11-221-1/+1
* Remove most of the code for implementing PG_CACHED pages. (This change doesAlan Cox2016-11-151-2/+1
* Move implementations of uread() and uwrite() to the illumos compat layer.Mark Johnston2016-09-242-0/+60
* Switch random_get_pseudo_bytes() shim to arc4rand().Alexander Motin2016-09-101-1/+1
* 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