aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-182-0/+4
* pool may become suspended during device expansionGeorge Wilson2020-09-172-33/+129
* libzfsbootenv: lzbe_nvlist_set needs to store bootenv version VB_NVLISTToomas Soome2020-09-171-0/+18
* zfs label bootenv should store data as nvlistToomas Soome2020-09-1510-22/+598
* libzutil depends on libnvpairMatthew Ahrens2020-09-122-2/+7
* Display pbkdf2iters property as plain numberFabio Buso2020-09-081-2/+3
* libshare: Add missing headers for nfs.calaviss2020-09-041-0/+1
* Spruce up pkg-config files for libzfs/libzfs_coreRyan Moeller2020-09-042-4/+4
* Fixes for running FreeBSD buildworld on Linux/macOS hostsAlexander Richardson2020-09-031-0/+3
* Fix -Werror,-Wmacro-redefined in limits.hAlexander Richardson2020-09-011-0/+5
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-013-11/+35
* libspl: Provide platform-specific zone implementationsRyan Moeller2020-08-314-43/+50
* Fix definition of BLKGETSIZE64 on FreeBSDAlexander Richardson2020-08-271-5/+1
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-261-1/+2
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-252-2/+43
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-241-0/+6
* Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1Chris McDonough2020-08-242-2/+2
* libzstd: Don't warn about stack frame size in userspaceRyan Moeller2020-08-231-11/+3
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-35/+56
* Add zstd support to zfsMichael Niewöhner2020-08-204-3/+32
* libzfs_core: Initialize fail_ioc_cmd to ZFS_IOC_LASTRyan Moeller2020-08-181-2/+2
* Remove unused `zpool_is_bootable`George Melikov2020-08-181-11/+0
* Remove GRUB restrictionsRichard Laager2020-08-171-19/+1
* FreeBSD: Fix module autoloading when built in baseMatthew Macy2020-08-111-2/+12
* Remove KMC_NOMAGAZINEMatthew Ahrens2020-08-051-1/+0
* Remove KMC_NOHASHMatthew Ahrens2020-08-051-2/+0
* FreeBSD: Fix `zfs jail` and add a testRyan Moeller2020-08-011-1/+1
* Change the error handling for invalid property valuesAllan Jude2020-08-011-0/+14
* Changes to make openzfs build within FreeBSD buildworldMatthew Macy2020-07-315-5/+15
* 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