aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Make get_key_material_file fail more verboselyRich Ercolani2021-09-141-1/+1
* Remove old orig_fd variable from zfs sendJorgen Lundman2021-09-141-2/+1
* Replace strchrnul() with strrchr()Jorgen Lundman2021-09-141-1/+3
* Fix flag copying in resume casePaul Dagnelie2021-06-241-0/+4
* Added error for writing to /dev/ on LinuxRich Ercolani2021-06-101-0/+1
* libzfs: format safetyнаб2021-06-106-65/+52
* libzfs: write_inuse_diffs_one: format strerror() with "%s"наб2021-06-091-2/+3
* Let zfs diff be more permissiveRich Ercolani2021-06-091-12/+23
* A couple of small style cleanupsColm2021-06-091-12/+24
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-271-5/+0
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-101-1/+3
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-101-8/+10
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-05-101-18/+28
* libzfs: refresh property cache after inheriting userpropнаб2021-04-191-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-191-1/+1
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-141-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-141-20/+20
* Improvements to the 'compatibility' propertyColm2021-04-143-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-141-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-149-27/+21
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-143-6/+6
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-141-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-141-6/+0
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-141-13/+23
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-071-1/+2
* Fix various typosAndrea Gelmini2021-04-071-1/+1
* Bump libzfs.so and libzpool.so versionsBrian Behlendorf2021-04-071-1/+1
* When specifying raidz vdev name, parity count should matchMatthew Ahrens2021-03-261-0/+30
* Removed duplicated includesAndrea Gelmini2021-03-223-4/+0
* Return finer grain errors in libzfs unmount_oneDon Brady2021-03-083-6/+30
* Don't bomb out when using keylocation=file://James Wah2021-03-031-3/+7
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* send_iterate_snap : doall send without fromsnapCedric Maunoury2021-02-241-0/+9
* Add "compatibility" property for zpool feature setsColm2021-02-173-2783/+4401
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-261-1/+2
* Only add supported features during pool creationBrian Behlendorf2021-01-221-3/+48
* zpool: speed up importing large pools (#11469)Alan Somers2021-01-211-1/+1
* libzfs_sendrecv: Use fnv* to verify nvlist/nvpair*Ryan Moeller2021-01-141-110/+95
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-181-1/+0
* FreeBSD libzfs: gcc requires __thread after staticRyan Libby2020-12-141-1/+1
* zpool: Dryrun fails to list some devicesAttila Fülöp2020-12-041-1/+23
* Include the ABI with dist tarballBrian Behlendorf2020-11-211-1/+4
* Add ABI snapshotBrian Behlendorf2020-11-171-0/+4879
* Library ABI tracking with abigailAntonio Russo2020-11-172-0/+16
* zpool: correctly align columns with -pнаб2020-11-161-4/+4
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-133-27/+152
* 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-132-7/+17
* libzfs_sendrecv: zfs_send: remove unused pipefd and tid variablesChristian Schwarz2020-10-081-18/+1