[GIT PULL] erofs updates for 6.14-rc1
Gao Xiang
xiang at kernel.org
Sun Jan 26 02:54:31 AEDT 2025
Hi Linus,
Could you consider this pull request for 6.14-rc1?
Still no outstanding feature for this cycle, as some ongoing
improvements remain premature for now.
It includes a micro-optimization for the superblock checksum, along
with minor bugfixes and code cleanups, as usual.
All commits have been in -next for a while and no potential merge
conflict is observed.
Thanks,
Gao Xiang
The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:
Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-6.14-rc1
for you to fetch changes up to 8f9530aeeb4f756bdfa70510b40e5d28ea3c742e:
erofs: refine z_erofs_get_extent_compressedlen() (2025-01-23 17:12:11 +0800)
----------------------------------------------------------------
Changes since last update:
- Micro-optimize superblock checksum;
- Avoid overly large bvecs[] for file-backed mounts;
- Some leftover folio conversion in z_erofs_bind_cache();
- Minor bugfixes and cleanups.
----------------------------------------------------------------
Chen Linxuan (2):
erofs: return SHRINK_EMPTY if no objects to free
erofs: remove dead code in erofs_fc_parse_param
Ethan Carter Edwards (1):
fs: erofs: xattr.c change kzalloc to kcalloc
Gao Xiang (8):
erofs: micro-optimize superblock checksum
erofs: shorten bvecs[] for file-backed mounts
erofs: fix potential return value overflow of z_erofs_shrink_scan()
erofs: simplify z_erofs_load_compact_lcluster()
erofs: get rid of `z_erofs_next_pcluster_t`
erofs: tidy up zdata.c
erofs: convert z_erofs_bind_cache() to folios
erofs: refine z_erofs_get_extent_compressedlen()
fs/erofs/compress.h | 23 +----
fs/erofs/erofs_fs.h | 3 +-
fs/erofs/fileio.c | 4 +-
fs/erofs/super.c | 32 +++----
fs/erofs/xattr.c | 2 +-
fs/erofs/zdata.c | 243 ++++++++++++++++++++--------------------------------
fs/erofs/zmap.c | 125 +++++++++++----------------
fs/erofs/zutil.c | 2 +-
8 files changed, 162 insertions(+), 272 deletions(-)
More information about the Linux-erofs
mailing list