diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-15 02:22:07 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2024-05-15 02:22:07 +0200 |
commit | 47e9bff7fc042b28eb4cf375f0cf249ab708fdfa (patch) | |
tree | f789b7d2c2601d7f659f30ca9df2fb5d578b7b81 /fs/btrfs/locking.c | |
parent | Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
parent | erofs: Zstandard compression support (diff) | |
download | linux-47e9bff7fc042b28eb4cf375f0cf249ab708fdfa.tar.xz linux-47e9bff7fc042b28eb4cf375f0cf249ab708fdfa.zip |
Merge tag 'erofs-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull erofs updates from Gao Xiang:
"The LZ4 global buffer count is now configurable instead of the
previous per-CPU buffers, which is useful for bare metals with
hundreds of CPUs. A reserved buffer pool for LZ4 decompression can
also be enabled to minimize the tail allocation latencies under the
low memory scenarios with heavy memory pressure.
In addition, Zstandard algorithm is now supported as an alternative
since it has been requested by users for a while.
There are some random cleanups as usual.
Summary:
- Make LZ4 global buffers configurable instead of per-CPU buffers
- Add a reserved buffer pool for LZ4 decompression for lower latencies
- Support Zstandard compression algorithm as an alternative
- Derive fsid from on-disk UUID for .statfs() if possible
- Minor cleanups"
* tag 'erofs-for-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs:
erofs: Zstandard compression support
erofs: clean up z_erofs_load_full_lcluster()
erofs: derive fsid from on-disk UUID for .statfs() if possible
erofs: add a reserved buffer pool for lz4 decompression
erofs: do not use pagepool in z_erofs_gbuf_growsize()
erofs: rename per-CPU buffers to global buffer pool and make it configurable
erofs: rename utils.c to zutil.c
Diffstat (limited to 'fs/btrfs/locking.c')
0 files changed, 0 insertions, 0 deletions