aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD: Sort out kernel FPU headers for 12.1-RELRyan Moeller2020-10-021-7/+4
* Throw const on some stringsRyan Moeller2020-10-025-23/+19
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-233-5/+27
* FreeBSD: Don't save user FPU context in kernel threadsMatthew Macy2020-09-231-8/+8
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-0/+2
* zfs label bootenv should store data as nvlistToomas Soome2020-09-154-0/+60
* FreeBSD: convert teardown inactive lock to a read-mostly sleepable lockMateusz Guzik2020-09-091-1/+64
* Avoid possibility of division by zeroRyan Moeller2020-09-081-1/+1
* Fixes for running FreeBSD buildworld on Linux/macOS hostsAlexander Richardson2020-09-031-1/+4
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-033-6/+15
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-014-3/+2
* FreeBSD: Simplify INGLOBALZONERyan Moeller2020-08-311-5/+4
* FreeBSD: Define crgetzoneid appropriatelyRyan Moeller2020-08-311-1/+1
* Linux 5.9 compat: NR_SLAB_RECLAIMABLEBrian Behlendorf2020-08-292-36/+0
* Remove pragma ident linesToomas Soome2020-08-266-12/+0
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-0/+6
* Linux 5.7 compat: Include linux/sched.h in spl/sys/mutex.hPavel Snajdr2020-08-191-0/+1
* FreeBSD: Add option to rewind checkpoint while importing root poolMariusz Zaborski2020-08-191-1/+1
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-183-0/+140
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-2/+0
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-171-4/+0
* FreeBSD: Create taskq threads in appropriate procRyan Moeller2020-08-171-3/+8
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-08-111-0/+2
* Linux 5.9 compat: Update NR_SLAB_RECLAIMABLE to NR_SLAB_RECLAIMABLE_BColeman Kane2020-08-112-0/+21
* Remove KM_NODEBUGMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_QCACHEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-052-3/+0
* Remove KMC_OFFSLABMatthew Ahrens2020-08-051-2/+0
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-052-0/+16
* Fix arc__wait__for__eviction tracepointPavel Snajdr2020-08-041-2/+2
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-318-8/+34
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-312-2/+38
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-293-3/+2
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-292-3/+11
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-286-65/+32
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-259-136/+175
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-251-2/+7
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-0/+15
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-8/+0
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-3/+1
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-151-531/+14
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-1/+3
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-112-0/+2
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-9/+10
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-015-5/+13
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-293-15/+2
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-276-20/+7
* Style fixesBrian Behlendorf2020-06-271-1/+1