aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zstd.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: zstd: fix and simplify the inline extent decompression (v2)Gravatar Qu Wenruo 1-53/+23
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2024-01-22Revert "btrfs: zstd: fix and simplify the inline extent decompression"Gravatar Linus Torvalds 1-22/+53
2024-01-18btrfs: zstd: fix and simplify the inline extent decompressionGravatar Qu Wenruo 1-53/+22
2023-12-15btrfs: use page alloc/free wrappers for compression pagesGravatar David Sterba 1-4/+3
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-4/+7
2023-06-19btrfs: disable allocation warnings for compression workspacesGravatar David Sterba 1-1/+1
2023-04-17btrfs: move zero filling of compressed read bios into common codeGravatar Christoph Hellwig 1-1/+0
2022-12-05btrfs: constify input buffer parameter in compression codeGravatar David Sterba 1-1/+1
2022-12-05btrfs: update function commentsGravatar David Sterba 1-1/+1
2022-07-25btrfs: zstd: replace kmap() with kmap_local_page()Gravatar Fabio M. De Francesco 1-20/+13
2022-05-16btrfs: use non-bh spin_lock in zstd timer callbackGravatar Schspa Shi 1-5/+9
2021-11-08lib: zstd: Add kernel-specific APIGravatar Nick Terrell 1-34/+34
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zstd"Gravatar David Sterba 1-9/+18
2021-08-23btrfs: rework btrfs_decompress_buf2page()Gravatar Qu Wenruo 1-4/+2
2021-08-23btrfs: compression: drop kmap/kunmap from zstdGravatar David Sterba 1-18/+9
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsGravatar David Sterba 1-3/+3
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternGravatar Ira Weiny 1-4/+1
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Gravatar Ira Weiny 1-4/+2
2019-11-18btrfs: compression: inline free_workspaceGravatar David Sterba 1-1/+0
2019-11-18btrfs: compression: inline alloc_workspaceGravatar David Sterba 1-1/+0
2019-11-18btrfs: compression: inline put_workspaceGravatar David Sterba 1-1/+0
2019-11-18btrfs: compression: inline get_workspaceGravatar David Sterba 1-1/+0
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosGravatar David Sterba 1-7/+6
2019-11-18btrfs: compression: inline cleanup_workspace_managerGravatar David Sterba 1-2/+1
2019-11-18btrfs: compression: inline init_workspace_managerGravatar David Sterba 1-2/+1
2019-11-18btrfs: compression: attach workspace manager to the opsGravatar David Sterba 1-0/+2
2019-11-18btrfs: switch compression callbacks to direct callsGravatar David Sterba 1-3/+0
2019-11-18btrfs: export compression and decompression callbacksGravatar David Sterba 1-12/+7
2019-09-09btrfs: move cond_wake_up functions out of ctreeGravatar David Sterba 1-0/+1
2019-09-09btrfs: compression: replace set_level callbacks by a common helperGravatar David Sterba 1-9/+0
2019-09-09btrfs: define compression levels staticallyGravatar David Sterba 1-0/+2
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