Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | btrfs: constify structs with op functions or static definitions | David Sterba | 2015-02-16 | 1 | -1/+1 |
* | btrfs: zero out left over bytes after processing compression streams | Chris Mason | 2014-11-30 | 1 | -0/+15 |
* | btrfs: use DIV_ROUND_UP instead of open-coded variants | David Sterba | 2014-09-17 | 1 | -2/+1 |
* | btrfs: return errno instead of -1 from compression | Zach Brown | 2014-06-09 | 1 | -7/+7 |
* | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 2014-01-28 | 1 | -3/+3 |
* | Btrfs: return -1 when lzo compression makes data bigger | Stefan Agner | 2013-09-01 | 1 | -1/+3 |
* | btrfs: fix the code comments for LZO compression workspace | Jie Liu | 2013-07-01 | 1 | -2/+2 |
* | btrfs: remove the second argument of k[un]map_atomic() | Cong Wang | 2012-03-20 | 1 | -2/+2 |
* | Btrfs: Avoid accessing unmapped kernel address | Li Zefan | 2011-02-16 | 1 | -7/+14 |
* | btrfs: Extract duplicate decompress code | Li Zefan | 2010-12-22 | 1 | -95/+6 |
* | btrfs: Add lzo compression support | Li Zefan | 2010-12-22 | 1 | -0/+509 |