index
:
kernel/git/stable/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zlib.c
Age
Commit message (
Expand
)
Author
2026-04-07
btrfs: prevent direct reclaim during compressed readahead
JP Kobryn (Meta)
2026-04-07
btrfs: zlib: don't cache sectorsize in a local variable
David Sterba
2026-04-07
btrfs: zlib: drop redundant folio address variable
David Sterba
2026-04-07
btrfs: reduce the size of compressed_bio
Qu Wenruo
2026-03-28
Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-03-23
btrfs: zlib: handle page aligned compressed size correctly
Qu Wenruo
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-03
btrfs: remove the old btrfs_compress_folios() infrastructure
Qu Wenruo
2026-02-03
btrfs: zlib: introduce zlib_compress_bio() helper
Qu Wenruo
2026-02-03
btrfs: zlib: use folio_iter to handle zlib_decompress_bio()
Qu Wenruo
2026-01-21
btrfs: zlib: fix the folio leak on S390 hardware acceleration
Qu Wenruo
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: prepare zlib 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: 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-05-15
btrfs: prepare compression paths for large data folios
Qu Wenruo
2025-05-15
btrfs: zlib: prepare copy_data_into_buffer() for large data folios
Qu Wenruo
2025-03-18
btrfs: zstd: enable negative compression levels mount option
Daniel Vacek
2025-03-18
btrfs: zlib: refactor S390x HW acceleration buffer preparation
Qu Wenruo
2025-01-06
btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path
Mikhail Zaslonko
2024-11-11
btrfs: zlib: make the compression path to handle sector size < page size
Qu Wenruo
2024-09-10
btrfs: convert zlib_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: zlib: Fix spelling mistake "infalte" -> "inflate"
Colin Ian King
2024-01-18
btrfs: zlib: fix and simplify the inline extent decompression
Qu Wenruo
2023-12-15
btrfs: use page alloc/free wrappers for compression pages
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
2023-01-25
btrfs: zlib: zero-initialize zlib workspace
Alexander Potapenko
2022-12-05
btrfs: constify input buffer parameter in compression code
David Sterba
2022-12-05
btrfs: zlib: use copy_page for full page copy
David Sterba
2022-07-25
btrfs: zlib: replace kmap() with kmap_local_page() in zlib_decompress_bio()
Fabio M. De Francesco
2022-07-25
btrfs: zlib: replace kmap() with kmap_local_page() in zlib_compress_pages()
Fabio M. De Francesco
2021-10-29
Revert "btrfs: compression: drop kmap/kunmap from zlib"
David Sterba
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
2021-08-23
btrfs: compression: drop kmap/kunmap from zlib
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
2020-01-31
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
[next]