aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix a race condition in dsl_dataset_sync() when activating featuresGeorge Amanakis2023-02-131-0/+1
* Restore FreeBSD to use .rodataJorgen Lundman2023-02-061-1/+1
* zfs_main.c: fix unused variable error with GCCrob-wing2023-02-021-0/+1
* Prefetch on deadlists mergeAlexander Motin2023-01-251-0/+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
* Configure zed's diagnosis engine with vdev propertiesrob-wing2023-01-233-0/+16
* Cleanup ->dd_space_towrite should be unsignedRichard Yao2023-01-201-1/+1
* Fix unprotected zfs_znode_dmu_finiChunwei Chen2023-01-191-0/+2
* Unify Assembler files between Linux and WindowsJorgen Lundman2023-01-176-0/+446
* Use setproctitle to report progress of zfs sendAmeer Hamza2023-01-172-0/+10
* 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
* Batch enqueue/dequeue for bqueueMatthew Ahrens2023-01-101-2/+5
* zed: add hotplug support for spare vdevsAmeer Hamza2023-01-091-0/+1
* Remove some dead ARC code. (#14340)Alexander Motin2023-01-091-1/+0
* 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
* 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