aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c
Commit message (Expand)AuthorAge
* btrfs: compression: replace set_level callbacks by a common helperDavid Sterba2019-09-09
* btrfs: define compression levels staticallyDavid Sterba2019-09-09
* btrfs: change set_level() to bound the level passed inDennis Zhou2019-02-25
* btrfs: plumb level through the compression interfaceDennis Zhou2019-02-25
* btrfs: move to function pointers for get/put workspacesDennis Zhou2019-02-25
* btrfs: Fix typos in comments and stringsAndrea Gelmini2018-12-17
* btrfs: lzo: Harden inline lzo compressed extent decompressionQu Wenruo2018-05-30
* btrfs: lzo: Add header length check to avoid potential out-of-bounds accessQu Wenruo2018-05-30
* btrfs: lzo: document the compressed data formatQu Wenruo2018-05-29
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-12
* btrfs: Remove unused tot_len var from lzo_decompressNikolay Borisov2018-03-30
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-01
* btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-19
* btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-19
* Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets2017-06-19
* Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets2017-06-19
* btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-19
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-28
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-28
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-28
* btrfs: constify buffers used by compression helpersDavid Sterba2017-02-28
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-30
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-26
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-16
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-30
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-17
* btrfs: return errno instead of -1 from compressionZach Brown2014-06-09
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-28
* Btrfs: return -1 when lzo compression makes data biggerStefan Agner2013-09-01
* btrfs: fix the code comments for LZO compression workspaceJie Liu2013-07-01
* btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-16
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-22
* btrfs: Add lzo compression supportLi Zefan2010-12-22