summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/zstd.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: correct zstd workspace manager lock to use spin_lock_bh()Dennis Zhou2019-05-281-10/+10
* btrfs: zstd: remove indirect calls for local functionsDennis Zhou2019-04-291-4/+7
* btrfs: zstd: ensure reclaim timer is properly cleaned upDennis Zhou2019-02-271-2/+4
* btrfs: add zstd compression level supportDennis Zhou2019-02-251-8/+240
* btrfs: make zstd memory requirements monotonicDennis Zhou2019-02-251-5/+33
* btrfs: zstd use the passed through level instead of defaultDennis Zhou2019-02-251-6/+13
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-251-1/+2
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-251-3/+3
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-251-0/+26
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-8/+2Star
* btrfs: move some zstd work data from stack to workspaceDavid Sterba2018-01-221-65/+67
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-0/+5
* btrfs: Add zstd supportNick Terrell2017-08-151-0/+432