aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/lzo.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-31btrfs: Remove unused tot_len var from lzo_decompressGravatar Nikolay Borisov 1-2/+0
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-0/+5
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-7/+7
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-1/+1
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeGravatar Timofey Titovets 1-1/+3
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateGravatar Timofey Titovets 1-1/+1
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 1-5/+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-2/+2
2017-02-28btrfs: constify buffers used by compression helpersGravatar David Sterba 1-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersGravatar Christoph Hellwig 1-12/+5
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-16/+16