aboutsummaryrefslogtreecommitdiff
path: root/module/zfs/lz4.c
Commit message (Expand)AuthorAgeFilesLines
* lz4: Cherrypick fix for CVE-2021-3520Rich Ercolani2022-01-131-1/+1
* Updated the lz4 decompressorRich Ercolani2022-01-071-882/+840
* module: zfs: fix unused, remove argsusedнаб2021-12-231-4/+2
* Prefix zfs internal endian checks with _ZFSMatthew Macy2020-07-281-1/+1
* Add include files for prototypesArvind Sankar2020-06-181-0/+1
* Enable clang to use intrinsics for lz4Matthew Macy2019-10-011-3/+3
* Reword comment in lz4_compress_zfsMatthew Ahrens2019-05-021-4/+4
* Fix LZ4_uncompress_unknownOutputSize caused panicFeng Sun2017-05-191-8/+19
* OpenZFS 7252 - compressed zfs send / receiveDan Kimmel2017-04-261-1/+1
* Fix spellingka72017-01-031-2/+2
* Use cstyle -cpP in `make cstyle` checkBrian Behlendorf2016-12-121-1/+1
* Change KM_PUSHPAGE -> KM_SLEEPBrian Behlendorf2015-01-161-1/+1
* Illumos #4936 fix potential overflow in lz4Dan McDonald2014-07-011-0/+3
* Comment the lack of real_LZ4_uncompress()Tim Chase2014-07-011-0/+5
* Fix LZ4 endianness autodetectionNed Bass2014-04-201-8/+3
* Force LZ4_FORCE_SW_BITCOUNT for SparcBrian Behlendorf2014-01-091-0/+3
* cstyle: Resolve C style issuesMichael Kjorling2013-12-191-8/+9
* Linux 3.11 compat: Rename LZ4 symbolsRichard Yao2013-10-221-2/+2
* Linux 3.9 compat: Undefine GCC_VERSIONRichard Yao2013-03-061-0/+8
* Illumos #3035 LZ4 compression support in ZFS and GRUBEric Dillmann2013-01-291-0/+1004