aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-19btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba1-7/+7
2017-06-19btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspaceDavid Sterba1-1/+1
2017-06-19Btrfs: lzo: compressed data size must be less then input sizeTimofey Titovets1-1/+3
2017-06-19Btrfs: lzo: fix typo in error message after failed deflateTimofey Titovets1-1/+1
2017-06-19btrfs: reduce arguments for decompress_bio opsAnand Jain1-5/+6
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba1-2/+2
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba1-1/+1
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba1-2/+2
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba1-1/+1
2016-11-30btrfs: use bio iterators for the decompression handlersChristoph Hellwig1-12/+5
2016-09-26btrfs: convert printk(KERN_* to use pr_* callsJeff Mahoney1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-16/+16
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba1-1/+1
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason1-0/+15
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba1-2/+1
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown1-7/+7
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton1-3/+3
2013-09-01Btrfs: return -1 when lzo compression makes data biggerStefan Agner1-1/+3
2013-07-01btrfs: fix the code comments for LZO compression workspaceJie Liu1-2/+2
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan1-7/+14
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan1-95/+6
2010-12-22btrfs: Add lzo compression supportLi Zefan1-0/+509