aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't assert mg_initialized due to device addition racePaul Dagnelie2024-01-291-3/+0
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-2912-47/+65
* 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
* Update man pages to time(1) from time(2)Chris Davidson2024-01-294-4/+4
* ZTS: Allow longer run time for zdb_args_posBrian Behlendorf2024-01-291-0/+1
* Move nodes into correct subgraphsAndrew Innes2024-01-291-13/+18
* Remove list_size struct member from list implementationMigeljanImeri2024-01-265-8/+6
* zpool wait: print timestamp before the headerRob N2024-01-261-3/+3
* Update vdev devid and physpath if changed between importsAmeer Hamza2024-01-261-13/+27
* ZTS: Update deprecated Github Action version numbersTino Reichardt2024-01-266-37/+42
* Switch to CodeQL to detect prohibited function useRichard Yao2024-01-266-15/+72
* ZTS: Apply small changes for speeding up the testsTino Reichardt2024-01-261-20/+15
* Fix file descriptor leak on pool import.Pawel Jakub Dawidek2024-01-231-12/+51
* ZTS: Apply zfs_bclone_enabled to bclone testsBrian Behlendorf2024-01-222-1/+13
* FreeBSD: Fix bootstrapping tools under Linux/muslVal Packett2024-01-191-1/+5
* fix: variable type with zfs-tests/cmd/clonefile.cTino Reichardt2024-01-171-1/+1
* linux spl: fix typo in top comment of spl-condvar.cTino Reichardt2024-01-171-1/+1
* Autotrim High Load Average FixKevin Jin2024-01-171-1/+2
* Fix cloning into mmaped and cached file.Pawel Jakub Dawidek2024-01-1710-1/+247
* Linux 6.7 compat: zfs_setattr fix atime updateRob N2024-01-162-5/+12
* Make sure all necessary RPM path macros are definedLalufu2024-01-161-0/+10
* Make spl_kmem_cache size check consistentyouzhongyang2024-01-161-2/+3
* Add path handling for aux vdevs in `label_path`Ameer Hamza2024-01-161-2/+15
* Extend aux label to add path informationAmeer Hamza2024-01-161-23/+31
* fix: Uber block label not always found for aux vdevsAmeer Hamza2024-01-162-0/+32
* Make zdb -R a little more sane.Rich Ercolani2024-01-161-34/+57
* ZTS: Test for clone, mmap and write for block cloningUmer Saleem2024-01-168-1/+209
* Fix "out of memory" errorBrian Behlendorf2024-01-122-5/+14
* fix: preserve linux kmod signature in zfs-kmod rpm specBenjamin Sherman2024-01-122-0/+48
* spa: Let spa_taskq_param_get()'s addition of a newline be optionalMark Johnston2024-01-121-6/+7
* spa: Fix FreeBSD sysctl handlersMark Johnston2024-01-121-24/+6
* Stop wasting time on malloc in snprintf_zstd_headerRich Ercolani2024-01-121-2/+3
* fix(mount): do not truncate shares not zfs mountStefan Lendl2024-01-124-2/+67
* Enable block_cloning tests on FreeBSDBrian Behlendorf2024-01-1212-29/+35
* Make zdb -R scale less poorlyRich Ercolani2024-01-121-0/+8
* Fix a potential use-after-free in zfs_setsecattr()Mark Johnston2024-01-121-2/+2
* Linux: Defer loading the object set in zfs_setattr()Mark Johnston2024-01-121-1/+2
* Add Gotify notification support to ZEDgofaster2024-01-092-0/+116
* Fix livelist assertions for dedup and cloningAlexander Motin2024-01-091-17/+14
* Improve block sizes checks during cloningAlexander Motin2024-01-091-6/+25
* make zdb_decompress_block check decompression reliablyKent Ross2024-01-091-4/+7
* zpoolprops.7: Remove unnecessary .NsJose Luis Duran2024-01-081-2/+2
* ZIL: Update Linux tracing after #15635Alexander Motin2024-01-081-4/+10
* Linux 6.2 compat: add check for kernel_neon_* availabilityShengqi Chen2024-01-083-3/+32
* Fix the FreeBSD userspace build (#15716)Mark Johnston2023-12-272-0/+15
* Block cloning tests.Pawel Jakub Dawidek2023-12-2632-73/+1767
* Linux 6.5 compat: check BLK_OPEN_EXCL is definedBrian Behlendorf2023-12-211-6/+12
* Don't panic on unencrypted block in encrypted datasetchrisperedun2023-12-212-4/+0
* ZIL: Improve next log block size predictionAlexander Motin2023-12-212-74/+201