summaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Cross-platform acltypeRyan Moeller2020-10-131-0/+1
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-132-7/+15
* dmu.h: remove stale declaration dmu_objset_snapshot_tmpChristian Schwarz2020-10-131-1/+0
* zil_parse: make callback parameters constChristian Schwarz2020-10-091-2/+2
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-082-5/+0
* Throw const on some stringsRyan Moeller2020-10-024-11/+12
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-0/+1
* Fix objtool configure checkBrian Behlendorf2020-09-281-1/+2
* zfetch: Don't issue new streams when old have not completedMatthew Macy2020-09-272-7/+16
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* FreeBSD: Reduce stack usage of LuaRyan Moeller2020-09-221-4/+0
* vdev_ashift should only be set onceGeorge Wilson2020-09-181-1/+0
* Rename acltype=posixacl to acltype=posixRyan Moeller2020-09-161-1/+1
* zfs label bootenv should store data as nvlistToomas Soome2020-09-155-4/+67
* Add L2ARC arcstats for MFU/MRU buffers and buffer content typeGeorge Amanakis2020-09-141-0/+17
* Avoid possibility of division by zeroRyan Moeller2020-09-081-3/+3
* Avoid posting duplicate zpool eventsDon Brady2020-09-044-5/+13
* nowait synctask must succeedMatthew Ahrens2020-09-041-2/+2
* Replace cv_{timed}wait_sig with cv_{timed}wait_idle where appropriateMatthew Macy2020-09-031-0/+4
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-012-0/+36
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-4/+4
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-241-6/+6
* Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1Chris McDonough2020-08-241-1/+1
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-213-1/+39
* FreeBSD: 11.x arc_stats compatibilityMatthew Macy2020-08-201-0/+7
* Add zstd support to zfsMichael Niewöhner2020-08-2013-14/+241
* Add define to enable autotrim to default to onMatthew Macy2020-08-181-1/+7
* Make zc_nvlist_src_size limit tunableRyan Moeller2020-08-181-0/+2
* Include scatter_chunk_waste in arc_sizeMatthew Ahrens2020-08-172-0/+2
* Remove KMC_KMEM and KMC_VMEMMatthew Ahrens2020-08-171-2/+0
* FreeBSD: fallback to /boot/ to look for zpool.cacheMatthew Macy2020-08-171-1/+1
* Move ZVOL_DIR back to zfs.hRyan Moeller2020-08-111-0/+3
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+1
* Revise ARC shrinker algorithmMatthew Ahrens2020-07-311-14/+6
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-2914-15/+15
* Introduce names for ZTHRsSerapheim Dimitropoulos2020-07-292-4/+8
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-281-1/+1
* Refactor ccompile.h to not include system headersMatthew Macy2020-07-251-0/+3
* 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
* Adjust ARC terminologyMatthew Ahrens2020-07-221-4/+4
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-0/+2
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-142-0/+12
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-131-1/+0
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-115-3/+8
* Add a "try" operation for range locksMark Johnston2020-07-061-0/+2
* Add device rebuild featureBrian Behlendorf2020-07-039-10/+159
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-292-4/+0
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-277-0/+14
* Fixes for make distArvind Sankar2020-06-267-53/+13