aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zstd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27btrfs: zstd: ensure reclaim timer is properly cleaned upDennis Zhou1-2/+4
2019-02-25btrfs: add zstd compression level supportDennis Zhou1-8/+240
2019-02-25btrfs: make zstd memory requirements monotonicDennis Zhou1-5/+33
2019-02-25btrfs: zstd use the passed through level instead of defaultDennis Zhou1-6/+13
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-1/+2
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou1-3/+3
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou1-0/+26
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-8/+2
2018-01-22btrfs: move some zstd work data from stack to workspaceDavid Sterba1-65/+67
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-0/+5
2017-08-15btrfs: Add zstd supportNick Terrell1-0/+432