aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs
Commit message (Expand)AuthorAgeFilesLines
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-183-23/+99
* Add the ability to uninitializeBrian Behlendorf2023-05-182-6/+12
* Refine special_small_blocks property validationDon Brady2023-05-121-1/+7
* Add support for zpool user propertiesAllan Jude2023-04-213-64/+169
* Create zap for root vdevrob-wing2023-04-202-5/+7
* libzfs: add v2 iterator interfacesRob N2023-04-107-61/+168
* Fix "Add colored output to zfs list"Tino Reichardt2023-04-052-1/+5
* Add more ANSI colors to libzfsTino Reichardt2023-03-242-8/+11
* nvpair: Constify string functionsRichard Yao2023-03-1412-86/+95
* zpool_valid_proplist() should not corrupt nvpair name string on errorRichard Yao2023-03-141-0/+1
* zcommon: Refactor FPU state handling in fletcher4Attila Fülöp2023-03-141-8/+11
* ABI files: sync with new Ubuntu release in CIGeorge Melikov2023-03-101-1841/+5265
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-102-5/+12
* Better handling for future crypto parametersRob N2023-03-072-0/+11
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-021-3/+0
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-141-2/+2
* Fix variable shadowing in libzfs_mountReno Reckling2023-02-021-3/+3
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-2/+6
* Reject streams that set ->drr_payloadlen to unreasonably large valuesRichard Yao2023-01-231-0/+8
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-1/+28
* zfs_receive_one: Check for the more likely error firstAllan Jude2023-01-201-5/+5
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-172-15/+61
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-4/+1
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-222-27/+21
* Add color output to zfs diff.Ethan Coe-Renner2022-12-152-2/+47
* Allow receiver to override encryption properties in case of replicationAmeer Hamza2022-12-131-1/+11
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-137-51/+108
* Do not pass -1 to strerror() from zfs_send_cb_impl()Richard Yao2022-12-082-2/+5
* Fix GCC 12 compilation errorsszubersk2022-11-301-0/+30
* FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8
* Allow to control failfastMariusz Zaborski2022-11-101-1/+2
* Make 1-bit bitfields unsignedBrooks Davis2022-11-031-3/+3
* recvd_props_mode: use a uintptr_t to stash nvlistsBrooks Davis2022-11-031-5/+5
* FreeBSD: Fix regression from kmem_scnprintf() in libzfsRichard Yao2022-11-011-1/+3
* Introduce kmem_scnprintf()Richard Yao2022-10-291-1/+1
* Cleanup: Delete unnecessary pointer check from vdev_to_nvlist_iter()Richard Yao2022-10-181-1/+1
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-145-6/+5
* Handle possible null pointers from malloc/strdup/strndup()Richard Yao2022-10-061-2/+3
* Add membar_sync abi changeUmer Saleem2022-10-041-0/+1
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-041-4/+28
* Fix userland dereference NULL return value bugsRichard Yao2022-09-301-0/+2
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-282-0/+43
* Fix unsafe string operationsRichard Yao2022-09-272-14/+18
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-8/+6
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-272-0/+43
* Fix userland resource leaksRichard Yao2022-09-231-0/+1
* Call va_end() before return in zpool_standard_error_fmt()Richard Yao2022-09-201-1/+1
* Handle ECKSUM as new EZFS_CKSUM ‒ "insufficient replicas"наб2022-09-161-0/+6
* zpool_load_compat() should create strings of length ZFS_MAXPROPLENRichard Yao2022-09-121-2/+2
* Make zfs-share service resilient to stale exportsDon Brady2022-09-092-17/+50