aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
...
* libzfs: run_process: set O_NONBLOCK on lines pipeнаб2021-05-211-2/+3
* FreeBSD: Don't force xattr mount optionRyan Moeller2021-05-131-5/+0
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-124-4215/+6609
* libzfs: zfs_asprintf(): don't return undefined pointerнаб2021-05-081-1/+3
* libzfs: zpool_load_compat(): open feature file cloexecнаб2021-05-081-8/+10
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-064-16/+11
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-294-11/+16
* receive: don't fail inheriting (-x) properties on wrong dataset typePrawn2021-04-261-18/+28
* libzfs: refresh property cache after inheriting userpropнаб2021-04-171-0/+1
* libzfs: don't mark prompt+raw as retriableнаб2021-04-171-1/+1
* libzfs: get rid of unused libzfs_handle::libzfs_{storeerr,chassis_id}наб2021-04-131-119/+113
* libzfs: get rid of libzfs_handle::libzfs_mnttabнаб2021-04-134-2734/+2598
* libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPTнаб2021-04-121-1/+24
* cmd/zfs receive: allow dry-run (-n) to check property argsPrawn2021-04-121-20/+20
* Improvements to the 'compatibility' propertyColm2021-04-123-2673/+2772
* Update libzfs.abi for zfs_send() changeBrian Behlendorf2021-04-111-2602/+2537
* lib/: set O_CLOEXEC on all fdsнаб2021-04-119-27/+21
* libzfs{,_core}: set O_CLOEXEC on persistent (ZFS_DEV and MNTTAB) fdsнаб2021-04-113-6/+6
* libzfs: zfs_crypto_create() requires a new key by definition: set newkeyнаб2021-04-111-1/+1
* libzfs_crypto.c: remove unused key_locator enumнаб2021-04-111-6/+0
* Allow zfs to send replication streams with missing snapshotspablofsf2021-04-111-13/+23
* zfs get -p only outputs 3 columns if "clones" property is emptymatt-fidd2021-04-061-1/+2
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Bump libzfs.so and libzpool.so versionsBrian Behlendorf2021-04-011-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
* Fix EIO after resuming receive of new dataset over an existing oneAlan Somers2020-10-021-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-171-3/+0