aboutsummaryrefslogtreecommitdiffstats
path: root/module/zfs
Commit message (Expand)AuthorAgeFilesLines
* nowait synctask must succeedMatthew Ahrens2020-09-049-39/+24
* Retain thread name when resuming a zthrRyan Moeller2020-09-031-3/+8
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-036-19/+10
* Make spa_stats.c tunables visible on FreeBSDRyan Moeller2020-09-011-18/+12
* FreeBSD: Fix up after spa_stats.c moveMatthew Macy2020-09-011-1/+3
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-4/+5
* zio_ereport_post() and zio_ereport_start() return values are ignoredToomas Soome2020-08-318-20/+24
* Move spa_stats.c to common codeMatthew Macy2020-08-302-0/+1048
* dnode_sync is careless with range treePatrick Mooney2020-08-261-2/+12
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Remove duplicate dnode.h includeBrian Behlendorf2020-08-261-1/+0
* Always track temporary fses and snapshots for accountingPaul Dagnelie2020-08-261-17/+6
* FreeBSD: disable neon usageMatthew Macy2020-08-261-1/+1
* 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