index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
compression.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: reject invalid compression level
Qu Wenruo
2025-09-18
1
-9
/
+13
*
btrfs: use pgoff_t for page index variables
David Sterba
2025-07-21
1
-6
/
+6
*
btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_lev...
George Hu
2025-07-21
1
-1
/
+1
*
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-07-21
1
-5
/
+5
*
btrfs: rename ret2 to ret in btrfs_submit_compressed_read()
David Sterba
2025-05-15
1
-3
/
+3
*
btrfs: rename ret to status in btrfs_submit_compressed_read()
David Sterba
2025-05-15
1
-5
/
+5
*
btrfs: simplify reading bio status in end_compressed_writeback()
David Sterba
2025-05-15
1
-3
/
+3
*
btrfs: use bvec_kmap_local() in btrfs_decompress_buf2page()
Christoph Hellwig
2025-05-15
1
-3
/
+6
*
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename functions to allocate and free extent maps
Filipe Manana
2025-05-15
1
-3
/
+3
*
btrfs: rename extent map functions to get block start, end and check if in tree
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: rename exported extent map compression functions
Filipe Manana
2025-05-15
1
-2
/
+2
*
btrfs: add btrfs prefix to main lock, try lock and unlock extent functions
Filipe Manana
2025-05-15
1
-3
/
+3
*
btrfs: use folio_contains() for EOF detection
Qu Wenruo
2025-05-15
1
-1
/
+1
*
btrfs: fix the file offset calculation inside btrfs_decompress_buf2page()
Qu Wenruo
2025-05-15
1
-1
/
+17
*
btrfs: compression: adjust cb->compressed_folios allocation type
Kees Cook
2025-05-02
1
-1
/
+1
*
btrfs: defrag: extend ioctl to accept compression levels
Daniel Vacek
2025-03-18
1
-0
/
+10
*
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
2025-03-18
1
-11
/
+10
*
btrfs: use filemap_get_folio() helper
Anand Jain
2024-11-11
1
-1
/
+1
*
btrfs: rename btrfs_folio_(set|start|end)_writer_lock()
Qu Wenruo
2024-11-11
1
-1
/
+1
*
btrfs: unify to use writer locks for subpage locking
Qu Wenruo
2024-11-11
1
-2
/
+1
*
btrfs: drop unused parameter level from alloc_heuristic_ws()
David Sterba
2024-11-11
1
-2
/
+2
*
btrfs: lzo: drop unused paramter level from lzo_alloc_workspace()
David Sterba
2024-11-11
1
-1
/
+1
*
btrfs: compression: add an ASSERT() to ensure the read-in length is sane
Qu Wenruo
2024-11-11
1
-0
/
+3
*
btrfs: convert btrfs_decompress() to take a folio
Li Zetao
2024-09-10
1
-7
/
+7
*
btrfs: convert zstd_decompress() to take a folio
Li Zetao
2024-09-10
1
-1
/
+1
*
btrfs: convert lzo_decompress() to take a folio
Li Zetao
2024-09-10
1
-1
/
+1
*
btrfs: convert zlib_decompress() to take a folio
Li Zetao
2024-09-10
1
-1
/
+1
*
btrfs: do not hold the extent lock for entire read
Josef Bacik
2024-09-10
1
-1
/
+1
*
btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
David Sterba
2024-09-10
1
-2
/
+2
*
btrfs: convert add_ra_bio_pages() to use only folios
Josef Bacik
2024-09-10
1
-29
/
+33
*
btrfs: fix extent map use-after-free when adding pages to compressed bio
Filipe Manana
2024-07-11
1
-1
/
+1
*
btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()
Qu Wenruo
2024-07-11
1
-1
/
+1
*
btrfs: pass a btrfs_inode to btrfs_compress_heuristic()
David Sterba
2024-07-11
1
-2
/
+2
*
btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inode
David Sterba
2024-07-11
1
-1
/
+1
*
btrfs: remove extent_map::block_start member
Qu Wenruo
2024-07-11
1
-1
/
+2
*
btrfs: remove extent_map::block_len member
Qu Wenruo
2024-07-11
1
-1
/
+1
*
btrfs: remove extent_map::orig_start member
Qu Wenruo
2024-07-11
1
-1
/
+1
*
btrfs: fix misspelled end IO compression callbacks
Filipe Manana
2024-07-11
1
-4
/
+4
*
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
2024-05-07
1
-1
/
+1
*
btrfs: compression: migrate compression/decompression paths to folios
Qu Wenruo
2024-05-07
1
-45
/
+45
*
btrfs: compression: convert page allocation to folio interfaces
Qu Wenruo
2024-05-07
1
-12
/
+12
*
btrfs: compression: add error handling for missed page cache
Qu Wenruo
2024-05-07
1
-0
/
+23
*
btrfs: compression: remove dead comments in btrfs_compress_heuristic()
Qu Wenruo
2024-03-05
1
-5
/
+0
*
btrfs: add helper to get fs_info from struct inode pointer
David Sterba
2024-03-04
1
-3
/
+3
*
btrfs: add helpers to get fs_info from page/folio pointers
David Sterba
2024-03-04
1
-1
/
+1
*
btrfs: remove unused included headers
David Sterba
2024-03-04
1
-4
/
+1
*
btrfs: zlib: fix and simplify the inline extent decompression
Qu Wenruo
2024-01-18
1
-7
/
+16
*
btrfs: migrate various end io functions to folios
Qu Wenruo
2023-12-15
1
-4
/
+4
*
btrfs: migrate subpage code to folio interfaces
Qu Wenruo
2023-12-15
1
-3
/
+4
[next]