aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-25btrfs: replace kmap() with kmap_local_page() in lzo.cFabio M. De Francesco1-16/+12
2022-03-14btrfs: add lzo workspace buffer length constantsDāvis Mosāns1-4/+7
2022-02-15btrfs: prevent copying too big compressed lzo segmentDāvis Mosāns1-0/+11
2021-11-26Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+2
2021-11-26btrfs: fix the memory leak caused in lzo_compress_pages()Qu Wenruo1-0/+2
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-1/+12
2021-11-16btrfs: fix a out-of-bound access in copy_compressed_data_to_page()Qu Wenruo1-1/+11
2021-11-01Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-141/+145
2021-11-01btrfs: fix lzo_decompress_bio() kmap leakageLinus Torvalds1-1/+2
2021-10-29Revert "btrfs: compression: drop kmap/kunmap from lzo"David Sterba1-11/+25
2021-10-26btrfs: subpage: make lzo_compress_pages() compatibleQu Wenruo1-136/+134
2021-08-23btrfs: rework lzo_decompress_bio() to make it subpage compatibleQu Wenruo1-106/+90
2021-08-23btrfs: rework btrfs_decompress_buf2page()Qu Wenruo1-5/+3
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba1-28/+10
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba1-2/+2
2021-04-19btrfs: convert kmap to kmap_local_page, simple casesIra Weiny1-5/+4
2021-02-26btrfs: use memcpy_[to|from]_page() and kmap_local_page()Ira Weiny1-2/+2
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba1-1/+0
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba1-1/+0
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba1-6/+0
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba1-6/+0
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba1-4/+4
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba1-6/+0
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba1-1/+1
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba1-6/+0
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba1-1/+1
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba1-0/+1
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba1-3/+0
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba1-12/+7
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba1-6/+0
2019-09-09btrfs: define compression levels staticallyDavid Sterba1-0/+2
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou1-1/+2
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou1-3/+3
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou1-0/+26
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini1-1/+1
2018-05-30btrfs: lzo: Harden inline lzo compressed extent decompressionQu Wenruo1-1/+10
2018-05-30btrfs: lzo: Add header length check to avoid potential out-of-bounds accessQu Wenruo1-2/+26
2018-05-29btrfs: lzo: document the compressed data formatQu Wenruo1-0/+37
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: Remove unused tot_len var from lzo_decompressNikolay Borisov1-2/+0
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba1-0/+5
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba1-7/+7
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba1-1/+1
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets1-1/+3
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets1-1/+1
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain1-5/+6
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-2/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-1/+1
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-2/+2
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba1-1/+1