First patch fix copy paste typo in debug message in lzo.c, lzo is not deflate
Second and third patches force btrfs not compress data if compression will not free at least one PAGE_SIZE Because it's useless in term of storage and read data from disk, as a result productivity suffers Timofey Titovets (3): Btrfs: lzo.c pr_debug() deflate->lzo Btrfs: lzo compression must free at least PAGE_SIZE Btrfs: zlib compression must free at least PAGE_SIZE fs/btrfs/lzo.c | 4 ++-- fs/btrfs/zlib.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html