aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* config/zfs-build.m4: add Alpine Linux bash-completion pathomni2024-05-161-1/+1
* config/zfs-build.m4: sort vendorsomni2024-05-161-45/+47
* Correct level handling in zstream recompress.Rich Ercolani2024-05-161-1/+1
* dbuf: separate refcount calls for dbuf and dbuf_userRob N2024-05-151-9/+19
* zdb/ztest: send dbgmsg output to stderrRob Norris2024-05-145-28/+26
* zfs_dbgmsg_print: make FreeBSD and Linux consistentRob Norris2024-05-142-5/+22
* backtrace: rework for signal safetyRob Norris2024-05-145-30/+67
* libspl: lift backtrace into a separate fileRob Norris2024-05-1412-79/+426
* zdb/ztest: use libspl backtrace for crashesRob Norris2024-05-144-25/+10
* zdb: bring crash handling over from ztestRob Norris2024-05-141-5/+56
* spa_taskq_dispatch_ent: simplify argumentsRob Norris2024-05-143-20/+19
* spa: flatten spa_taskq_dispatch_ent()Rob Norris2024-05-141-10/+3
* spa: remove spa_taskq_dispatch_sync()Rob Norris2024-05-142-15/+0
* zfs_ioc_send: use a dedicated taskq thread for sendRob Norris2024-05-141-33/+70
* Better control the thread pool size when mounting datasetsAlan Somers2024-05-146-23/+38
* libzfs: Fix mounting datasets under thread limit pressureAlan Somers2024-05-141-1/+4
* tpool_dispatch: fail if it cannot start at least 1 worker.Alan Somers2024-05-141-8/+20
* Simplified the scope of the namespace lockDon Brady2024-05-142-31/+22
* Add support for parallel pool exportsDon Brady2024-05-1412-33/+373
* Linux: disable lockdep for a couple of locksBrian Behlendorf2024-05-132-4/+4
* ZAP: Fix leaf references on zap_expand_leaf() errorsAlexander Motin2024-05-101-13/+14
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-1017-31/+44
* libspl_assert: always link -lpthread on FreeBSDRob N2024-05-091-0/+4
* Unbreak FreeBSD cross-build on MacOS broken in 051460b8bMartin Matuška2024-05-091-1/+20
* Fix ZIL clone records for legacy holesAlexander Motin2024-05-091-5/+3
* Fix scn_queue races on very old poolsAlexander Motin2024-05-092-0/+7
* zdb: add missing cleanup for early returnAmeer Hamza2024-05-091-25/+53
* Replace usage of schedule_timeout with schedule_timeout_interruptible (#16150)Daniel Perry2024-05-093-3/+4
* Disable high priority ZIO threads on FreeBSD and LinuxAlexander Motin2024-05-033-9/+16
* vdev_disk: disable flushes if device does not support itRob N2024-05-022-2/+32
* Improve write issue taskqs utilizationAlexander Motin2024-05-018-47/+98
* Slightly improve dnode hashAlexander Motin2024-05-011-3/+3
* libspl/assert: use libunwind for backtrace when availableRob Norris2024-05-014-3/+79
* libspl/assert: dump backtrace in assertRob Norris2024-05-014-0/+37
* libspl/assert: add lock around assertion outputRob Norris2024-05-011-0/+6
* libspl/assert: show process/task details in assert outputRob Norris2024-05-012-3/+35
* libzpool: set thread namesRob Norris2024-05-013-7/+10
* find_system_library: fix var cleanup when library not foundRob Norris2024-05-011-2/+2
* zio: try to execute TYPE_NULL ZIOs on the current taskRob N2024-04-291-4/+6
* vdev probe to slow disk can stall mmp write checkerDon Brady2024-04-2916-52/+242
* Fix arcstats for FreeBSD after zfetch supportAmeer Hamza2024-04-291-2/+8
* Overflowing refreservation is badRich Ercolani2024-04-291-1/+14
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-293-7/+14
* Fix updating the zvol_htable when renaming a zvolAlan Somers2024-04-252-2/+2
* Python 3.12 deprecated python3-distutilsBrian Behlendorf2024-04-253-117/+235
* Fast Dedup: ZAP ShrinkingAllan Jude2024-04-247-12/+488
* Make more taskq parameters writableAlexander Motin2024-04-242-6/+11
* L2ARC: Cleanup buffer re-compressionAlexander Motin2024-04-231-39/+20
* zfs-kmod: fix empty rpm requires/conflictsTodd2024-04-221-1/+1
* Refactor dbuf_read() for safer decryptionAlexander Motin2024-04-221-110/+104