summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: allow to set compression level for zlibDavid Sterba2017-11-011-0/+5
* btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-191-7/+7
* btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba2017-06-191-1/+1
* Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets2017-06-191-1/+3
* Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets2017-06-191-1/+1
* btrfs: reduce arguments for decompress_bio opsAnand Jain2017-06-191-5/+6
* btrfs: derive maximum output size in the compression implementationDavid Sterba2017-02-281-2/+2
* btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba2017-02-281-1/+1
* btrfs: merge length input and output parameter in compress_pagesDavid Sterba2017-02-281-2/+2
* btrfs: constify buffers used by compression helpersDavid Sterba2017-02-281-1/+1
* btrfs: use bio iterators for the decompression handlersChristoph Hellwig2016-11-301-12/+5
* btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney2016-09-261-3/+3
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-16/+16
* btrfs: constify structs with op functions or static definitionsDavid Sterba2015-02-161-1/+1
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-301-0/+15
* btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba2014-09-171-2/+1
* btrfs: return errno instead of -1 from compressionZach Brown2014-06-091-7/+7
* Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton2014-01-281-3/+3
* Btrfs: return -1 when lzo compression makes data biggerStefan Agner2013-09-011-1/+3
* btrfs: fix the code comments for LZO compression workspaceJie Liu2013-07-011-2/+2
* btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* Btrfs: Avoid accessing unmapped kernel addressLi Zefan2011-02-161-7/+14
* btrfs: Extract duplicate decompress codeLi Zefan2010-12-221-95/+6
* btrfs: Add lzo compression supportLi Zefan2010-12-221-0/+509
OpenPOWER on IntegriCloud