index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zstd.c
Age
Commit message (
Expand
)
Author
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: prepare zstd to support bs > ps cases
Qu Wenruo
2025-09-23
btrfs: prepare compression folio alloc/free for bs > ps cases
Qu Wenruo
2025-09-23
btrfs: reduce compression workspace buffer space to block size
Qu Wenruo
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 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: use blocksize to check if compression is making things larger
Qu Wenruo
2025-09-22
btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
Qu Wenruo
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-05-15
btrfs: use unsigned types for constants defined as bit shifts
David Sterba
2025-05-15
btrfs: prepare compression paths for large data folios
Qu Wenruo
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-18
btrfs: zstd: remove local variable for storing page offsets
David Sterba
2025-03-18
btrfs: zstd: move zstd_parameters to the workspace
David Sterba
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
2024-11-11
btrfs: zstd: assert the timer pointer in callback
David Sterba
2024-11-11
btrfs: zstd: make the compression path to handle sector size < page size
Qu Wenruo
2024-09-10
btrfs: convert zstd_decompress() to take a folio
Li Zetao
2024-09-10
btrfs: make compression path to be subpage compatible
Qu Wenruo
2024-07-11
btrfs: enhance compression error messages
David Sterba
2024-05-07
btrfs: compression: migrate compression/decompression paths to folios
Qu Wenruo
2024-05-07
btrfs: compression: convert page allocation to folio interfaces
Qu Wenruo
2024-05-07
btrfs: compression: add error handling for missed page cache
Qu Wenruo
2024-03-04
btrfs: zstd: fix and simplify the inline extent decompression (v2)
Qu Wenruo
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-01-22
Revert "btrfs: zstd: fix and simplify the inline extent decompression"
Linus Torvalds
2024-01-18
btrfs: zstd: fix and simplify the inline extent decompression
Qu Wenruo
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
David Sterba
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-06-19
btrfs: disable allocation warnings for compression workspaces
David Sterba
2023-04-17
btrfs: move zero filling of compressed read bios into common code
Christoph Hellwig
2022-12-05
btrfs: constify input buffer parameter in compression code
David Sterba
2022-12-05
btrfs: update function comments
David Sterba
2022-07-25
btrfs: zstd: replace kmap() with kmap_local_page()
Fabio M. De Francesco
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
2021-11-08
lib: zstd: Add kernel-specific API
Nick Terrell
2021-10-29
Revert "btrfs: compression: drop kmap/kunmap from zstd"
David Sterba
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
2021-08-23
btrfs: compression: drop kmap/kunmap from zstd
David Sterba
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
2021-02-26
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
2019-11-18
btrfs: compression: inline free_workspace
David Sterba
2019-11-18
btrfs: compression: inline alloc_workspace
David Sterba
2019-11-18
btrfs: compression: inline put_workspace
David Sterba
2019-11-18
btrfs: compression: inline get_workspace
David Sterba
2019-11-18
btrfs: compression: export alloc/free/get/put callbacks of all algos
David Sterba
[next]