aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/compression.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2025-11-24btrfs: fix incomplete parameter rename in btrfs_decompress()Zhen Ni1-1/+2
2025-11-24btrfs: enable encoded read/write/send for bs > ps casesQu Wenruo1-5/+4
2025-11-24btrfs: simplify list initialization in btrfs_compr_pool_scan()Baolin Liu1-3/+1
2025-11-24btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo1-19/+8
2025-11-24btrfs: remove btrfs_bio::fs_info by extracting it from btrfs_bio::inodeQu Wenruo1-4/+2
2025-10-20mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()Matthew Wilcox1-2/+2
2025-09-23btrfs: prepare compression folio alloc/free for bs > ps casesQu Wenruo1-12/+30
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-23btrfs: rename btrfs_compress_op to btrfs_compress_levelsQu Wenruo1-7/+7
2025-09-23btrfs: cleanup the per-module compression workspace managersQu Wenruo1-54/+1
2025-09-23btrfs: migrate to use per-fs workspace managerQu Wenruo1-9/+9
2025-09-23btrfs: add generic workspace manager initializationQu Wenruo1-0/+66
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo1-0/+18
2025-09-23btrfs: add an fs_info parameter for compression workspace managerQu Wenruo1-35/+38
2025-09-22btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()Qu Wenruo1-6/+6
2025-09-22btrfs: try to search for data csums in commit rootBoris Burkov1-0/+1
2025-09-18btrfs: reject invalid compression levelQu Wenruo1-9/+13
2025-07-21btrfs: use pgoff_t for page index variablesDavid Sterba1-6/+6
2025-07-21btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...George Hu1-1/+1
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba1-5/+5
2025-05-15btrfs: rename ret2 to ret in btrfs_submit_compressed_read()David Sterba1-3/+3
2025-05-15btrfs: rename ret to status in btrfs_submit_compressed_read()David Sterba1-5/+5
2025-05-15btrfs: simplify reading bio status in end_compressed_writeback()David Sterba1-3/+3
2025-05-15btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()Christoph Hellwig1-3/+6
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-2/+2
2025-05-15btrfs: rename functions to allocate and free extent mapsFilipe Manana1-3/+3
2025-05-15btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana1-2/+2
2025-05-15btrfs: rename exported extent map compression functionsFilipe Manana1-2/+2
2025-05-15btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana1-3/+3
2025-05-15btrfs: use folio_contains() for EOF detectionQu Wenruo1-1/+1
2025-05-15btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()Qu Wenruo1-1/+17
2025-05-02btrfs: compression: adjust cb->compressed_folios allocation typeKees Cook1-1/+1
2025-03-18btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek1-0/+10
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek1-11/+10
2024-11-11btrfs: use filemap_get_folio() helperAnand Jain1-1/+1
2024-11-11btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo1-1/+1
2024-11-11btrfs: unify to use writer locks for subpage lockingQu Wenruo1-2/+1
2024-11-11btrfs: drop unused parameter level from alloc_heuristic_ws()David Sterba1-2/+2
2024-11-11btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()David Sterba1-1/+1
2024-11-11btrfs: compression: add an ASSERT() to ensure the read-in length is saneQu Wenruo1-0/+3
2024-09-10btrfs: convert btrfs_decompress() to take a folioLi Zetao1-7/+7
2024-09-10btrfs: convert zstd_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert lzo_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: convert zlib_decompress() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: do not hold the extent lock for entire readJosef Bacik1-1/+1
2024-09-10btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba1-2/+2
2024-09-10btrfs: convert add_ra_bio_pages() to use only foliosJosef Bacik1-29/+33
2024-07-11btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana1-1/+1
2024-07-11btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo1-1/+1