summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dmu: Allow buffer fills to failAlexander Motin2024-02-201-1/+1
* Fix the FreeBSD userspace build (#15716)Mark Johnston2024-01-301-0/+8
* zpool: Add slot power control, print power statusTony Hutter2024-01-295-32/+283
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2024-01-293-6/+27
* FreeBSD: Fix bootstrapping tools under Linux/muslVal Packett2024-01-291-1/+5
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-291-2/+15
* Fix "out of memory" errorBrian Behlendorf2024-01-292-5/+14
* ZIO: Add overflow checks for linear buffersAlexander Motin2024-01-081-0/+3
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-11-061-0/+9
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-11-061-3/+2
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-11-062-0/+197
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-033-10/+42
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-10-033-10/+51
* Update the behavior of mountpoint propertyUmer Saleem2023-10-031-4/+4
* status: report pool suspension state under failmode=continueRob N2023-09-221-1/+2
* Fix occasional rsend test crashesPaul Dagnelie2023-09-221-4/+6
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-021-2/+2
* libzfs: sendrecv: send_progress_thread: handle SIGINFO/SIGUSR1наб2023-08-252-18/+79
* zpool_vdev_remove() should handle EALREADY error returnSerapheim Dimitropoulos2023-08-021-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