aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+2
* Adjust ARC terminologyMatthew Ahrens2020-07-221-4/+4
* FreeBSD: Add legacy arc_min and arc_maxRyan Moeller2020-07-191-0/+2
* Remove skc_reclaim, hdr_recl, kmem_cache shrinkerMatthew Ahrens2020-07-191-3/+1
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-151-531/+14
* Extend zdb to print inconsistencies in livelists and metaslabsMatthew Ahrens2020-07-142-0/+12
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-1/+3
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-133-14/+7
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-117-3/+10
* FreeBSD: Use a hash table for taskqid lookupsMatthew Macy2020-07-111-9/+10
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+14
* Add a "try" operation for range locksMark Johnston2020-07-061-0/+2
* Add device rebuild featureBrian Behlendorf2020-07-0311-12/+165
* freebsd: changes necessary to coexist with dtrace in treeMatthew Macy2020-07-015-5/+13
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-295-19/+2
* Avoid installing kernel headers on FreeBSDArvind Sankar2020-06-2714-20/+23
* Style fixesBrian Behlendorf2020-06-271-1/+1
* Revise SPL wrapper for shrinker callbacksMatthew Ahrens2020-06-271-82/+40
* Use percpu_counter for obj_alloc counter of Linux-backed cachesSerapheim Dimitropoulos2020-06-263-0/+46
* Fixes for make distArvind Sankar2020-06-2614-76/+34
* ARC shrinking blocks reads/writesMatthew Ahrens2020-06-261-0/+1
* Drop unnecessary srcdir pathsArvind Sankar2020-06-2417-338/+338
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-232-0/+4
* Add prototypesArvind Sankar2020-06-189-13/+33
* Remove dead codeArvind Sankar2020-06-182-2/+0
* Mark functions as staticArvind Sankar2020-06-182-30/+4
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-181-1/+1
* Disambiguate condvar API contractMatthew Macy2020-06-183-18/+70
* 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 FreeBSD condvar semanticsRyan Moeller2020-06-161-7/+20
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-142-0/+66
* Fix gcc10.1 truncation errorGeorge Amanakis2020-06-131-1/+1
* FreeBSD: Don't require zeroing new locks before initRyan Moeller2020-06-131-4/+2
* Removing ZERO_PAGE abd_alloc_zero_scatterBrian Atkinson2020-06-102-1/+2
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-101-1/+0
* Fix typosAndrea Gelmini2020-06-099-10/+10
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-095-19/+44
* Trim L2ARCGeorge Amanakis2020-06-094-2/+24
* Move GFP flags kernel compatibility codeMichael Niewöhner2020-06-081-0/+12
* Linux 5.8 compat: __vmalloc()Michael Niewöhner2020-06-081-0/+9
* 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-0611-39/+52
* Connect dataset_kstats for FreeBSDAllan Jude2020-06-052-0/+3
* Restore avl_update() calls and related functionsJorgen Lundman2020-06-031-0/+11
* Correctly handle the x32 ABIнаб2020-05-281-1/+5
* Gang ABD TypeBrian Atkinson2020-05-202-3/+18
* mount: use the mount syscall directlyfelixdoerre2020-05-202-1/+9