index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zstd.c
Age
Commit message (
Expand
)
Author
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
2019-11-18
btrfs: compression: inline cleanup_workspace_manager
David Sterba
2019-11-18
btrfs: compression: inline init_workspace_manager
David Sterba
2019-11-18
btrfs: compression: attach workspace manager to the ops
David Sterba
2019-11-18
btrfs: switch compression callbacks to direct calls
David Sterba
2019-11-18
btrfs: export compression and decompression callbacks
David Sterba
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
2019-09-09
btrfs: compression: replace set_level callbacks by a common helper
David Sterba
2019-09-09
btrfs: define compression levels statically
David Sterba
2019-05-28
btrfs: correct zstd workspace manager lock to use spin_lock_bh()
Dennis Zhou
2019-04-29
btrfs: zstd: remove indirect calls for local functions
Dennis Zhou
2019-02-27
btrfs: zstd: ensure reclaim timer is properly cleaned up
Dennis Zhou
2019-02-25
btrfs: add zstd compression level support
Dennis Zhou
2019-02-25
btrfs: make zstd memory requirements monotonic
Dennis Zhou
2019-02-25
btrfs: zstd use the passed through level instead of default
Dennis Zhou
2019-02-25
btrfs: change set_level() to bound the level passed in
Dennis Zhou
2019-02-25
btrfs: plumb level through the compression interface
Dennis Zhou
2019-02-25
btrfs: move to function pointers for get/put workspaces
Dennis Zhou
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-01-22
btrfs: move some zstd work data from stack to workspace
David Sterba
2017-11-01
btrfs: allow to set compression level for zlib
David Sterba
[next]