aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* freebsd: remove __FBSDID macro useBrooks Davis2023-11-173-9/+0
* Fix memory leak in zfs_setprocinit codePaul Dagnelie2023-11-171-25/+2
* RAID-Z expansion featureDon Brady2023-11-085-115/+321
* zed: misc vdev_enc_sysfs_path fixesTony Hutter2023-11-073-6/+27
* Improve ZFS objset sync parallelismednadolski-ix2023-11-061-0/+30
* Fix nfs_truncate_shares without /etc/exports.dsiv02023-10-311-0/+18
* zvol: Implement zvol threading as a PropertyAmeer Hamza2023-10-311-1/+2
* Add mutex_enter_interruptible() for interruptible sleeping IOCTLsThomas Bertschinger2023-10-261-0/+9
* Add prefetch property Brian Behlendorf2023-10-241-1/+2
* Fix ZED auto-replace for VDEVs using by-id pathsDon Brady2023-10-201-3/+2
* Add '-u' - nomount flag for zfs setUmer Saleem2023-10-023-10/+42
* Add zfs_prepare_disk script for disk firmware installTony Hutter2023-09-212-0/+197
* status: report pool suspension state under failmode=continueRob N2023-09-201-1/+2
* Fix occasional rsend test crashesPaul Dagnelie2023-09-201-4/+6
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2023-09-191-0/+11
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2023-09-191-2/+2
* Improve the handling of sharesmb,sharenfs propertiesUmer Saleem2023-09-193-10/+51
* Update the behavior of mountpoint propertyUmer Saleem2023-09-191-4/+4
* Relax error reporting in zpool import and zpool splitUmer Saleem2023-09-011-2/+2
* Increase limit of redaction list by using spill blockPaul Dagnelie2023-08-261-4/+5
* 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