aboutsummaryrefslogtreecommitdiffstats
path: root/include/os
Commit message (Expand)AuthorAgeFilesLines
* Refactor CONFIG_SPE check on Linux/powerpcWHR2023-03-151-18/+10
* Fix missing semicolons in commit 1f196e3WHR2023-03-151-4/+4
* Silence clang static analyzer warnings about stored stack addressesRichard Yao2023-03-141-3/+0
* Implementation of block cloning for ZFSPawel Jakub Dawidek2023-03-103-2/+7
* Workaround for Linux PowerPC GPL-only cpu_has_feature()Low-power2023-03-102-0/+26
* Fix build for Linux/powerpc without CONFIG_ALTIVEC or CONFIG_VSXLow-power2023-03-071-8/+22
* spl: Add cmn_err_once() to log a message only on the first callAttila Fülöp2023-03-072-0/+50
* Add SHA2 SIMD feature tests for LinuxTino Reichardt2023-03-026-13/+169
* Add SHA2 SIMD feature tests for FreeBSDTino Reichardt2023-03-027-28/+205
* Remove old or redundant SHA2 filesTino Reichardt2023-03-024-347/+0
* Linux: Assert mutex is held in mutex_exit()Richard Yao2023-02-281-0/+1
* Use .section .rodata instead of .rodata on FreeBSDDimitry Andric2023-02-241-1/+1
* Fix buffered/direct/mmap I/O raceBrian Behlendorf2023-02-231-1/+1
* Linux: use filemap_range_has_page()Brian Behlendorf2023-02-143-8/+20
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* linux 6.2 compat: zpl_set_acl arg2 is now struct dentryColeman Kane2023-01-241-0/+3
* x86 asm: Replace .align with .balignAttila Fülöp2023-01-242-10/+10
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-174-0/+397
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-172-3/+3
* change how d_alias is replaced by du.d_aliasGian-Carlo DeFazio2023-01-121-4/+4
* linux 6.2 compat: bio->bi_rw was renamed bio->bi_opfColeman Kane2023-01-061-0/+4
* linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2Coleman Kane2023-01-061-1/+1
* Implement uncached prefetchAlexander Motin2023-01-041-0/+2
* arc_read()/arc_access() refactoring and cleanupAlexander Motin2022-12-221-2/+2
* Linux PPC: Fix build failures on kernels built without CONFIG_SPERichard Yao2022-12-091-0/+15
* Allow to control failfastMariusz Zaborski2022-11-101-2/+8
* 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
* 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-292-0/+5
* debug: fix output from VERIFY0 assertionRob N ★2022-10-282-2/+2
* zfs_rename: support RENAME_* flagsAleksa Sarai2022-10-285-2/+31
* 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-283-7/+26
* Fix zio_flag_t print formatyouzhongyang2022-10-281-1/+1
* Convert enum zio_flag to uint64_tRichard Yao2022-10-271-2/+2
* FreeBSD: vn_flush_cached_data: observe vnode locking contractAndriy Gapon2022-10-261-0/+2
* Silence objtool warnings from 55d7afa4Richard Yao2022-10-262-1/+17
* Support idmapped mountyouzhongyang2022-10-197-14/+52
* Cleanup: 64-bit kernel module parameters should use fixed width typesRichard Yao2022-10-132-18/+55
* Linux: Remove ZFS_AC_KERNEL_SRC_MODULE_PARAM_CALL_CONST autotools checkRichard Yao2022-10-131-5/+9
* Reduce false positives from Static AnalyzersRichard Yao2022-09-308-30/+81
* zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-283-0/+56