aboutsummaryrefslogtreecommitdiffstats
path: root/module/zstd/zfs_zstd.c
Commit message (Expand)AuthorAgeFilesLines
* compress: change zio_compress API to use ABDsRob Norris2024-08-221-2/+4
* compress: change compression providers API to use ABDsRob Norris2024-08-221-9/+17
* compress: standardise names of compression functionsRob Norris2024-08-221-61/+61
* zstd: don't call zstd_mempool_reap if there are no buffers (#16302)Mateusz Guzik2024-07-151-0/+7
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-121-2/+2
* Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-271-2/+2
* Tiered early abort, zstd editionRich Ercolani2022-05-241-5/+121
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-201-7/+5
* module: zstd: zfs_zstd: staticify zstd_kspнаб2022-04-011-1/+1
* Explode zstd 1.4.5 into separate upstream filesRich Ercolani2022-03-011-1/+1
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-031-5/+1
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-301-6/+8
* Fix build with KASANRich Ercolani2021-06-251-0/+19
* Fix various typosAndrea Gelmini2021-04-021-2/+2
* Optimize locking checks in mempool allocatorSebastian Gottschall2020-11-021-19/+33
* zstd: track allocator statisticsMateusz Guzik2020-10-301-4/+11
* do a cyclic seek for unused memory objects in poolSebastian Gottschall2020-09-301-2/+16
* Use known license string for zzstdBrian Behlendorf2020-09-281-1/+1
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-241-8/+9
* Add zstd support to zfsMichael Niewöhner2020-08-201-0/+737