aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/lzo.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: add helper to get fs_info from struct inode pointerGravatar David Sterba 1-1/+1
2024-03-04btrfs: add helpers to get fs_info from page/folio pointersGravatar David Sterba 1-1/+1
2024-01-18btrfs: lzo: fix and simplify the inline extent decompressionGravatar Qu Wenruo 1-25/+9
2023-12-15btrfs: use page alloc/free wrappers for compression pagesGravatar David Sterba 1-2/+2
2023-06-19btrfs: disable allocation warnings for compression workspacesGravatar David Sterba 1-3/+3
2023-04-17btrfs: move zero filling of compressed read bios into common codeGravatar Christoph Hellwig 1-9/+5
2023-04-17btrfs: embed a btrfs_bio into struct compressed_bioGravatar Christoph Hellwig 1-1/+2
2023-02-13btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macroGravatar Yushan Zhou 1-1/+1
2022-12-05btrfs: constify input buffer parameter in compression codeGravatar David Sterba 1-1/+1
2022-12-05btrfs: move super_block specific helpers into super.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move the printk helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-07-25btrfs: replace kmap() with kmap_local_page() in lzo.cGravatar Fabio M. De Francesco 1-16/+12
2022-03-14btrfs: add lzo workspace buffer length constantsGravatar Dāvis Mosāns 1-4/+7
2022-02-15btrfs: prevent copying too big compressed lzo segmentGravatar Dāvis Mosāns 1-0/+11
2021-11-26Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2021-11-26btrfs: fix the memory leak caused in lzo_compress_pages()Gravatar Qu Wenruo 1-0/+2
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+12
2021-11-16btrfs: fix a out-of-bound access in copy_compressed_data_to_page()Gravatar Qu Wenruo 1-1/+11
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 1-141/+145
2021-11-01btrfs: fix lzo_decompress_bio() kmap leakageGravatar Linus Torvalds 1-1/+2
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"Gravatar David Sterba 1-11/+25
2021-10-26btrfs: subpage: make lzo_compress_pages() compatibleGravatar Qu Wenruo 1-136/+134
2021-08-23btrfs: rework lzo_decompress_bio() to make it subpage compatibleGravatar Qu Wenruo 1-106/+90
2021-08-23btrfs: rework btrfs_decompress_buf2page()Gravatar Qu Wenruo 1-5/+3
2021-08-23btrfs: compression: drop kmap/kunmap from lzoGravatar David Sterba 1-28/+10
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsGravatar David Sterba 1-2/+2
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesGravatar Ira Weiny 1-5/+4
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Gravatar Ira Weiny 1-2/+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-6/+0
2019-11-18btrfs: compression: inline get_workspaceGravatar David Sterba 1-6/+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-6/+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-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-12-17btrfs: Fix typos in comments and stringsGravatar Andrea Gelmini 1-1/+1
2018-05-30btrfs: lzo: Harden inline lzo compressed extent decompressionGravatar Qu Wenruo 1-1/+10
2018-05-30btrfs: lzo: Add header length check to avoid potential out-of-bounds accessGravatar Qu Wenruo 1-2/+26
2018-05-29btrfs: lzo: document the compressed data formatGravatar Qu Wenruo 1-0/+37
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1