index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
zstd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
btrfs: zstd: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-20
/
+13
2022-05-16
btrfs: use non-bh spin_lock in zstd timer callback
Schspa Shi
1
-5
/
+9
2021-11-08
lib: zstd: Add kernel-specific API
Nick Terrell
1
-34
/
+34
2021-10-29
Revert "btrfs: compression: drop kmap/kunmap from zstd"
David Sterba
1
-9
/
+18
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
1
-4
/
+2
2021-08-23
btrfs: compression: drop kmap/kunmap from zstd
David Sterba
1
-18
/
+9
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
1
-3
/
+3
2021-05-05
btrfs: use memzero_page() instead of open coded kmap pattern
Ira Weiny
1
-4
/
+1
2021-02-26
btrfs: use memcpy_[to|from]_page() and kmap_local_page()
Ira Weiny
1
-4
/
+2
2019-11-18
btrfs: compression: inline free_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: inline alloc_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: inline put_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: inline get_workspace
David Sterba
1
-1
/
+0
2019-11-18
btrfs: compression: export alloc/free/get/put callbacks of all algos
David Sterba
1
-7
/
+6
2019-11-18
btrfs: compression: inline cleanup_workspace_manager
David Sterba
1
-2
/
+1
2019-11-18
btrfs: compression: inline init_workspace_manager
David Sterba
1
-2
/
+1
2019-11-18
btrfs: compression: attach workspace manager to the ops
David Sterba
1
-0
/
+2
2019-11-18
btrfs: switch compression callbacks to direct calls
David Sterba
1
-3
/
+0
2019-11-18
btrfs: export compression and decompression callbacks
David Sterba
1
-12
/
+7
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
1
-0
/
+1
2019-09-09
btrfs: compression: replace set_level callbacks by a common helper
David Sterba
1
-9
/
+0
2019-09-09
btrfs: define compression levels statically
David Sterba
1
-0
/
+2
2019-05-28
btrfs: correct zstd workspace manager lock to use spin_lock_bh()
Dennis Zhou
1
-10
/
+10
2019-04-29
btrfs: zstd: remove indirect calls for local functions
Dennis Zhou
1
-4
/
+7
2019-02-27
btrfs: zstd: ensure reclaim timer is properly cleaned up
Dennis Zhou
1
-2
/
+4
2019-02-25
btrfs: add zstd compression level support
Dennis Zhou
1
-8
/
+240
2019-02-25
btrfs: make zstd memory requirements monotonic
Dennis Zhou
1
-5
/
+33
2019-02-25
btrfs: zstd use the passed through level instead of default
Dennis Zhou
1
-6
/
+13
2019-02-25
btrfs: change set_level() to bound the level passed in
Dennis Zhou
1
-1
/
+2
2019-02-25
btrfs: plumb level through the compression interface
Dennis Zhou
1
-3
/
+3
2019-02-25
btrfs: move to function pointers for get/put workspaces
Dennis Zhou
1
-0
/
+26
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
1
-8
/
+2
2018-01-22
btrfs: move some zstd work data from stack to workspace
David Sterba
1
-65
/
+67
2017-11-01
btrfs: allow to set compression level for zlib
David Sterba
1
-0
/
+5
2017-08-15
btrfs: Add zstd support
Nick Terrell
1
-0
/
+432