Qu Wenruo
|
de885e3ee2
btrfs: lzo: Harden inline lzo compressed extent decompression
|
7 years ago |
Qu Wenruo
|
314bfa473b
btrfs: lzo: Add header length check to avoid potential out-of-bounds access
|
7 years ago |
Qu Wenruo
|
2a1f7c0cbd
btrfs: lzo: document the compressed data format
|
7 years ago |
David Sterba
|
c1d7c514f7
btrfs: replace GPL boilerplate by SPDX -- sources
|
7 years ago |
Nikolay Borisov
|
4eeb97c67a
btrfs: Remove unused tot_len var from lzo_decompress
|
7 years ago |
David Sterba
|
f51d2b5912
btrfs: allow to set compression level for zlib
|
8 years ago |
David Sterba
|
6acafd1eff
btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace
|
8 years ago |
David Sterba
|
389a6cfc2a
btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace
|
8 years ago |
Timofey Titovets
|
1e9d7291e5
Btrfs: lzo: compressed data size must be less then input size
|
8 years ago |
Timofey Titovets
|
036b0217ad
Btrfs: lzo: fix typo in error message after failed deflate
|
8 years ago |
Anand Jain
|
e1ddce71d6
btrfs: reduce arguments for decompress_bio ops
|
8 years ago |
David Sterba
|
e5d7490236
btrfs: derive maximum output size in the compression implementation
|
8 years ago |
David Sterba
|
4d3a800ebb
btrfs: merge nr_pages input and output parameter in compress_pages
|
8 years ago |
David Sterba
|
38c3146408
btrfs: merge length input and output parameter in compress_pages
|
8 years ago |
David Sterba
|
14a3357b40
btrfs: constify buffers used by compression helpers
|
8 years ago |
Christoph Hellwig
|
974b1adc3b
btrfs: use bio iterators for the decompression handlers
|
8 years ago |
Jeff Mahoney
|
62e855771d
btrfs: convert printk(KERN_* to use pr_* calls
|
9 years ago |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 years ago |
David Sterba
|
e8c9f18603
btrfs: constify structs with op functions or static definitions
|
10 years ago |
Chris Mason
|
2f19cad94c
btrfs: zero out left over bytes after processing compression streams
|
10 years ago |
David Sterba
|
ed6078f703
btrfs: use DIV_ROUND_UP instead of open-coded variants
|
11 years ago |
Zach Brown
|
60e1975acb
btrfs: return errno instead of -1 from compression
|
11 years ago |
Frank Holton
|
efe120a067
Btrfs: convert printk to btrfs_ and fix BTRFS prefix
|
11 years ago |
Stefan Agner
|
59516f6017
Btrfs: return -1 when lzo compression makes data bigger
|
12 years ago |
Jie Liu
|
3fb4037599
btrfs: fix the code comments for LZO compression workspace
|
12 years ago |
Cong Wang
|
7ac687d9e0
btrfs: remove the second argument of k[un]map_atomic()
|
13 years ago |
Li Zefan
|
ca9b688c1c
Btrfs: Avoid accessing unmapped kernel address
|
14 years ago |
Li Zefan
|
3a39c18d63
btrfs: Extract duplicate decompress code
|
14 years ago |
Li Zefan
|
a6fa6fae40
btrfs: Add lzo compression support
|
15 years ago |