aboutsummaryrefslogtreecommitdiffstats
path: root/module/zstd
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
* Resolve WS-2021-0184 vulnerability in zstdAllan Jude2023-02-023-9/+13
* Cleanup of dead code suggested by Clang Static Analyzer (#14380)Richard Yao2023-01-172-13/+0
* Cleanup: Remove unnecessary explicit casts of pointers from allocatorsRichard Yao2023-01-121-2/+2
* zstd: Refactor prefetching for the decoding loopYann Collet2022-11-291-22/+28
* zstd: [superblock] Add defensive assert and bounds checkNick Terrell2022-11-291-6/+10
* 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
* Silence unused-but-set-variable warningsBrian Behlendorf2022-04-292-2/+2
* linux: module: weld all but spl.ko into zfs.koнаб2022-04-204-88/+8
* module: zstd: zfs_zstd: staticify zstd_kspнаб2022-04-011-1/+1
* module: zstd: check we don't leak symbols; regenerate symbol mapнаб2022-03-152-324/+278
* Re-apply 6ba2e72b, silence lintRich Ercolani2022-03-011-3/+3
* Re-apply a78f19d3Rich Ercolani2022-03-013-2/+2
* Explode zstd 1.4.5 into separate upstream filesRich Ercolani2022-03-0155-27888/+23845
* Add `--enable-asan` and `--enable-ubsan` switchesDamian Szuberski2022-02-032-10/+3
* Linux 5.16: Resolve ZSTD_isError symbol collision in Linux kernelColeman Kane2021-12-072-2/+1
* Fix cross-endian interoperability of zstdRich Ercolani2021-08-304-6/+24
* Fix build with KASANRich Ercolani2021-06-251-0/+19
* Fix various typosAndrea Gelmini2021-04-023-4/+4
* Optimize locking checks in mempool allocatorSebastian Gottschall2020-11-021-19/+33
* zstd: track allocator statisticsMateusz Guzik2020-10-301-4/+11
* aarch64: Use proper guards for NEON instructionsWarner Losh2020-10-131-3/+3
* 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
* module/zstd: pass -U__BMI__Georgy Yakovlev2020-08-271-0/+3
* Avoid symbol collision with in-kernel zstdlibSebastian Gottschall2020-08-244-9/+477
* Add zstd support to zfsMichael Niewöhner2020-08-2010-0/+1228
* Import ZStandard v1.4.5Michael Niewöhner2020-08-204-0/+30103