aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Pack zrlock_t by 8 bytesAlexander Motin2023-01-051-2/+1
* Hide b_freeze_* under ZFS_DEBUGAlexander Motin2023-01-051-3/+5
* Implement uncached prefetchAlexander Motin2023-01-045-8/+32
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-223-3/+38
* deadlock between spa_errlog_lock and dp_config_rwlockMatthew Ahrens2022-12-221-1/+1
* Add color output to zfs diff.Ethan Coe-Renner2022-12-151-0/+2
* Cache dbuf_hash() calculationRichard Yao2022-12-131-1/+3
* zfs list: Allow more fields in ZFS_ITER_SIMPLE modeAllan Jude2022-12-131-7/+15
* Linux PPC: Fix build failures on kernels built without CONFIG_SPERichard Yao2022-12-091-0/+15
* Fix the last two CFI callback prototype mismatchesAlexander2022-11-291-1/+1
* Switch dnode stats to wmsumsAlexander Motin2022-11-291-1/+34
* Remove atomics from zh_refcountAlexander Motin2022-11-281-2/+2
* Allow to control failfastMariusz Zaborski2022-11-103-2/+10
* Optionally skip zil_close during zvol_create_minor_implAlan Somers2022-11-081-2/+2
* Support idmapped mount in user namespaceyouzhongyang2022-11-083-23/+76
* freebsd: simplify MD isa_defs.hBrooks Davis2022-11-072-455/+0
* freebsd: trim dkio.h to the minimumBrooks Davis2022-11-071-460/+0
* freebsd: add ifdefs around legacy ioctl supportBrooks Davis2022-11-071-0/+13
* freebsd: remove no-op vn_renamepath()Brooks Davis2022-11-071-1/+0
* freebsd: remove unused vn_rename()Brooks Davis2022-11-071-9/+0
* Make 1-bit bitfields unsignedBrooks Davis2022-11-031-5/+5
* libuutil: deobfuscate internal pointersBrooks Davis2022-11-031-25/+6
* zfs_onexit_add_cb: make action_handle point to a uintptr_tBrooks Davis2022-11-031-1/+1
* acl: use uintptr_t for ace walker cookiesBrooks Davis2022-11-031-1/+1
* linux isa_defs.h: Don't define _ALIGNMENT_REQUIREDBrooks Davis2022-11-031-32/+0
* Improve RISC-V supportBrooks Davis2022-11-031-1/+5
* Introduce kmem_scnprintf()Richard Yao2022-10-294-1/+9
* debug: fix output from VERIFY0 assertionRob N ★2022-10-282-2/+2
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-287-3/+53
* zfs_rename: restructure to have cleaner fallbacksAleksa Sarai2022-10-281-0/+1
* debug: add VERIFY_{IMPLY,EQUIV} variantsAleksa Sarai2022-10-281-8/+12
* Remove zpl_revalidate: fix snapshot rollbackPavel Snajdr2022-10-284-8/+26
* Fix zio_flag_t print formatyouzhongyang2022-10-281-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-273-53/+57
* FreeBSD: vn_flush_cached_data: observe vnode locking contractAndriy Gapon2022-10-261-0/+2
* Silence objtool warnings from 55d7afa4Richard Yao2022-10-262-1/+17
* Optimize microzapsAlexander Motin2022-10-202-13/+13
* Add options to zfs redundant_metadata propertyAkash B2022-10-192-1/+11
* Support idmapped mountyouzhongyang2022-10-198-19/+58
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-1311-36/+73
* Linux: Remove ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST autotools checkRichard Yao2022-10-131-5/+9
* Expose libzutil error info in libpc_handle_tUmer Saleem2022-10-041-4/+23
* Fix double const qualifier declarationsTino Reichardt2022-09-304-7/+7
* Reduce false positives from Static AnalyzersRichard Yao2022-09-3010-35/+91
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-288-1/+65
* DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reservedChristian Schwarz2022-09-271-0/+7
* DMU_BACKUP_FEATURE: remove unused BLAKE3 featureChristian Schwarz2022-09-271-2/+1
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2710-21/+21
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-272-10/+10
* Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-272-0/+2