aboutsummaryrefslogtreecommitdiffstats
path: root/module/zcommon
Commit message (Expand)AuthorAgeFilesLines
* Micro-optimize fletcher4 calculationsRichard Yao2022-12-056-68/+36
* Convert some sprintf() calls to kmem_scnprintf()Richard Yao2022-11-281-2/+2
* Allow to control failfastMariusz Zaborski2022-11-101-0/+3
* dsl_prop_known_index(): check for invalid propDamian Szuberski2022-11-081-0/+26
* Add options to zfs redundant_metadata propertyAkash B2022-10-191-1/+4
* Enable relatime by defaultGeorge Melikov2022-08-121-1/+1
* Add snapshots_changed as propertyUmer Saleem2022-08-021-0/+5
* Replace dead opensolaris.org license linkTino Reichardt2022-07-119-9/+9
* Enable -Wwrite-stringsнаб2022-06-291-5/+3
* Introduce BLAKE3 checksums as an OpenZFS featureTino Reichardt2022-06-082-12/+27
* Improve zpool status output, list all affected datasetsGeorge Amanakis2022-04-251-0/+7
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-202-35/+7
* Fix string/index variables being unflexed by defaultнаб2022-04-051-2/+2
* Forbid b{copy,zero,cmp}(). Don't include <strings.h> for <string.h>наб2022-03-157-7/+7
* Remove bcopy(), bzero(), bcmp()наб2022-03-157-8/+8
* Linux x86 SIMD: factor out unneeded kernel dependenciesAttila Fülöp2022-03-081-3/+3
* Flex non-pretty-printed properties and raw-/pretty-print remaining onesнаб2022-03-043-109/+140
* module: zcommon: zprop: common: zprop_width: namespace exceptionsнаб2022-03-041-2/+6
* log xattr=sa create/remove/update to ZILJitendra Patidar2022-02-221-0/+12
* Linux 5.16 compat: don't use XSTATE_XSAVE to save FPU stateAttila Fülöp2022-02-091-2/+2
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-037-0/+20
* Clean up CSTYLEDsнаб2022-01-261-3/+1
* module/*.ko: prune .data, global .rodataнаб2022-01-144-21/+10
* module: zcommon: zprop: fix unused, remove argsusedнаб2021-12-231-0/+1
* libzfs: fix unused, remove argsusedнаб2021-12-231-5/+4
* zcommon: pre-iterate over sysfs instead of statting every featureнаб2021-12-164-400/+553
* zcommon: *_prop: make all zprop_index_t tables constнаб2021-12-162-28/+28
* FreeBSD supports edonr follow upнаб2021-12-081-1/+2
* Vdev Properties FeatureAllan Jude2021-11-303-14/+272
* Enable edonr in FreeBSDRich Ercolani2021-11-162-20/+2
* libzfs: add keylocation=https://, backed by fetch(3) or libcurlнаб2021-05-121-1/+5
* Fix AVX512BW Fletcher code on AVX512-but-not-BW machinesRomain Dolbeau2021-04-261-1/+7
* Fix various typosAndrea Gelmini2021-04-021-1/+1
* Allow pool names that look like Solaris disk namesRyan Moeller2021-04-011-6/+0
* Add "zstd-fast" to help options for "compression" propertyJake Howard2021-03-031-1/+1
* Add missing checks for unsupported featuresMartin Matuška2021-02-271-0/+2
* Add "compatibility" property for zpool feature setsColm2021-02-171-0/+4
* FreeBSD: disable edonr in zfs_mod_supported_feature()Brian Behlendorf2021-02-171-5/+8
* Linux 5.10 compat: use iov_iter in uio structureBrian Behlendorf2020-12-182-288/+0
* FreeBSD: Implement sysctl for fletcher4 implRyan Moeller2020-12-111-8/+59
* FreeBSD: Do zcommon_init sooner to avoid FPU panicRyan Moeller2020-12-091-1/+1
* Reduce fletcher4 and raidz benchmark timesBrian Behlendorf2020-12-061-1/+1
* Update dRAID short feature descriptionBrian Behlendorf2020-11-231-1/+1
* Distributed Spare (dRAID) FeatureBrian Behlendorf2020-11-132-2/+8
* Update references to nonexistent man pages in codeRyan Moeller2020-10-301-2/+2
* Cross-platform acltypeRyan Moeller2020-10-131-10/+9
* Rename acltype=posixacl to acltype=posixRyan Moeller2020-09-161-5/+6
* FreeBSD: disable neon usageMatthew Macy2020-08-261-1/+1
* Make formatting of dedup values string consistentClint Armstrong2020-08-221-2/+2
* Add zstd support to zfsMichael Niewöhner2020-08-202-2/+100