aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/lzo.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-01btrfs: allow to set compression level for zlibGravatar David Sterba 1-0/+5
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-7/+7
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceGravatar David Sterba 1-1/+1
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeGravatar Timofey Titovets 1-1/+3
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateGravatar Timofey Titovets 1-1/+1
2017-06-19btrfs: reduce arguments for decompress_bio opsGravatar Anand Jain 1-5/+6
2017-02-28btrfs: derive maximum output size in the compression implementationGravatar David Sterba 1-2/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesGravatar David Sterba 1-1/+1
2017-02-28btrfs: merge length input and output parameter in compress_pagesGravatar David Sterba 1-2/+2
2017-02-28btrfs: constify buffers used by compression helpersGravatar David Sterba 1-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersGravatar Christoph Hellwig 1-12/+5
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsGravatar Jeff Mahoney 1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-16/+16
2015-02-16btrfs: constify structs with op functions or static definitionsGravatar David Sterba 1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsGravatar Chris Mason 1-0/+15
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsGravatar David Sterba 1-2/+1
2014-06-09btrfs: return errno instead of -1 from compressionGravatar Zach Brown 1-7/+7
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixGravatar Frank Holton 1-3/+3
2013-09-01Btrfs: return -1 when lzo compression makes data biggerGravatar Stefan Agner 1-1/+3
2013-07-01btrfs: fix the code comments for LZO compression workspaceGravatar Jie Liu 1-2/+2
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-2/+2
2011-02-16Btrfs: Avoid accessing unmapped kernel addressGravatar Li Zefan 1-7/+14
2010-12-22btrfs: Extract duplicate decompress codeGravatar Li Zefan 1-95/+6
2010-12-22btrfs: Add lzo compression supportGravatar Li Zefan 1-0/+509