aboutsummaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-2921-20/+9
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-294-16/+24
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-2811-22/+22
* Fix lua stack overflow on recursive call to gsub()Matthew Ahrens2020-07-275-1/+34
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-2529-4/+45
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-2518-32/+32
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-1/+1
* FreeBSD: Remove accidental ARC size limiterRyan Moeller2020-07-251-0/+1
* FreeBSD: Implement arc_free_memoryRyan Moeller2020-07-251-3/+2
* Add gang ABD child to parent gang ABDBrian Atkinson2020-07-241-1/+55
* Limit dbuf cache sizes based only on ARC target size by defaultRyan Moeller2020-07-241-22/+24
* remove kmem_cache module parameter KMC_EXPIRE_AGEMatthew Ahrens2020-07-241-120/+9
* FreeBSD: Remove some code duplication in sysctl_os.cRyan Moeller2020-07-231-19/+0
* Adjust ARC terminologyMatthew Ahrens2020-07-223-93/+93
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-29/+36
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-192-163/+19
* Linux 4.10 compat: has_capability()Brian Behlendorf2020-07-191-0/+9
* anon_pages are not free/evictableMatthew Ahrens2020-07-161-1/+0
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-153-32/+373
* Fix early include of <linux/percpu_compat.h>Romain Dolbeau2020-07-153-1/+3
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-142-3/+27
* Fix LOR between dp_config_rwlock and spa_props_lockAlexander Motin2020-07-141-11/+7
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-142-3/+16
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-118-43/+88
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-43/+118
* Fix a persistent L2ARC bug in l2arc_write_done()George Amanakis2020-07-101-5/+27
* Fix a deadlock in the FreeBSD getpages VOPMark Johnston2020-07-061-1/+12
* Add a "try" operation for range locksMark Johnston2020-07-061-18/+47
* Update zfs_freebsd_need_inactive to fix mmapped writesRyan Moeller2020-07-031-2/+5
* Add device rebuild featureBrian Behlendorf2020-07-0312-89/+1490
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-018-9/+20
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-295-157/+10
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-272-60/+43
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-262-8/+18
* Include FreeBSD sources in module distArvind Sankar2020-06-261-8/+7
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-262-2/+28
* Fix tags targets in module/Makefile.in + cleanupArvind Sankar2020-06-241-28/+7
* Move zfs_gitrev.h to build directoryArvind Sankar2020-06-242-1/+3
* Support out-of-tree kmod build on FreeBSDArvind Sankar2020-06-241-7/+30
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-233-6/+22
* Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.kshMatthew Ahrens2020-06-221-1/+1
* Fix copy-paste error breaking FreeBSD headRyan Moeller2020-06-191-3/+3
* Match new vfs_checkexp KPI in FreeBSD headRyan Moeller2020-06-181-0/+10
* Enable -Wmissing-prototypes/-Wstrict-prototypesArvind Sankar2020-06-182-51/+16
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-182-28/+32
* Make Skein_{Get,Put}64_LSB_First inline functionsArvind Sankar2020-06-182-15/+2
* Add prototypesArvind Sankar2020-06-1813-39/+23
* Add include files for prototypesArvind Sankar2020-06-1818-2/+18
* Remove dead codeArvind Sankar2020-06-187-80/+2
* Mark functions as staticArvind Sankar2020-06-1842-104/+111