David Sterba
|
c1d7c514f7
btrfs: replace GPL boilerplate by SPDX -- sources
|
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 |
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 |
Christoph Hellwig
|
974b1adc3b
btrfs: use bio iterators for the decompression handlers
|
8 years ago |
Nick Terrell
|
d1111a7547
btrfs: Call kunmap if zlib_inflateInit2 fails
|
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 |
Sergey Senozhatsky
|
7880991344
btrfs compression: merge inflate and deflate z_streams
|
11 years ago |
David Sterba
|
ed6078f703
btrfs: use DIV_ROUND_UP instead of open-coded variants
|
11 years ago |
David Sterba
|
130d5b415a
btrfs: use E2BIG instead of EIO if compression does not help
|
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 |
Daniel J Blueman
|
489406626c
btrfs: fix message printing
|
13 years ago |
Cong Wang
|
7ac687d9e0
btrfs: remove the second argument of k[un]map_atomic()
|
13 years ago |
Jim Keniston
|
565d76cb7d
zlib: slim down zlib_deflate() workspace when possible
|
14 years ago |
Li Zefan
|
3a39c18d63
btrfs: Extract duplicate decompress code
|
14 years ago |
Li Zefan
|
261507a02c
btrfs: Allow to add new compression algorithm
|
14 years ago |
Li Zefan
|
4b72029dc3
btrfs: Fix error handling in zlib
|
14 years ago |
Li Zefan
|
8844355df7
btrfs: Fix bugs in zlib workspace
|
15 years ago |
Andi Kleen
|
559af82114
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
|
14 years ago |
Julia Lawall
|
60f2e8f8a0
Btrfs: correct error-handling zlib error handling
|
16 years ago |
Chris Mason
|
d397712bcc
Btrfs: Fix checkpatch.pl warnings
|
16 years ago |
Christoph Hellwig
|
b2950863c6
Btrfs: make things static and include the right headers
|
16 years ago |