- 7e63545 Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
- daf87e9 btrfs: fix the memory leak caused in lzo_compress_pages() by Qu Wenruo · 3 years, 1 month ago
- 6fdf886 Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 1 month ago
- 6f019c0 btrfs: fix a out-of-bound access in copy_compressed_data_to_page() by Qu Wenruo · 3 years, 2 months ago
- 037c50b Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
- 2cf3f81 btrfs: fix lzo_decompress_bio() kmap leakage by Linus Torvalds · 3 years, 2 months ago
- ccaa66c Revert "btrfs: compression: drop kmap/kunmap from lzo" by David Sterba · 3 years, 2 months ago
- d408880 btrfs: subpage: make lzo_compress_pages() compatible by Qu Wenruo · 3 years, 3 months ago
- a6e66e6 btrfs: rework lzo_decompress_bio() to make it subpage compatible by Qu Wenruo · 3 years, 5 months ago
- 1c3dc17 btrfs: rework btrfs_decompress_buf2page() by Qu Wenruo · 3 years, 6 months ago
- 8c945d3 btrfs: compression: drop kmap/kunmap from lzo by David Sterba · 3 years, 7 months ago
- b0ee5e1 btrfs: drop from __GFP_HIGHMEM all allocations by David Sterba · 3 years, 7 months ago
- 58c1a35 btrfs: convert kmap to kmap_local_page, simple cases by Ira Weiny · 3 years, 11 months ago
- 3590ec5 btrfs: use memcpy_[to|from]_page() and kmap_local_page() by Ira Weiny · 3 years, 11 months ago
- 1e00235 btrfs: compression: inline free_workspace by David Sterba · 5 years ago
- c778df1 btrfs: compression: inline alloc_workspace by David Sterba · 5 years ago
- bd3a528 btrfs: compression: inline put_workspace by David Sterba · 5 years ago
- 6a0d127 btrfs: compression: inline get_workspace by David Sterba · 5 years ago
- d20f395 btrfs: compression: export alloc/free/get/put callbacks of all algos by David Sterba · 5 years ago
- 2510307 btrfs: compression: inline cleanup_workspace_manager by David Sterba · 5 years ago
- 2dba714 btrfs: compression: let workspace manager cleanup take only the type by David Sterba · 5 years ago
- d551703 btrfs: compression: inline init_workspace_manager by David Sterba · 5 years ago
- 975db48 btrfs: compression: let workspace manager init take only the type by David Sterba · 5 years ago
- be951045 btrfs: compression: attach workspace manager to the ops by David Sterba · 5 years ago
- 1e4eb74 btrfs: switch compression callbacks to direct calls by David Sterba · 5 years ago
- c4bf665 btrfs: export compression and decompression callbacks by David Sterba · 5 years ago
- b0c1fe1 btrfs: compression: replace set_level callbacks by a common helper by David Sterba · 5 years ago
- e18333a btrfs: define compression levels statically by David Sterba · 5 years ago
- d0ab62c btrfs: change set_level() to bound the level passed in by Dennis Zhou · 6 years ago
- 7bf4994 btrfs: plumb level through the compression interface by Dennis Zhou · 6 years ago
- 92ee5530 btrfs: move to function pointers for get/put workspaces by Dennis Zhou · 6 years ago
- 52042d8 btrfs: Fix typos in comments and strings by Andrea Gelmini · 6 years ago
- de885e3 btrfs: lzo: Harden inline lzo compressed extent decompression by Qu Wenruo · 7 years ago
- 314bfa4 btrfs: lzo: Add header length check to avoid potential out-of-bounds access by Qu Wenruo · 7 years ago
- 2a1f7c0 btrfs: lzo: document the compressed data format by Qu Wenruo · 7 years ago
- c1d7c51 btrfs: replace GPL boilerplate by SPDX -- sources by David Sterba · 7 years ago
- 4eeb97c btrfs: Remove unused tot_len var from lzo_decompress by Nikolay Borisov · 7 years ago
- f51d2b5 btrfs: allow to set compression level for zlib by David Sterba · 7 years ago
- 6acafd1 btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
- 389a6cf btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace by David Sterba · 8 years ago
- 1e9d729 Btrfs: lzo: compressed data size must be less then input size by Timofey Titovets · 8 years ago
- 036b021 Btrfs: lzo: fix typo in error message after failed deflate by Timofey Titovets · 8 years ago
- e1ddce7 btrfs: reduce arguments for decompress_bio ops by Anand Jain · 8 years ago
- e5d7490 btrfs: derive maximum output size in the compression implementation by David Sterba · 8 years ago
- 4d3a800 btrfs: merge nr_pages input and output parameter in compress_pages by David Sterba · 8 years ago
- 38c3146 btrfs: merge length input and output parameter in compress_pages by David Sterba · 8 years ago
- 14a3357 btrfs: constify buffers used by compression helpers by David Sterba · 8 years ago
- 974b1ad btrfs: use bio iterators for the decompression handlers by Christoph Hellwig · 8 years ago
- 62e8557 btrfs: convert printk(KERN_* to use pr_* calls by Jeff Mahoney · 8 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- e8c9f18 btrfs: constify structs with op functions or static definitions by David Sterba · 10 years ago
- 2f19cad btrfs: zero out left over bytes after processing compression streams by Chris Mason · 10 years ago
- ed6078f btrfs: use DIV_ROUND_UP instead of open-coded variants by David Sterba · 11 years ago
- 60e1975 btrfs: return errno instead of -1 from compression by Zach Brown · 11 years ago
- efe120a Btrfs: convert printk to btrfs_ and fix BTRFS prefix by Frank Holton · 11 years ago
- 59516f6 Btrfs: return -1 when lzo compression makes data bigger by Stefan Agner · 12 years ago
- 3fb4037 btrfs: fix the code comments for LZO compression workspace by Jie Liu · 12 years ago
- 7ac687d btrfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
- ca9b688 Btrfs: Avoid accessing unmapped kernel address by Li Zefan · 14 years ago
- 3a39c18 btrfs: Extract duplicate decompress code by Li Zefan · 14 years ago
- a6fa6fa btrfs: Add lzo compression support by Li Zefan · 14 years ago