aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-06-231-18/+28
* libzfs: refresh property cache after inheriting userpropнаб2021-06-231-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-06-231-1/+1
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-06-231-1/+24
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-06-233-6/+6
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-06-231-1/+1
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-06-231-1/+2
* Don't bomb out when using keylocation=file://James Wah2021-03-051-3/+7
* send_iterate_snap : doall send without fromsnapCedric Maunoury2021-03-051-0/+9
* zpool: Dryrun fails to list some devicesAttila Fülöp2021-01-081-1/+23
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-231-1/+0
* FreeBSD libzfs: gcc requires __thread after staticRyan Libby2020-12-231-1/+1
* Include the ABI with dist tarballBrian Behlendorf2020-11-221-1/+4
* Add ABI snapshotBrian Behlendorf2020-11-171-0/+4873
* Library ABI tracking with abigailAntonio Russo2020-11-172-0/+16
* zpool: correctly align columns with -pнаб2020-11-171-4/+4
* Synchronize library ABI levelsAntonio Russo2020-11-031-3/+2
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-5/+5
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-162-7/+17
* libzfs_sendrecv: zfs_send: remove unused pipefd and tid variablesChristian Schwarz2020-10-161-18/+1
* Fix EIO after resuming receive of new dataset over an existing oneAlan Somers2020-10-161-2/+4
* libzfs: Don't leak buf if nvlist is too largeAllan Jude2020-09-182-0/+4
* pool may become suspended during device expansionGeorge Wilson2020-09-181-3/+0
* zfs label bootenv should store data as nvlistToomas Soome2020-09-151-14/+10
* Display pbkdf2iters property as plain numberFabio Buso2020-09-091-2/+3
* Spruce up pkg-config files for libzfs/libzfs_coreRyan Moeller2020-09-091-2/+2
* Add 'zfs rename -u' to rename without remountingRyan Moeller2020-09-032-11/+29
* zpool: Change base URL for ZFS messages to openzfs-docsRyan Moeller2020-08-271-1/+2
* Don't assert on nvlists larger than SPA_MAXBLOCKSIZEAllan Jude2020-08-252-2/+43
* Import vdev ashift optimization from FreeBSDRyan Moeller2020-08-211-35/+56
* 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
* 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
* When encountering EZFS_UNKNOWN, print the error text buffer anywayAllan Jude2020-07-311-1/+2
* libzfs: const'ify path argument to zfs_path_to_zhandleKyle Evans2020-07-221-1/+1
* Disable -Wl,-z,defs for ASAN buildsJoao Carlos Mendes Luis2020-07-141-1/+5
* Remove dependency on sharetab file and refactor sharing logicGeorge Wilson2020-07-137-738/+170
* libzfs: Add error message for why creating mountpoint failedRyan Moeller2020-07-112-2/+5
* Use abs_top_builddir when referencing librariesArvind Sankar2020-07-101-4/+4
* Add -z defs to LDFLAGSArvind Sankar2020-07-101-1/+1
* Add config.rpath for AM_GNU_GETTEXTArvind Sankar2020-07-101-1/+1
* Clean up lib dependenciesArvind Sankar2020-07-104-23/+16
* libzfs: Make zfs_cmd_t initialization consistent, use zfs_ioctlRyan Moeller2020-07-092-4/+5
* Add zpool_nextboot, move zfs_jail to libzfs.hRyan Moeller2020-07-061-0/+23
* Add device rebuild featureBrian Behlendorf2020-07-033-7/+75
* Fixes for make distArvind Sankar2020-06-261-4/+4
* zfs -V: Print userland version even if kernel module not loadedPrawn2020-06-221-3/+4
* Add prototypesArvind Sankar2020-06-183-111/+108