aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/lzo.c
AgeCommit message (Expand)Author
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-02-16btrfs: constify structs with op functions or static definitionsDavid Sterba
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason
2014-09-17btrfs: use DIV_ROUND_UP instead of open-coded variantsDavid Sterba
2014-06-09btrfs: return errno instead of -1 from compressionZach Brown
2014-01-28Btrfs: convert printk to btrfs_ and fix BTRFS prefixFrank Holton
2013-09-01Btrfs: return -1 when lzo compression makes data biggerStefan Agner
2013-07-01btrfs: fix the code comments for LZO compression workspaceJie Liu
2012-03-20btrfs: remove the second argument of k[un]map_atomic()Cong Wang
2011-02-16Btrfs: Avoid accessing unmapped kernel addressLi Zefan
2010-12-22btrfs: Extract duplicate decompress codeLi Zefan
2010-12-22btrfs: Add lzo compression supportLi Zefan