aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When encountering EZFS_UNKNOWN, print the error text buffer anywayAllan Jude2020-07-311-1/+2
* Rename refcount.h to zfs_refcount.hMatthew Macy2020-07-291-1/+1
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-284-151/+44
* FreeBSD: Fixes required to build ZFS on PowerPCMatthew Macy2020-07-251-2/+2
* Annotate unused parameters on inline definitions as suchKyle Evans2020-07-231-3/+4
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+1
* FreeBSD: zfs commands backward compatibilityMatthew Macy2020-07-152-8/+64
* Disable -Wl,-z,defs for ASAN buildsJoao Carlos Mendes Luis2020-07-145-5/+25
* Fixing gang ABD child removal race conditionBrian Atkinson2020-07-141-0/+1
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-1315-1620/+1168
* filesystem_limit/snapshot_limit is incorrectly enforced against rootMatthew Ahrens2020-07-111-0/+6
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-112-2/+5
* Unconditionally enable debugging for libzpoolSerapheim Dimitropoulos2020-07-101-0/+3
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-106-17/+17
* Add -z defs to LDFLAGSArvind Sankar2020-07-105-6/+8
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-104-4/+6
* Clean up lib dependenciesArvind Sankar2020-07-1015-45/+62
* Move libspl_assertf into .c fileArvind Sankar2020-07-104-30/+61
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-093-6/+8
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-062-6/+23
* Fix atomic_clear_long_excl wrong returnwinglq2020-07-061-1/+1
* Add device rebuild featureBrian Behlendorf2020-07-034-7/+76
* Clean up OS-specific ARC and kmem codeMatthew Ahrens2020-06-291-1/+0
* Fixes for make distArvind Sankar2020-06-2616-93/+17
* Drop unnecessary srcdir pathsArvind Sankar2020-06-248-82/+82
* Fix libspl/asm-generic/atomic for VPATH buildArvind Sankar2020-06-244-29/+8
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-184-111/+113
* Add include files for prototypesArvind Sankar2020-06-184-7/+12
* Remove dead codeArvind Sankar2020-06-185-157/+0
* Mark functions as staticArvind Sankar2020-06-186-11/+11
* Cleanup libzpool/kernel.cArvind Sankar2020-06-181-29/+12
* Disambiguate condvar API contractMatthew Macy2020-06-181-2/+2
* Remove refences to blacklist/whitelistMatthew Ahrens2020-06-161-10/+10
* Add convenience wrappers for common uio usageJorgen Lundman2020-06-145-102/+45
* Remove unnecessary references to slaveryMatthew Ahrens2020-06-102-2/+5
* Fix VPATH builds for user configArvind Sankar2020-06-101-1/+1
* Fix typosAndrea Gelmini2020-06-093-4/+4
* File incorrectly zeroed when receiving incremental stream that toggles -LMatthew Ahrens2020-06-091-0/+6
* Don't erase final byte of envblockPaul Dagnelie2020-06-081-1/+1
* Improve compatibility with C++ consumersRyan Moeller2020-06-064-4/+5
* Always use "%lld" for formatting time_tsнаб2020-05-282-3/+3
* Correctly handle the x32 ABIнаб2020-05-281-1/+5
* Rework error handling in zpool_trim()John Gallagher2020-05-271-43/+78
* mount: use the mount syscall directlyfelixdoerre2020-05-203-38/+314
* Small program that converts a dataset id and an object id to a pathPaul Dagnelie2020-05-201-4/+18
* Combine OS-independent ABD Code into Common Source FileBrian Atkinson2020-05-101-0/+1
* Add support for boot environment data to be stored in the labelPaul Dagnelie2020-05-072-2/+60
* Enable splitting mirrors with indirect vdevsGeorge Amanakis2020-05-061-1/+7
* Fix regression caused by c14ca14Adam D. Moss2020-04-291-1/+1