Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zram: add dictionary support to zstd backend | Sergey Senozhatsky | 2024-09-10 | 1 | -26/+124 |
* | zram: move immutable comp params away from per-CPU context | Sergey Senozhatsky | 2024-09-10 | 1 | -12/+35 |
* | zram: introduce zcomp_ctx structure | Sergey Senozhatsky | 2024-09-10 | 1 | -25/+29 |
* | zram: introduce zcomp_req structure | Sergey Senozhatsky | 2024-09-10 | 1 | -8/+7 |
* | zram: recalculate zstd compression params once | Sergey Senozhatsky | 2024-09-10 | 1 | -2/+3 |
* | zram: introduce zcomp_params structure | Sergey Senozhatsky | 2024-09-10 | 1 | -7/+11 |
* | zram: pass estimated src size hint to zstd | Sergey Senozhatsky | 2024-09-10 | 1 | -2/+2 |
* | zram: add zstd compression backend support | Sergey Senozhatsky | 2024-09-10 | 1 | -0/+97 |