summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c
AgeCommit message (Expand)Author
2019-11-18btrfs: compression: inline free_workspaceDavid Sterba
2019-11-18btrfs: compression: inline alloc_workspaceDavid Sterba
2019-11-18btrfs: compression: inline put_workspaceDavid Sterba
2019-11-18btrfs: compression: inline get_workspaceDavid Sterba
2019-11-18btrfs: compression: export alloc/free/get/put callbacks of all algosDavid Sterba
2019-11-18btrfs: compression: inline cleanup_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager cleanup take only the typeDavid Sterba
2019-11-18btrfs: compression: inline init_workspace_managerDavid Sterba
2019-11-18btrfs: compression: let workspace manager init take only the typeDavid Sterba
2019-11-18btrfs: compression: attach workspace manager to the opsDavid Sterba
2019-11-18btrfs: switch compression callbacks to direct callsDavid Sterba
2019-11-18btrfs: export compression and decompression callbacksDavid Sterba
2019-09-09btrfs: compression: replace set_level callbacks by a common helperDavid Sterba
2019-09-09btrfs: define compression levels staticallyDavid Sterba
2019-02-25btrfs: change set_level() to bound the level passed inDennis Zhou
2019-02-25btrfs: plumb level through the compression interfaceDennis Zhou
2019-02-25btrfs: move to function pointers for get/put workspacesDennis Zhou
2018-12-17btrfs: Fix typos in comments and stringsAndrea Gelmini
2018-05-30btrfs: lzo: Harden inline lzo compressed extent decompressionQu Wenruo
2018-05-30btrfs: lzo: Add header length check to avoid potential out-of-bounds accessQu Wenruo
2018-05-29btrfs: lzo: document the compressed data formatQu Wenruo
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba
2018-03-31btrfs: Remove unused tot_len var from lzo_decompressNikolay Borisov
2017-11-01btrfs: allow to set compression level for zlibDavid Sterba
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-09-01Btrfs: return -1 when lzo compression makes data biggerStefan Agner
2013-07-01btrfs: fix the code comments for LZO compression workspaceJie Liu
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Add lzo compression supportLi Zefan