aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix redundant declaration of dsl_pool_tvendor/openzfs/masterAkash B11 days1-6/+5
* Fix deadlock on dmu_tx_assign() from vdev_rebuild()Andriy Tkachuk12 days3-7/+6
* zpl_super: prefer "new" mount API when availableRob Norris13 days4-53/+47
* icp: add SHA512 implementation using Intel SHA512 extensionsRob Norris13 days2-1/+338
* simd: detect and surface support for Intel SHA512 extensionsRob Norris13 days4-1/+53
* range_tree: use zfs_panic_recover() for partial-overlap removeclefru13 days1-1/+1
* CI: Remove deprecated Fedora 41Tony Hutter13 days3-7/+2
* Introduce dedupused/dedupsaved pool propertiesAlexander Motin13 days10-3/+53
* zhack: Fix importing large allocation profiles on small pools (#18256)Mateusz Piotrowski14 days1-2/+5
* Linux 7.0: add shims for the fs_context-based mount APIRob Norris2026-02-232-1/+72
* Linux 7.0: posix_acl_to_xattr() now allocates memoryRob Norris2026-02-232-0/+48
* Linux 7.0: blk_queue_nonrot() renamed to blk_queue_rot()Rob Norris2026-02-232-0/+30
* SIMD: libspl: test the correct CPUID bit for AVX512VLAttila Fülöp2026-02-231-1/+1
* Improve misleading error messages for ZPOOL_STATUS_CORRUPT_POOLChristos Longros2026-02-232-3/+12
* build: get objtool from $kernelbuildLouis Leseur2026-02-231-1/+1
* Add vdev property to disable vdev schedulerMigeljanImeri2026-02-2314-2/+206
* Move range_tree, btree, highbit64 to common codeTony Hutter2026-02-2215-88/+117
* Linux 7.0: explicitly set setlease handler to kernel implementationRob Norris2026-02-2213-7/+275
* zdb: handle key load/derive failures a bit more gracefullyRob Norris2026-02-201-9/+23
* zdb: don't try to load key for unencrypted datasetRob Norris2026-02-201-7/+18
* ZTS: make get_same_blocks() fail harder if zdb failsRob Norris2026-02-201-9/+37
* sha2_test: do correctness checks for all implementationsRob Norris2026-02-191-11/+28
* get_cpu_freq: handle CPUs with variable frequencyRob Norris2026-02-191-1/+1
* Fix available space accounting for special/dedup (#18222)Alexander Motin2026-02-196-36/+60
* CI: Test & fix Linux ZFS built-in buildTony Hutter2026-02-198-10/+77
* ICP: AES-GCM assembly: remove unused Gmul functionsAttila Fülöp2026-02-193-101/+0
* Remove parent ZIO from dbuf_prefetch()Alexander Motin2026-02-191-14/+3
* ICP: AES-GCM VAES-AVX2: fix typos and document source filesAttila Fülöp2026-02-181-2/+5
* freebsd: Fix TIMESPEC_OVERFLOW for PowerPCJessica Clarke2026-02-181-1/+1
* Linux 6.19 compat: in-tree build: fix duplicate GCM assembly functionsAttila Fülöp2026-02-173-0/+41
* Simplify dnode_level_is_l2cacheable()Alexander Motin2026-02-161-2/+1
* Cleanup allocation class selectionAlexander Motin2026-02-162-29/+17
* Flush RRD only when TXGs contain dataMariusz Zaborski2026-02-111-12/+20
* Fix `send:raw` permission for send `-w -I`Marc Sladek2026-02-112-6/+11
* ZTS: Fix zed_synchronous_zedletTony Hutter2026-02-111-3/+3
* Linux 6.19 compat: METATony Hutter2026-02-111-1/+1
* libzfs: improve error message for zpool create with ENXIOChristos Longros2026-02-101-0/+5
* CI: Test build Lustre against ZFSTony Hutter2026-02-104-9/+138
* Restrict cloning with different propertiesAlexander Motin2026-02-1017-24/+193
* zfs_vnops_os.c: Move a vput() to after zfs_setattr_dir()rmacklem2026-02-101-3/+3
* Include missing newline in 'man' errorTim Hatch2026-02-092-2/+2
* Allow rewrite skip cloned and snapshotted blocksAlexander Motin2026-02-0913-32/+273
* AUTHORS: add names of recent new contributorsRob Norris2026-02-092-0/+24
* ZTS: update the relevant mmp test casesBrian Behlendorf2026-02-0919-80/+246
* zhack: add "action idle" subcommandBrian Behlendorf2026-02-091-2/+81
* zhack: add -G option to dump debug bufferBrian Behlendorf2026-02-091-4/+72
* mmp: claim sequence id before final importBrian Behlendorf2026-02-0910-199/+729
* mmp: add spa_load_name() for tryimportBrian Behlendorf2026-02-095-12/+34
* mmp: move "Starting import" log messageBrian Behlendorf2026-02-091-1/+2
* mmp: further restrict mmp exported pool checkBrian Behlendorf2026-02-091-15/+25