aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When specifying raidz vdev name, parity count should matchMatthew Ahrens2021-03-261-0/+30
* Support running FreeBSD buildworld on Arm-based macOS hostsJessica Clarke2021-03-261-0/+11
* Removed duplicated includesAndrea Gelmini2021-03-226-7/+0
* zpool import cachefile improvementsGeorge Wilson2021-03-121-36/+141
* 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
* Better zfs_get_enclosure_sysfs_path() enclosure supportTony Hutter2021-02-201-110/+142
* libzpool: set_global_var: refactor to not modify 'arg'Christian Schwarz2021-02-191-18/+54
* libzpool: set_global_var: fix endianness handling (fixes zdb -o )Christian Schwarz2021-02-191-1/+1
* Restore FreeBSD resource usage accountingRyan Moeller2021-02-191-0/+1
* Add "compatibility" property for zpool feature setsColm2021-02-174-2783/+4411
* Fix a resource leak in uu_avl_pool_destroyAlan Somers2021-01-261-0/+1
* cppcheck: integrete cppcheckBrian Behlendorf2021-01-2616-6/+46
* cppcheck: resolve double freeBrian Behlendorf2021-01-261-0/+1
* Speed up "zpool import" in the presence of many zvolsAlan Somers2021-01-241-5/+15
* FreeBSD: fix HEAD build, conditionally remove FDSYNC definesMatt Macy2021-01-234-0/+76
* 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
* libzutil: optimize zpool_read_label with AIOAlan Somers2021-01-212-11/+45
* libzutil: don't read extraneous data in zpool_read_labelAlan Somers2021-01-211-5/+6
* Extending FreeBSD UIO StructBrian Atkinson2021-01-201-22/+22
* libzfs_sendrecv: Use fnv* to verify nvlist/nvpair*Ryan Moeller2021-01-141-110/+95
* nvlist leaked in zpool_find_config()Matthew Ahrens2020-12-281-3/+4
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-183-3/+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
* libzfsbootenv: do not depend on libnvpairAntonio Russo2020-11-221-1/+1
* Include the ABI with dist tarballBrian Behlendorf2020-11-215-1/+16
* Add ABI snapshotBrian Behlendorf2020-11-175-0/+12324
* Library ABI tracking with abigailAntonio Russo2020-11-1711-1/+57
* zpool: correctly align columns with -pнаб2020-11-161-4/+4
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-134-28/+155
* Fix pointer-is-uint64_t-sized assumption in the ioctl pathAdrian Chadd2020-11-101-2/+2
* Synchronize library ABI levelsAntonio Russo2020-11-035-17/+6
* Remove UIO_ZEROCOPY functions structuresMatthew Macy2020-10-301-39/+0
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-5/+5
* Share zfs_fsync, zfs_read, zfs_write, et al between Linux and FreeBSDMatthew Macy2020-10-211-1/+0
* Cross-platform acltypeRyan Moeller2020-10-131-25/+41
* FreeBSD: make adjustments for the standalone environmentWarner Losh2020-10-131-4/+0
* FreeBSD: Improve libzfs_error_init messagesRyan Moeller2020-10-133-11/+17
* Replace ZFS on Linux references with OpenZFSBrian Behlendorf2020-10-082-4/+4
* 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
* zpool command complains about /etc/exports.dGeorge Wilson2020-09-252-43/+64
* FreeBSD: Add support for procfs_listMatthew Macy2020-09-231-0/+1
* 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