aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zstd.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-28btrfs: correct zstd workspace manager lock to use spin_lock_bh()Gravatar Dennis Zhou 1-10/+10
2019-04-29btrfs: zstd: remove indirect calls for local functionsGravatar Dennis Zhou 1-4/+7
2019-02-27btrfs: zstd: ensure reclaim timer is properly cleaned upGravatar Dennis Zhou 1-2/+4
2019-02-25btrfs: add zstd compression level supportGravatar Dennis Zhou 1-8/+240
2019-02-25btrfs: make zstd memory requirements monotonicGravatar Dennis Zhou 1-5/+33
2019-02-25btrfs: zstd use the passed through level instead of defaultGravatar Dennis Zhou 1-6/+13
2019-02-25btrfs: change set_level() to bound the level passed inGravatar Dennis Zhou 1-1/+2
2019-02-25btrfs: plumb level through the compression interfaceGravatar Dennis Zhou 1-3/+3
2019-02-25btrfs: move to function pointers for get/put workspacesGravatar Dennis Zhou 1-0/+26
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-8/+2
2018-01-22btrfs: move some zstd work data from stack to workspaceGravatar David Sterba 1-65/+67
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-0/+5
2017-08-15btrfs: Add zstd supportGravatar Nick Terrell 1-0/+432