aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-082-18/+79
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-011-0/+6
* Fix remount when setting multiple properties.Alexander Motin2023-06-301-3/+4
* Finally drop long disabled vdev cache.Alexander Motin2023-06-091-1/+0
* Use __attribute__((malloc)) on memory allocation functionsRichard Yao2023-05-261-3/+4
* Teach zpool scrub to scrub only blocks in error logGeorge Amanakis2023-05-185-23/+211
* Add the ability to uninitializeBrian Behlendorf2023-05-183-7/+14
* Refine special_small_blocks property validationDon Brady2023-05-121-1/+7
* powerpc64: Support ELFv2 asm on Big EndianJustin Hibbits2023-04-271-1/+1
* Add loongarch64 supportHan Gao2023-04-251-1/+17
* Add support for zpool user propertiesAllan Jude2023-04-213-64/+169
* Create zap for root vdevrob-wing2023-04-203-8/+9
* 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
* spl: cmn_err_once() should be usable in brace-less if else statementsAttila Fülöp2023-03-151-8/+8
* Fix building for powerpc* targets with some compilersLow-power2023-03-151-1/+1
* nvpair: Constify string functionsRichard Yao2023-03-1422-183/+211
* discover_cached_paths() should not corrupt nvlist string valueRichard Yao2023-03-141-4/+11
* 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-105-3880/+8996
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-103-5/+13
* Better handling for future crypto parametersRob N2023-03-072-0/+11
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-071-0/+34
* Add generic implementation handling and SHA2 implTino Reichardt2023-03-023-11/+22
* Add SHA2 SIMD feature tests for libsplTino Reichardt2023-03-022-24/+99
* Remove old or redundant SHA2 filesTino Reichardt2023-03-021-148/+0
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-241-1/+1
* Give strlcat() full buffer lengths rather than smaller buffer lengthsRichard Yao2023-02-142-3/+3
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* Fix variable shadowing in libzfs_mountReno Reckling2023-02-021-3/+3
* Fix console progress reporting for recursive sendAmeer Hamza2023-02-021-2/+6
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
* 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
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-175-0/+452
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-174-15/+361
* libzpool: fix ddi_strtoull to update nptrCharles Suh2023-01-091-4/+2
* 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-302-0/+45
* Don't leak packed recieved proprtiesBrooks Davis2022-11-291-7/+10
* Add <limits.h> headerMinsoo Choo2022-11-282-0/+2
* FreeBSD: do_mount() passes wrong string length to helperRichard Yao2022-11-181-18/+8