index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Age
Commit message (
Expand
)
Author
2026-06-09
Revert "btrfs: fix the file offset calculation inside btrfs_decompress_buf2pa...
Matthew Wilcox (Oracle)
2026-06-08
btrfs: refresh add_ra_bio_pages() to indicate it's using folios
Qu Wenruo
2026-06-08
btrfs: enable cross-folio readahead for bs < ps and large folio cases
Qu Wenruo
2026-05-15
Merge tag 'for-7.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-05-08
btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
Calvin Owens
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-04-07
btrfs: prevent direct reclaim during compressed readahead
JP Kobryn (Meta)
2026-04-07
btrfs: reduce the size of compressed_bio
Qu Wenruo
2026-04-07
btrfs: remove folio parameter from ordered io related functions
Qu Wenruo
2026-04-05
folio_batch: rename pagevec.h to folio_batch.h
Tal Zussman
2026-03-21
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-17
btrfs: do not touch page cache for encoded writes
Qu Wenruo
2026-03-17
btrfs: fix a bug that makes encoded write bio larger than expected
Qu Wenruo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: get rid of compressed_bio::compressed_folios[]
Qu Wenruo
2026-02-03
btrfs: get rid of compressed_folios[] usage for encoded writes
Qu Wenruo
2026-02-03
btrfs: get rid of compressed_folios[] usage for compressed read
Qu Wenruo
2026-02-03
btrfs: remove the old btrfs_compress_folios() infrastructure
Qu Wenruo
2026-02-03
btrfs: switch to btrfs_compress_bio() interface for compressed writes
Qu Wenruo
2026-02-03
btrfs: introduce btrfs_compress_bio() helper
Qu Wenruo
2026-02-03
btrfs: use the btrfs_extent_map_end() helper everywhere
Filipe Manana
2026-02-03
btrfs: switch to library APIs for checksums
Eric Biggers
2025-12-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-11-24
btrfs: fix incomplete parameter rename in btrfs_decompress()
Zhen Ni
2025-11-24
btrfs: enable encoded read/write/send for bs > ps cases
Qu Wenruo
2025-11-24
btrfs: simplify list initialization in btrfs_compr_pool_scan()
Baolin Liu
2025-11-24
btrfs: remove btrfs_fs_info::compressed_write_workers
Qu Wenruo
2025-11-24
btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inode
Qu Wenruo
2025-10-20
mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
Matthew Wilcox
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-23
btrfs: rename btrfs_compress_op to btrfs_compress_levels
Qu Wenruo
2025-09-23
btrfs: cleanup the per-module compression workspace managers
Qu Wenruo
2025-09-23
btrfs: migrate to use per-fs workspace manager
Qu Wenruo
2025-09-23
btrfs: add generic workspace manager initialization
Qu Wenruo
2025-09-23
btrfs: add workspace manager initialization for zstd
Qu Wenruo
2025-09-23
btrfs: add an fs_info parameter for compression workspace manager
Qu Wenruo
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...
George Hu
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-05-15
btrfs: rename ret2 to ret in btrfs_submit_compressed_read()
David Sterba
2025-05-15
btrfs: rename ret to status in btrfs_submit_compressed_read()
David Sterba
2025-05-15
btrfs: simplify reading bio status in end_compressed_writeback()
David Sterba
2025-05-15
btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()
Christoph Hellwig
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
[next]