aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix check for sed --in-placeArvind Sankar2020-06-245-15/+15
* Add missing third-party license files to distArvind Sankar2020-06-241-0/+4
* Fix tags targets in module/Makefile.in + cleanupArvind Sankar2020-06-242-30/+15
* Fix libspl/asm-generic/atomic for VPATH buildArvind Sankar2020-06-244-29/+8
* Move zfs_gitrev.h to build directoryArvind Sankar2020-06-247-53/+23
* Support out-of-tree kmod build on FreeBSDArvind Sankar2020-06-241-7/+30
* Add trim_finish notify script for ZEDKevin P. Fleming2020-06-242-1/+39
* Add zfs_multihost_interval tunable handler for FreeBSDRyan Moeller2020-06-236-7/+27
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* zed additional featuresJorgen Lundman2020-06-226-12/+62
* Remove unnecessary terminology from error-injection in ztestSerapheim Dimitropoulos2020-06-221-13/+15
* Clarify comments in config/*.m4, vdev_geom.c, zfs_allow_*.kshMatthew Ahrens2020-06-226-18/+18
* Update zts-report.py with additional testsBrian Behlendorf2020-06-221-0/+14
* Fix copy-paste error breaking FreeBSD headRyan Moeller2020-06-191-3/+3
* zfs allow/unallow should work with numeric uid/gidAndriy Gapon2020-06-191-6/+13
* Match new vfs_checkexp KPI in FreeBSD headRyan Moeller2020-06-181-0/+10
* Enable -Wmissing-prototypes/-Wstrict-prototypesArvind Sankar2020-06-183-52/+18
* Switch off -Wmissing-prototypes for libgcc math functionsArvind Sankar2020-06-182-28/+32
* Make Skein_{Get,Put}64_LSB_First inline functionsArvind Sankar2020-06-182-15/+2
* Add prototypesArvind Sankar2020-06-1826-163/+169
* Add include files for prototypesArvind Sankar2020-06-1826-9/+34
* Remove dead codeArvind Sankar2020-06-1816-263/+2
* Mark functions as staticArvind Sankar2020-06-1862-176/+157
* Cleanup libzpool/kernel.cArvind Sankar2020-06-181-29/+12
* linux: add basic fallocate(mode=0/2) compatibilityadilger2020-06-1813-23/+317
* Avoid adding new primitives in zpool waitJorgen Lundman2020-06-181-11/+22
* Disambiguate condvar API contractMatthew Macy2020-06-186-36/+93
* Add abd_cache_reap_now for abd_chunk_cache usersMatthew Macy2020-06-174-0/+13
* zfs_ioctl: saved_poolname can be truncatedJorgen Lundman2020-06-171-11/+14
* Set initial arc_c to arc_c_min instead of arc_c_maxAlexander Motin2020-06-171-4/+4
* Merge bash_completions changes from upstreamJoao Carlos Mendes Luis2020-06-161-24/+114
* drr_begin: can't forward declare untagged structJorgen Lundman2020-06-161-10/+14
* FreeBSD: Kernel module should depend on xdr not krpc after 1300092Ryan Moeller2020-06-161-0/+4
* Make struct vdev_disk_t be platform privateJorgen Lundman2020-06-162-8/+5
* Remove refences to blacklist/whitelistMatthew Ahrens2020-06-163-13/+13
* Fixing ABD struct allocation for FreeBSDBrian Atkinson2020-06-161-4/+13
* Fix FreeBSD condvar semanticsRyan Moeller2020-06-161-7/+20
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-1415-250/+216
* Upstream: zil_commit_waiter() can stall foreverJorgen Lundman2020-06-141-1/+1
* 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-103-13/+23
* man.8: Add bookmark to list of typesGrischa Zengel2020-06-101-1/+2
* bash_completion: add missing attributesGrischa Zengel2020-06-101-3/+3
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-108-48/+42
* Fixup "Avoid the GEOM topology lock recursion when autoexpanding a pool"Ryan Moeller2020-06-101-8/+9
* Fix VPATH builds for user configArvind Sankar2020-06-102-2/+2
* Cleanup linux module kbuild filesArvind Sankar2020-06-1016-113/+87
* Fix typosAndrea Gelmini2020-06-0948-73/+74
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-0915-165/+500