aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/zram/zcomp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-03zram: pass buffer offset to zcomp_available_show()Sergey Senozhatsky1-8/+7
2025-03-16zram: add might_sleep to zcomp APISergey Senozhatsky1-0/+2
2025-03-16zram: switch to new zsmalloc object mapping APISergey Senozhatsky1-1/+3
2025-03-16zram: remove unused crypto includeSergey Senozhatsky1-1/+0
2025-03-16zram: permit preemption with active compression streamSergey Senozhatsky1-12/+29
2024-09-09zram: move immutable comp params away from per-CPU contextSergey Senozhatsky1-5/+12
2024-09-09zram: introduce zcomp_ctx structureSergey Senozhatsky1-7/+9
2024-09-09zram: introduce zcomp_req structureSergey Senozhatsky1-7/+16
2024-09-09zram: introduce zcomp_params structureSergey Senozhatsky1-2/+3
2024-09-09zram: check that backends array has at least one backendSergey Senozhatsky1-0/+8
2024-09-09zram: add 842 compression backend supportSergey Senozhatsky1-0/+4
2024-09-09zram: add zlib compression backend supportSergey Senozhatsky1-0/+4
2024-09-09zram: add zstd compression backend supportSergey Senozhatsky1-0/+4
2024-09-09zram: add lz4hc compression backend supportSergey Senozhatsky1-0/+4
2024-09-09zram: add lz4 compression backend supportSergey Senozhatsky1-0/+4
2024-09-09zram: add lzo and lzorle compression backends supportSergey Senozhatsky1-0/+7
2024-09-09zram: introduce custom comp backends APISergey Senozhatsky1-100/+50
2024-02-22zram: do not allocate physically contiguous strm buffersBarry Song1-2/+3
2022-11-30zram: preparation for multi-zcomp supportSergey Senozhatsky1-3/+3
2022-07-03zram: do not lookup algorithm in backends tableSergey Senozhatsky1-6/+5
2020-12-15zram: break the strict dependency from lzoRui Salvaterra1-0/+2
2020-06-04zcomp: Use ARRAY_SIZE() for backends listAndy Shevchenko1-4/+3
2020-05-28zram: Use local lock to protect per-CPU dataMike Galbraith1-2/+5
2020-05-28zram: Allocate struct zcomp_strm as per-CPU memorySebastian Andrzej Siewior1-25/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-03-07lib/lzo: separate lzo-rle from lzoDave Rodgman1-0/+1
2017-11-15zram: remove zlib from the list of recommended algorithmsSergey Senozhatsky1-3/+0
2017-11-15zram: add zstd to the supported algorithms listSergey Senozhatsky1-0/+3
2017-07-10zram: use __sysfs_match_string() helperAndy Shevchenko1-6/+4
2016-12-02zram: Convert to hotplug state machineAnna-Maria Gleixner1-51/+25
2016-07-26zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky1-4/+4
2016-07-26zram: add more compression algorithmsSergey Senozhatsky1-0/+9
2016-07-26zram: delete custom lzo/lz4Sergey Senozhatsky1-1/+1
2016-07-26zram: use crypto api to check alg availabilitySergey Senozhatsky1-24/+37
2016-07-26zram: switch to crypto compress APISergey Senozhatsky1-29/+47
2016-07-26zram: rename zstrm find-release functionsSergey Senozhatsky1-2/+2
2016-05-20zram: remove max_comp_streams internalsSergey Senozhatsky1-5/+0
2016-05-20zram: user per-cpu compression streamsSergey Senozhatsky1-215/+82
2016-01-15zram: pass gfp from zcomp frontend to backendMinchan Kim1-8/+16
2016-01-15zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky1-2/+2
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-06-25zram: check comp algorithm availability earlierSergey Senozhatsky1-0/+5
2015-06-25zram: cut trailing newline in algorithm nameSergey Senozhatsky1-1/+1
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky1-3/+5
2014-04-07zram: propagate error to userMinchan Kim1-5/+5
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky1-6/+8
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky1-0/+6
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky1-3/+29
2014-04-07zram: add set_max_streams knobSergey Senozhatsky1-0/+36
2014-04-07zram: add multi stream functionalitySergey Senozhatsky1-2/+122