summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add define to enable autotrim to default to onMatthew Macy2020-08-181-1/+7
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-182-2/+2
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-172-0/+2
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-172-6/+0
* FreeBSD: fallback to /boot/ to look for zpool.cacheMatthew Macy2020-08-171-1/+1
* 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
* Move ZVOL_DIR back to zfs.hRyan Moeller2020-08-111-0/+3
* 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
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+1
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-318-8/+34
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-313-16/+44
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-2917-18/+17
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-294-7/+19
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-287-66/+33
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-2510-136/+178
* 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
* Annotate unused parameters on inline definitions as suchKyle Evans2020-07-231-1/+2
* FreeBSD: Remove some code duplication in sysctl_os.cRyan Moeller2020-07-231-0/+1
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+2
* Adjust ARC terminologyMatthew Ahrens2020-07-221-4/+4
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-0/+2
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-3/+1
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-151-531/+14
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-142-0/+12
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-1/+3
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-133-14/+7
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-117-3/+10
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-9/+10
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+14
* Add a "try" operation for range locksMark Johnston2020-07-061-0/+2
* Add device rebuild featureBrian Behlendorf2020-07-0311-12/+165
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-015-5/+13
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-295-19/+2
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-2714-20/+23
* Style fixesBrian Behlendorf2020-06-271-1/+1
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-271-82/+40
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-263-0/+46
* Fixes for make distArvind Sankar2020-06-2614-76/+34
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+1