aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.9: Call add_disk() from workqueue to fix zfs_allow_010_pos (#16282)Tony Hutter2024-07-161-5/+97
* Linux 6.7 compat: detect if kernel defines intptr_tRob N2024-07-163-0/+44
* head_errlog: fix use-after-freeGeorge Amanakis2024-07-151-2/+5
* Fix assertion in Persistent L2ARCGeorge Amanakis2024-05-291-1/+1
* FreeBSD: Add zfs_link_create() error handlingAlexander Motin2024-05-294-14/+43
* ZAP: Fix leaf references on zap_expand_leaf() errorsAlexander Motin2024-05-291-13/+14
* Fix ZIL clone records for legacy holesAlexander Motin2024-05-291-5/+3
* Fix scn_queue races on very old poolsAlexander Motin2024-05-292-0/+7
* Slightly improve dnode hashAlexander Motin2024-05-291-3/+3
* Make more taskq parameters writableAlexander Motin2024-05-292-6/+10
* L2ARC: Cleanup buffer re-compressionAlexander Motin2024-05-291-39/+20
* Refactor dbuf_read() for safer decryptionAlexander Motin2024-05-291-110/+104
* Replace P2ALIGN with P2ALIGN_TYPED and delete P2ALIGN.chenqiuhao19972024-05-1316-29/+40
* Tag zfs-2.2.4zfs-2.2.4Tony Hutter2024-04-301-1/+1
* Fix updating the zvol_htable when renaming a zvolAlan Somers2024-04-302-2/+2
* Add prefetch property Brian Behlendorf2024-04-307-2/+63
* vdev probe to slow disk can stall mmp write checkerDon Brady2024-04-3016-52/+242
* Extend import_progress kstat with a notes fieldDon Brady2024-04-296-10/+256
* Add ashift validation when adding devices to a poolGeorge Wilson2024-04-2921-58/+219
* Fix arcstats for FreeBSD after zfetch supportAmeer Hamza2024-04-291-2/+8
* Add zfetch stats in arcstatsAmeer Hamza2024-04-291-5/+42
* Use ASSERT0P() to check that a pointer is NULL.Dag-Erling Smørgrav2024-04-291-1/+1
* GCC: Fixes for gcc 14 on Fedora 40Tony Hutter2024-04-293-7/+14
* Python 3.12 deprecated python3-distutilsBrian Behlendorf2024-04-293-117/+235
* zfs-kmod: fix empty rpm requires/conflictsTodd2024-04-291-1/+1
* ZTS: user_namespace_004.ksh avoid error in cleanup if unsupportedSeth Troisi2024-04-291-2/+2
* Add newline to two zpool messagesSeth Troisi2024-04-291-2/+2
* Do no use .cfi_negate_ra_state within the assembly on Arm64Tino Reichardt2024-04-292-5/+21
* Add the BTI elf note to the AArch64 SHA2 assemblyAndrew Turner2024-04-292-0/+20
* AUTHORS: refresh with recent new contributorsRob N2024-04-292-0/+53
* return NULL at end of send_progress_threadJason Lee2024-04-291-0/+1
* Fix locale-specific timeMaxim Filimonov2024-04-292-8/+8
* Fix panics when truncating/deleting filesPavel Snajdr2024-04-291-10/+8
* vdev props comment and manpage should include zfsd and FreeBSD mentionsAlek P2024-04-292-2/+8
* Add slow disk diagnosis to ZEDDon Brady2024-04-2929-70/+654
* [2.2.4-only] Stub RAIDZ enums to prevent conflictsTony Hutter2024-04-293-1/+5
* zap_leaf: make l_hash[] variable length to silence UBSANRob N2024-04-291-1/+1
* Give a better message from 'zpool get' with invalid pool namePaul Dagnelie2024-04-291-4/+3
* xdr: header cleanupRob N2024-04-297-75/+33
* Fix buffer underflow if sysfs file is emptyRobert Evans2024-04-291-1/+1
* ZTS: fix flakiness in cp_files_002_posRobert Evans2024-04-291-3/+3
* Fix option string, adding -e and fixing orderCameron Harr2024-04-292-29/+28
* freebsd: fix missing headers in distribution tarballRob N2024-04-291-0/+2
* Check for minimum partition sizeBrian Behlendorf2024-04-291-0/+10
* Add VERIFY0P() and ASSERT0P() macros.Dag-Erling Smørgrav2024-04-293-0/+37
* Clean up existing VERIFY*() macros.Dag-Erling Smørgrav2024-04-223-29/+27
* etc/init.d: decide which variant to use at build time.Benda Xu2024-04-228-13/+14
* config/Substfiles.am: restrict to the dedicated list.Benda Xu2024-04-221-1/+1
* man: move zfs_prepare_disk.8 to nodist_man_MANSShengqi Chen2024-04-221-2/+2
* Add support for zfs mount -R <filesystem>Umer Saleem2024-04-227-18/+216