aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+1
* Drop unnecessary srcdir pathsArvind Sankar2020-06-247-142/+142
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-231-0/+1
* Add prototypesArvind Sankar2020-06-183-0/+4
* Remove dead codeArvind Sankar2020-06-181-1/+0
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-171-0/+1
* drr_begin: can't forward declare untagged structJorgen Lundman2020-06-161-10/+14
* Make struct vdev_disk_t be platform privateJorgen Lundman2020-06-161-8/+0
* Fix gcc10.1 truncation errorGeorge Amanakis2020-06-131-1/+1
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-102-1/+2
* Fix typosAndrea Gelmini2020-06-094-4/+4
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-095-19/+44
* Trim L2ARCGeorge Amanakis2020-06-094-2/+24
* Restore support for in-kernel ZFS ioctlsPawel Jakub Dawidek2020-06-081-1/+1
* Replace sprintf()->snprintf() and strcpy()->strlcpy()Jorgen Lundman2020-06-071-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-069-38/+49
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-051-0/+1
* Restore avl_update() calls and related functionsJorgen Lundman2020-06-031-0/+11
* Gang ABD TypeBrian Atkinson2020-05-202-3/+18
* Fix ZVOL_DIRRyan Moeller2020-05-161-3/+0
* Fix abd_enter/exit_critical wrappersBrian Behlendorf2020-05-141-2/+13
* remove unneeded member drc_err of dmu_recv_cookie_tMatthew Ahrens2020-05-141-1/+0
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-103-50/+147
* Improvements on persistent L2ARCGeorge Amanakis2020-05-071-12/+28
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-073-7/+31
* Remove deduplicated send/receive codeMatthew Ahrens2020-04-234-21/+11
* Use a struct to organize metaslab-group-allocator fieldsMatthew Ahrens2020-04-221-4/+11
* Persistent L2ARCGeorge Amanakis2020-04-104-18/+297
* Don't ignore zfs_arc_max below allmem/32Ryan Moeller2020-04-091-1/+1
* Add separate field for indicating that spa is in middle of splitMatthew Macy2020-04-091-0/+1
* Finish refactoring for ZFS_MODULE_PARAM_CALLRyan Moeller2020-04-073-6/+7
* Add 'zfs wait' commandPaul Dagnelie2020-04-012-0/+20
* Let default arc_c_max be platform dependentRyan Moeller2020-03-271-0/+1