index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
1
-12
/
+30
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
1
-1
/
+1
2025-09-23
btrfs: rename btrfs_compress_op to btrfs_compress_levels
Qu Wenruo
1
-7
/
+7
2025-09-23
btrfs: cleanup the per-module compression workspace managers
Qu Wenruo
1
-54
/
+1
2025-09-23
btrfs: migrate to use per-fs workspace manager
Qu Wenruo
1
-9
/
+9
2025-09-23
btrfs: add generic workspace manager initialization
Qu Wenruo
1
-0
/
+66
2025-09-23
btrfs: add workspace manager initialization for zstd
Qu Wenruo
1
-0
/
+18
2025-09-23
btrfs: add an fs_info parameter for compression workspace manager
Qu Wenruo
1
-35
/
+38
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
1
-6
/
+6
2025-09-22
btrfs: try to search for data csums in commit root
Boris Burkov
1
-0
/
+1
2025-09-18
btrfs: reject invalid compression level
Qu Wenruo
1
-9
/
+13
2025-07-21
btrfs: use pgoff_t for page index variables
David Sterba
1
-6
/
+6
2025-07-21
btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...
George Hu
1
-1
/
+1
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
1
-5
/
+5
2025-05-15
btrfs: rename ret2 to ret in btrfs_submit_compressed_read()
David Sterba
1
-3
/
+3
2025-05-15
btrfs: rename ret to status in btrfs_submit_compressed_read()
David Sterba
1
-5
/
+5
2025-05-15
btrfs: simplify reading bio status in end_compressed_writeback()
David Sterba
1
-3
/
+3
2025-05-15
btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()
Christoph Hellwig
1
-3
/
+6
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename functions to allocate and free extent maps
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: rename exported extent map compression functions
Filipe Manana
1
-2
/
+2
2025-05-15
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
1
-3
/
+3
2025-05-15
btrfs: use folio_contains() for EOF detection
Qu Wenruo
1
-1
/
+1
2025-05-15
btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()
Qu Wenruo
1
-1
/
+17
2025-05-02
btrfs: compression: adjust cb->compressed_folios allocation type
Kees Cook
1
-1
/
+1
2025-03-18
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
1
-0
/
+10
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
1
-11
/
+10
2024-11-11
btrfs: use filemap_get_folio() helper
Anand Jain
1
-1
/
+1
2024-11-11
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
1
-1
/
+1
2024-11-11
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
1
-2
/
+1
2024-11-11
btrfs: drop unused parameter level from alloc_heuristic_ws()
David Sterba
1
-2
/
+2
2024-11-11
btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()
David Sterba
1
-1
/
+1
2024-11-11
btrfs: compression: add an ASSERT() to ensure the read-in length is sane
Qu Wenruo
1
-0
/
+3
2024-09-10
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
1
-7
/
+7
2024-09-10
btrfs: convert zstd_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert lzo_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: convert zlib_decompress() to take a folio
Li Zetao
1
-1
/
+1
2024-09-10
btrfs: do not hold the extent lock for entire read
Josef Bacik
1
-1
/
+1
2024-09-10
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
1
-2
/
+2
2024-09-10
btrfs: convert add_ra_bio_pages() to use only folios
Josef Bacik
1
-29
/
+33
2024-07-11
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
1
-1
/
+1
2024-07-11
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
1
-2
/
+2
2024-07-11
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
1
-1
/
+1
2024-07-11
btrfs: remove extent_map::block_start member
Qu Wenruo
1
-1
/
+2
2024-07-11
btrfs: remove extent_map::block_len member
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: remove extent_map::orig_start member
Qu Wenruo
1
-1
/
+1
2024-07-11
btrfs: fix misspelled end IO compression callbacks
Filipe Manana
1
-4
/
+4
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
1
-1
/
+1
[next]