aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/zlib.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: zlib: Fix spelling mistake "infalte" -> "inflate"Gravatar Colin Ian King 1-1/+1
2024-01-18btrfs: zlib: fix and simplify the inline extent decompressionGravatar Qu Wenruo 1-54/+19
2023-12-15btrfs: use page alloc/free wrappers for compression pagesGravatar David Sterba 1-3/+3
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-2/+0
2023-01-25btrfs: zlib: zero-initialize zlib workspaceGravatar Alexander Potapenko 1-1/+1
2022-12-05btrfs: constify input buffer parameter in compression codeGravatar David Sterba 1-1/+1
2022-12-05btrfs: zlib: use copy_page for full page copyGravatar David Sterba 1-2/+2
2022-07-25btrfs: zlib: replace kmap() with kmap_local_page() in zlib_decompress_bio()Gravatar Fabio M. De Francesco 1-5/+5
2022-07-25btrfs: zlib: replace kmap() with kmap_local_page() in zlib_compress_pages()Gravatar Fabio M. De Francesco 1-19/+13
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from zlib"Gravatar David Sterba 1-11/+25
2021-08-23btrfs: rework btrfs_decompress_buf2page()Gravatar Qu Wenruo 1-8/+4
2021-08-23btrfs: compression: drop kmap/kunmap from zlibGravatar David Sterba 1-25/+11
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-3/+2
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionGravatar Mikhail Zaslonko 1-35/+100
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: pass type to btrfs_get_workspaceGravatar David Sterba 1-1/+1
2019-11-18btrfs: compression: inline put_workspaceGravatar David Sterba 1-6/+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-4/+4
2019-11-18btrfs: compression: inline cleanup_workspace_managerGravatar David Sterba 1-6/+0
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeGravatar David Sterba 1-1/+1
2019-11-18btrfs: compression: inline init_workspace_managerGravatar David Sterba 1-6/+0
2019-11-18btrfs: compression: let workspace manager init take only the typeGravatar David Sterba 1-1/+1
2019-11-18btrfs: compression: attach workspace manager to the opsGravatar David Sterba 1-0/+1
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: 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-02-25btrfs: change set_level() to bound the level passed inGravatar Dennis Zhou 1-8/+10
2019-02-25btrfs: plumb level through the compression interfaceGravatar Dennis Zhou 1-3/+4
2019-02-25btrfs: move to function pointers for get/put workspacesGravatar Dennis Zhou 1-0/+26
2019-02-25btrfs: add helpers for compression type and levelGravatar Dennis Zhou 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-1/+14
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-3/+3
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-2/+2
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 1-4/+6
2017-02-28btrfs: derive maximum output size in the compression implementationGravatar David Sterba 1-2/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesGravatar David Sterba 1-1/+1
2017-02-28btrfs: merge length input and output parameter in compress_pagesGravatar David Sterba 1-1/+2
2016-11-30btrfs: use bio iterators for the decompression handlersGravatar Christoph Hellwig 1-10/+5
2016-11-30btrfs: Call kunmap if zlib_inflateInit2 failsGravatar Nick Terrell 1-0/+1
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-19/+19
2015-02-16btrfs: constify structs with op functions or static definitionsGravatar David Sterba 1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsGravatar Chris Mason 1-2/+18