lkml.org 
[lkml]   [2022]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] erofs updates for 5.20-rc1
Hi Linus,

Could you consider this pull request for 5.20-rc1?

First of all, we'd like to add Yue Hu and Jeffle Xu as two new
reviewers. Thank them for spending time working on EROFS!

There is no major feature outstanding in this cycle, mainly a patchset
I worked on to prepare for rolling hash deduplication and folios for
compressed data as the next big features. It kills the unneeded
PG_error flag dependency as well.

Apart from that, there are bugfixes and cleanups as always. Details are
listed below.

All commits have been in -next for a while and no potential merge
conflict is observed.

Thanks,
Gao Xiang

The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:

Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git tags/erofs-for-5.20-rc1

for you to fetch changes up to ecce9212d0fd7a2d4a4998f0c4623a66887e14c8:

erofs: update ctx->pos for every emitted dirent (2022-07-31 22:26:29 +0800)

----------------------------------------------------------------
Changes since last update:

- Add Yue Hu and Jeffle Xu as reviewers;

- Add the missing wake_up when updating lzma streams;

- Avoid consecutive detection for Highmem memory;

- Prepare for multi-reference pclusters and get rid of PG_error;

- Fix ctx->pos update for NFS export;

- minor cleanups.

----------------------------------------------------------------
Gao Xiang (19):
erofs: avoid consecutive detection for Highmem memory
erofs: get rid of unneeded `inode', `map' and `sb'
erofs: clean up z_erofs_collector_begin()
erofs: introduce `z_erofs_parse_out_bvecs()'
erofs: introduce bufvec to store decompressed buffers
erofs: drop the old pagevec approach
erofs: introduce `z_erofs_parse_in_bvecs'
erofs: switch compressed_pages[] to bufvec
erofs: rework online page handling
erofs: get rid of `enum z_erofs_page_type'
erofs: clean up `enum z_erofs_collectmode'
erofs: get rid of `z_pagemap_global'
erofs: introduce struct z_erofs_decompress_backend
erofs: try to leave (de)compressed_pages on stack if possible
erofs: introduce z_erofs_do_decompressed_bvec()
erofs: record the longest decompressed size in this round
erofs: introduce multi-reference pclusters (fully-referenced)
erofs: get rid of erofs_prepare_dio() helper
erofs: get rid of the leftover PAGE_SIZE in dir.c

Hongnan Li (1):
erofs: update ctx->pos for every emitted dirent

Jeffle Xu (1):
MAINTAINERS: erofs: add myself as reviewer

Yue Hu (1):
MAINTAINERS: erofs: add myself as reviewer

Yuwen Chen (1):
erofs: wake up all waiters after z_erofs_lzma_head ready

MAINTAINERS | 2 +
fs/erofs/compress.h | 2 +-
fs/erofs/data.c | 39 +--
fs/erofs/decompressor.c | 18 +-
fs/erofs/decompressor_lzma.c | 1 +
fs/erofs/dir.c | 20 +-
fs/erofs/zdata.c | 797 ++++++++++++++++++++++++-------------------
fs/erofs/zdata.h | 119 +++----
fs/erofs/zpvec.h | 159 ---------
9 files changed, 533 insertions(+), 624 deletions(-)
delete mode 100644 fs/erofs/zpvec.h

\
 
 \ /
  Last update: 2022-08-01 00:34    [W:0.038 / U:0.356 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site