summaryrefslogtreecommitdiff
path: root/fs/btrfs/lzo.c
Commit message (Expand)AuthorAge
* 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