aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Provide macros for setting and getting blkptr birth timesGeorge Wilson2024-03-251-2/+2
* Check for minimum partition sizeBrian Behlendorf2024-02-161-0/+10
* ddt: lift dedup stats out to separate fileRob Norris2024-02-151-0/+1
* Add slow disk diagnosis to ZEDDon Brady2024-02-083-2/+8
* libzdb: Initial breakout of libzdbRich Ercolani2024-02-053-2/+112
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-2911-47/+55
* libzfs: make userquota_propname_decode threadsafeRichard Kojedzinszky2024-01-291-2/+10
* libnvpair.c: replace strstr() with strchr() for a single characterrilysh2024-01-291-1/+1
* Remove list_size struct member from list implementationMigeljanImeri2024-01-262-3/+2
* FreeBSD: Fix bootstrapping tools under Linux/muslVal Packett2024-01-191-1/+5
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-161-2/+15
* Fix "out of memory" errorBrian Behlendorf2024-01-122-5/+14
* Fix the FreeBSD userspace build (#15716)Mark Johnston2023-12-271-0/+8
* zpool: Add slot power control, print power statusTony Hutter2023-12-215-32/+283
* dmu: Allow buffer fills to failAlexander Motin2023-12-151-1/+1
* setproctitle: fix ununitialised variableRob N2023-12-071-1/+1
* ZIO: Add overflow checks for linear buffersAlexander Motin2023-12-011-0/+3
* Only provide execvpe(3) when neededBrooks Davis2023-11-302-1/+5
* Use uint64_t instead of u_int64_tYuri Pankov2023-11-301-1/+1
* Fix zoneid when USER_NS is disabledWraithh2023-11-291-4/+4
* 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