| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-07 | btrfs: prevent direct reclaim during compressed readahead | JP Kobryn (Meta) | 1 | -3/+3 |
| 2026-04-07 | btrfs: lzo: inline read/write length helpers | David Sterba | 1 | -22/+6 |
| 2026-04-07 | btrfs: reduce the size of compressed_bio | Qu Wenruo | 1 | -3/+4 |
| 2026-03-21 | Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2026-03-17 | btrfs: fix an incorrect ASSERT() condition inside lzo_decompress_bio() | Qu Wenruo | 1 | -2/+2 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -1/+1 |
| 2026-02-03 | btrfs: remove the old btrfs_compress_folios() infrastructure | Qu Wenruo | 1 | -188/+0 |
| 2026-02-03 | btrfs: lzo: introduce lzo_compress_bio() helper | Qu Wenruo | 1 | -0/+258 |
| 2026-02-03 | btrfs: remove out label in lzo_decompress() | Filipe Manana | 1 | -10/+7 |
| 2026-02-03 | btrfs: lzo: use folio_iter to handle lzo_decompress_bio() | Qu Wenruo | 1 | -9/+37 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -3/+3 |
| 2025-09-23 | btrfs: prepare lzo to support bs > ps cases | Qu Wenruo | 1 | -19/+22 |
| 2025-09-23 | btrfs: prepare compression folio alloc/free for bs > ps cases | Qu Wenruo | 1 | -8/+10 |
| 2025-09-23 | btrfs: reduce compression workspace buffer space to block size | Qu Wenruo | 1 | -7/+13 |
| 2025-09-23 | btrfs: rename btrfs_compress_op to btrfs_compress_levels | Qu Wenruo | 1 | -1/+1 |
| 2025-09-23 | btrfs: cleanup the per-module compression workspace managers | Qu Wenruo | 1 | -3/+0 |
| 2025-09-23 | btrfs: add an fs_info parameter for compression workspace manager | Qu Wenruo | 1 | -1/+1 |
| 2025-09-22 | btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios() | Qu Wenruo | 1 | -2/+3 |
| 2025-05-15 | btrfs: prepare compression paths for large data folios | Qu Wenruo | 1 | -3/+2 |
| 2024-11-11 | btrfs: lzo: drop unused paramter level from lzo_alloc_workspace() | David Sterba | 1 | -1/+1 |
| 2024-09-10 | btrfs: convert lzo_decompress() to take a folio | Li Zetao | 1 | -6/+6 |
| 2024-07-11 | btrfs: enhance compression error messages | David Sterba | 1 | -13/+30 |
| 2024-05-07 | btrfs: compression: migrate compression/decompression paths to folios | Qu Wenruo | 1 | -43/+43 |
| 2024-05-07 | btrfs: compression: convert page allocation to folio interfaces | Qu Wenruo | 1 | -2/+2 |
| 2024-05-07 | btrfs: compression: add error handling for missed page cache | Qu Wenruo | 1 | -2/+3 |
| 2024-03-04 | btrfs: add helper to get fs_info from struct inode pointer | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: add helpers to get fs_info from page/folio pointers | David Sterba | 1 | -1/+1 |
| 2024-01-18 | btrfs: lzo: fix and simplify the inline extent decompression | Qu Wenruo | 1 | -25/+9 |
| 2023-12-15 | btrfs: use page alloc/free wrappers for compression pages | David Sterba | 1 | -2/+2 |
| 2023-06-19 | btrfs: disable allocation warnings for compression workspaces | David Sterba | 1 | -3/+3 |
| 2023-04-17 | btrfs: move zero filling of compressed read bios into common code | Christoph Hellwig | 1 | -9/+5 |
| 2023-04-17 | btrfs: embed a btrfs_bio into struct compressed_bio | Christoph Hellwig | 1 | -1/+2 |
| 2023-02-13 | btrfs: use PAGE_{ALIGN, ALIGNED, ALIGN_DOWN} macro | Yushan Zhou | 1 | -1/+1 |
| 2022-12-05 | btrfs: constify input buffer parameter in compression code | David Sterba | 1 | -1/+1 |
| 2022-12-05 | btrfs: move super_block specific helpers into super.h | Josef Bacik | 1 | -0/+1 |
| 2022-12-05 | btrfs: move the printk helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
| 2022-07-25 | btrfs: replace kmap() with kmap_local_page() in lzo.c | Fabio M. De Francesco | 1 | -16/+12 |
| 2022-03-14 | btrfs: add lzo workspace buffer length constants | Dāvis Mosāns | 1 | -4/+7 |
| 2022-02-15 | btrfs: prevent copying too big compressed lzo segment | Dāvis Mosāns | 1 | -0/+11 |
| 2021-11-26 | Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+2 |
| 2021-11-26 | btrfs: fix the memory leak caused in lzo_compress_pages() | Qu Wenruo | 1 | -0/+2 |
| 2021-11-18 | Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+12 |
| 2021-11-16 | btrfs: fix a out-of-bound access in copy_compressed_data_to_page() | Qu Wenruo | 1 | -1/+11 |
| 2021-11-01 | Merge tag 'for-5.16-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 1 | -139/+143 |
| 2021-11-01 | btrfs: fix lzo_decompress_bio() kmap leakage | Linus Torvalds | 1 | -1/+2 |
| 2021-10-29 | Revert "btrfs: compression: drop kmap/kunmap from lzo" | David Sterba | 1 | -11/+25 |
| 2021-10-26 | btrfs: subpage: make lzo_compress_pages() compatible | Qu Wenruo | 1 | -134/+132 |
| 2021-08-23 | btrfs: rework lzo_decompress_bio() to make it subpage compatible | Qu Wenruo | 1 | -104/+88 |
| 2021-08-23 | btrfs: rework btrfs_decompress_buf2page() | Qu Wenruo | 1 | -5/+3 |
| 2021-08-23 | btrfs: compression: drop kmap/kunmap from lzo | David Sterba | 1 | -28/+10 |
| 2021-08-23 | btrfs: drop from __GFP_HIGHMEM all allocations | David Sterba | 1 | -2/+2 |
| 2021-04-19 | btrfs: convert kmap to kmap_local_page, simple cases | Ira Weiny | 1 | -5/+4 |
| 2021-02-26 | btrfs: use memcpy_[to|from]_page() and kmap_local_page() | Ira Weiny | 1 | -2/+2 |
| 2019-11-18 | btrfs: compression: inline free_workspace | David Sterba | 1 | -1/+0 |
| 2019-11-18 | btrfs: compression: inline alloc_workspace | David Sterba | 1 | -1/+0 |
| 2019-11-18 | btrfs: compression: inline put_workspace | David Sterba | 1 | -6/+0 |
| 2019-11-18 | btrfs: compression: inline get_workspace | David Sterba | 1 | -6/+0 |
| 2019-11-18 | btrfs: compression: export alloc/free/get/put callbacks of all algos | David Sterba | 1 | -4/+4 |
| 2019-11-18 | btrfs: compression: inline cleanup_workspace_manager | David Sterba | 1 | -6/+0 |
| 2019-11-18 | btrfs: compression: let workspace manager cleanup take only the type | David Sterba | 1 | -1/+1 |
| 2019-11-18 | btrfs: compression: inline init_workspace_manager | David Sterba | 1 | -6/+0 |
| 2019-11-18 | btrfs: compression: let workspace manager init take only the type | David Sterba | 1 | -1/+1 |
| 2019-11-18 | btrfs: compression: attach workspace manager to the ops | David Sterba | 1 | -0/+1 |
| 2019-11-18 | btrfs: switch compression callbacks to direct calls | David Sterba | 1 | -3/+0 |
| 2019-11-18 | btrfs: export compression and decompression callbacks | David Sterba | 1 | -12/+7 |
| 2019-09-09 | btrfs: compression: replace set_level callbacks by a common helper | David Sterba | 1 | -6/+0 |
| 2019-09-09 | btrfs: define compression levels statically | David Sterba | 1 | -0/+2 |
| 2019-02-25 | btrfs: change set_level() to bound the level passed in | Dennis Zhou | 1 | -1/+2 |
| 2019-02-25 | btrfs: plumb level through the compression interface | Dennis Zhou | 1 | -3/+3 |
| 2019-02-25 | btrfs: move to function pointers for get/put workspaces | Dennis Zhou | 1 | -0/+26 |
| 2018-12-17 | btrfs: Fix typos in comments and strings | Andrea Gelmini | 1 | -1/+1 |
| 2018-05-30 | btrfs: lzo: Harden inline lzo compressed extent decompression | Qu Wenruo | 1 | -1/+10 |
| 2018-05-30 | btrfs: lzo: Add header length check to avoid potential out-of-bounds access | Qu Wenruo | 1 | -2/+26 |
| 2018-05-29 | btrfs: lzo: document the compressed data format | Qu Wenruo | 1 | -0/+37 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
| 2018-03-31 | btrfs: Remove unused tot_len var from lzo_decompress | Nikolay Borisov | 1 | -2/+0 |
| 2017-11-01 | btrfs: allow to set compression level for zlib | David Sterba | 1 | -0/+5 |
| 2017-06-19 | btrfs: switch to kvmalloc and GFP_KERNEL in lzo/zlib alloc_workspace | David Sterba | 1 | -7/+7 |
| 2017-06-19 | btrfs: switch kmallocs to GFP_KERNEL in lzo/zlib alloc_workspace | David Sterba | 1 | -1/+1 |
| 2017-06-19 | Btrfs: lzo: compressed data size must be less then input size | Timofey Titovets | 1 | -1/+3 |
| 2017-06-19 | Btrfs: lzo: fix typo in error message after failed deflate | Timofey Titovets | 1 | -1/+1 |
| 2017-06-19 | btrfs: reduce arguments for decompress_bio ops | Anand Jain | 1 | -5/+6 |
| 2017-02-28 | btrfs: derive maximum output size in the compression implementation | David Sterba | 1 | -2/+2 |
| 2017-02-28 | btrfs: merge nr_pages input and output parameter in compress_pages | David Sterba | 1 | -1/+1 |
| 2017-02-28 | btrfs: merge length input and output parameter in compress_pages | David Sterba | 1 | -2/+2 |
| 2017-02-28 | btrfs: constify buffers used by compression helpers | David Sterba | 1 | -1/+1 |
| 2016-11-30 | btrfs: use bio iterators for the decompression handlers | Christoph Hellwig | 1 | -12/+5 |
| 2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 1 | -3/+3 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 1 | -16/+16 |
| 2015-02-16 | btrfs: constify structs with op functions or static definitions | David Sterba | 1 | -1/+1 |
| 2014-11-30 | btrfs: zero out left over bytes after processing compression streams | Chris Mason | 1 | -0/+15 |
| 2014-09-17 | btrfs: use DIV_ROUND_UP instead of open-coded variants | David Sterba | 1 | -2/+1 |
| 2014-06-09 | btrfs: return errno instead of -1 from compression | Zach Brown | 1 | -7/+7 |
| 2014-01-28 | Btrfs: convert printk to btrfs_ and fix BTRFS prefix | Frank Holton | 1 | -3/+3 |
| 2013-09-01 | Btrfs: return -1 when lzo compression makes data bigger | Stefan Agner | 1 | -1/+3 |
| 2013-07-01 | btrfs: fix the code comments for LZO compression workspace | Jie Liu | 1 | -2/+2 |
| 2012-03-20 | btrfs: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
| 2011-02-16 | Btrfs: Avoid accessing unmapped kernel address | Li Zefan | 1 | -7/+14 |
| 2010-12-22 | btrfs: Extract duplicate decompress code | Li Zefan | 1 | -95/+6 |
| 2010-12-22 | btrfs: Add lzo compression support | Li Zefan | 1 | -0/+509 |