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