aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce limit on size of L2ARC headersAlexander Motin2020-08-251-5/+22
* Export dmu_offset_next() symbolBrian Behlendorf2020-08-251-0/+1
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-241-2/+2
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-219-21/+92
* Fix indentation in dnode_free_range()Matthew Ahrens2020-08-201-7/+7
* FreeBSD: 11.x arc_stats compatibilityMatthew Macy2020-08-201-0/+8
* Add zstd support to zfsMichael Niewöhner2020-08-2012-67/+311
* Fix ARC aggsum access after arc_state_fini()Brian Behlendorf2020-08-181-8/+8
* FreeBSD: Fix UNIX permissions checkingMatthew Macy2020-08-181-10/+31
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-2/+10
* Remove GRUB restrictionsRichard Laager2020-08-172-59/+1
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-171-2/+20
* FreeBSD: fix the build with Clang 11Ryan Moeller2020-08-176-2/+12
* Fix typo in btree.cSerapheim Dimitropoulos2020-08-171-2/+2
* FreeBSD: fallback to /boot/ to look for zpool.cacheMatthew Macy2020-08-171-0/+4
* Fix l2arc_dev_rebuild_start thread nameRyan Moeller2020-08-171-4/+5
* Fix L2ARC reads when compressed ARC disabledAllan Jude2020-08-131-0/+15
* Release onexit/events with any missed zfsdev_stateJorgen Lundman2020-08-131-7/+8
* Use zfs_dbgmsg to log metaslab_load/unloadMatthew Ahrens2020-08-121-19/+34
* Restore ARC MFU/MRU pressureMatthew Macy2020-08-121-22/+42
* Fix typoAllan Jude2020-08-111-1/+1
* Clarify error message when a range-tree double-add occursPaul Dagnelie2020-08-071-8/+22
* Fix i/o error handling of livelists and zap iterationMatthew Ahrens2020-08-054-69/+91
* 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
* Change the error handling for invalid property valuesAllan Jude2020-08-011-1/+2
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-311-0/+6
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-311-78/+174
* 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-2913-13/+3
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-294-16/+24
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-282-2/+2
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-252-0/+6
* Make use of ZFS_DEBUG consistent within kmod sourcesMatthew Macy2020-07-258-13/+13
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-1/+1
* 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
* Adjust ARC terminologyMatthew Ahrens2020-07-221-78/+78
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-39/+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-141-3/+15
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-116-22/+49
* Fix a persistent L2ARC bug in l2arc_write_done()George Amanakis2020-07-101-5/+27
* Add a "try" operation for range locksMark Johnston2020-07-061-18/+47
* Add device rebuild featureBrian Behlendorf2020-07-0310-89/+1484
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-011-0/+1
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-13/+0