aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/compression.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reject invalid compression levelQu Wenruo2025-09-181-9/+13
* btrfs: use pgoff_t for page index variablesDavid Sterba2025-07-211-6/+6
* btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...George Hu2025-07-211-1/+1
* btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba2025-07-211-5/+5
* btrfs: rename ret2 to ret in btrfs_submit_compressed_read()David Sterba2025-05-151-3/+3
* btrfs: rename ret to status in btrfs_submit_compressed_read()David Sterba2025-05-151-5/+5
* btrfs: simplify reading bio status in end_compressed_writeback()David Sterba2025-05-151-3/+3
* btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()Christoph Hellwig2025-05-151-3/+6
* btrfs: rename remaining exported extent map functionsFilipe Manana2025-05-151-2/+2
* btrfs: rename functions to allocate and free extent mapsFilipe Manana2025-05-151-3/+3
* btrfs: rename extent map functions to get block start, end and check if in treeFilipe Manana2025-05-151-2/+2
* btrfs: rename exported extent map compression functionsFilipe Manana2025-05-151-2/+2
* btrfs: add btrfs prefix to main lock, try lock and unlock extent functionsFilipe Manana2025-05-151-3/+3
* btrfs: use folio_contains() for EOF detectionQu Wenruo2025-05-151-1/+1
* btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()Qu Wenruo2025-05-151-1/+17
* btrfs: compression: adjust cb->compressed_folios allocation typeKees Cook2025-05-021-1/+1
* btrfs: defrag: extend ioctl to accept compression levelsDaniel Vacek2025-03-181-0/+10
* btrfs: zstd: enable negative compression levels mount optionDaniel Vacek2025-03-181-11/+10
* btrfs: use filemap_get_folio() helperAnand Jain2024-11-111-1/+1
* btrfs: rename btrfs_folio_(set|start|end)_writer_lock()Qu Wenruo2024-11-111-1/+1
* btrfs: unify to use writer locks for subpage lockingQu Wenruo2024-11-111-2/+1
* btrfs: drop unused parameter level from alloc_heuristic_ws()David Sterba2024-11-111-2/+2
* btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()David Sterba2024-11-111-1/+1
* btrfs: compression: add an ASSERT() to ensure the read-in length is saneQu Wenruo2024-11-111-0/+3
* btrfs: convert btrfs_decompress() to take a folioLi Zetao2024-09-101-7/+7
* btrfs: convert zstd_decompress() to take a folioLi Zetao2024-09-101-1/+1
* btrfs: convert lzo_decompress() to take a folioLi Zetao2024-09-101-1/+1
* btrfs: convert zlib_decompress() to take a folioLi Zetao2024-09-101-1/+1
* btrfs: do not hold the extent lock for entire readJosef Bacik2024-09-101-1/+1
* btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()David Sterba2024-09-101-2/+2
* btrfs: convert add_ra_bio_pages() to use only foliosJosef Bacik2024-09-101-29/+33
* btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana2024-07-111-1/+1
* btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo2024-07-111-1/+1
* btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba2024-07-111-2/+2
* btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba2024-07-111-1/+1
* btrfs: remove extent_map::block_start memberQu Wenruo2024-07-111-1/+2
* btrfs: remove extent_map::block_len memberQu Wenruo2024-07-111-1/+1
* btrfs: remove extent_map::orig_start memberQu Wenruo2024-07-111-1/+1
* btrfs: fix misspelled end IO compression callbacksFilipe Manana2024-07-111-4/+4
* btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik2024-05-071-1/+1
* btrfs: compression: migrate compression/decompression paths to foliosQu Wenruo2024-05-071-45/+45
* btrfs: compression: convert page allocation to folio interfacesQu Wenruo2024-05-071-12/+12
* btrfs: compression: add error handling for missed page cacheQu Wenruo2024-05-071-0/+23
* btrfs: compression: remove dead comments in btrfs_compress_heuristic()Qu Wenruo2024-03-051-5/+0
* btrfs: add helper to get fs_info from struct inode pointerDavid Sterba2024-03-041-3/+3
* btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba2024-03-041-1/+1
* btrfs: remove unused included headersDavid Sterba2024-03-041-4/+1
* btrfs: zlib: fix and simplify the inline extent decompressionQu Wenruo2024-01-181-7/+16
* btrfs: migrate various end io functions to foliosQu Wenruo2023-12-151-4/+4
* btrfs: migrate subpage code to folio interfacesQu Wenruo2023-12-151-3/+4