summaryrefslogtreecommitdiffstats
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* Release onexit/events with any missed zfsdev_stateJorgen Lundman2020-08-133-7/+12
* Use zfs_dbgmsg to log metaslab_load/unloadMatthew Ahrens2020-08-121-19/+34
* Restore ARC MFU/MRU pressureMatthew Macy2020-08-121-22/+42
* Linux 5.9 compat: make_request_fn replaced with submit_bio interfaceColeman Kane2020-08-111-1/+17
* Fix typoAllan Jude2020-08-111-1/+1
* Move ZVOL_DIR back to zfs.hRyan Moeller2020-08-111-1/+0
* FreeBSD: update vaccess signature on most recent HEADMatthew Macy2020-08-071-0/+5
* Clarify error message when a range-tree double-add occursPaul Dagnelie2020-08-071-8/+22
* Remove commented-out codeMatthew Ahrens2020-08-051-27/+0
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-8/+2
* Remove KMC_QCACHEMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* Remove KMC_NOTOUCHMatthew Ahrens2020-08-052-2/+1
* Remove KMC_OFFSLABMatthew Ahrens2020-08-051-94/+39
* Fix i/o error handling of livelists and zap iterationMatthew Ahrens2020-08-054-69/+91
* FreeBSD: Add support for lockless lookupMatthew Macy2020-08-055-12/+160
* Add missed thread_exit() to vdev_{autotrim,rebuild}_threadMatthew Macy2020-08-052-0/+4
* Fix logging in l2arc_rebuild()George Amanakis2020-08-011-0/+7
* Fix page fault in zfsctl_snapdir_getattrMatthew Macy2020-08-011-1/+2
* Change the error handling for invalid property valuesAllan Jude2020-08-011-1/+2
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-317-15/+29
* Convert Linux-isms to FreeBSD-isms in platform zfs_debug.cRyan Moeller2020-07-311-11/+8
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-313-184/+303
* lua: Increase reserved stack space for FreeBSD in debug configRyan Moeller2020-07-311-0/+9
* Remove duplicate include of sys/zfeature.h in dmu_objset.cAllan Jude2020-07-311-1/+0
* zfs promote does not delete livelist of originMatthew Ahrens2020-07-311-2/+2
* Fix error handling of vdev_top_zapMatthew Ahrens2020-07-291-2/+10
* 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