Merge tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs
Pull more erofs updates from Gao Xiang: "The main ones are metadata API conversion to byte offsets by Al Viro. Another patch gets rid of unnecessary memory allocation out of DEFLATE decompressor. The remaining one is a trivial cleanup. - Convert metadata APIs to byte offsets - Avoid allocating DEFLATE streams unnecessarily - Some erofs_show_options() cleanup" * tag 'erofs-for-6.10-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs: erofs: avoid allocating DEFLATE streams before mounting z_erofs_pcluster_begin(): don't bother with rounding position down erofs: don't round offset down for erofs_read_metabuf() erofs: don't align offset for erofs_read_metabuf() (simple cases) erofs: mechanically convert erofs_read_metabuf() to offsets erofs: clean up erofs_show_options()
No related branches found
No related tags found
Showing
- fs/erofs/data.c 7 additions, 8 deletionsfs/erofs/data.c
- fs/erofs/decompressor_deflate.c 29 additions, 26 deletionsfs/erofs/decompressor_deflate.c
- fs/erofs/fscache.c 3 additions, 9 deletionsfs/erofs/fscache.c
- fs/erofs/inode.c 2 additions, 2 deletionsfs/erofs/inode.c
- fs/erofs/internal.h 1 addition, 4 deletionsfs/erofs/internal.h
- fs/erofs/super.c 11 additions, 25 deletionsfs/erofs/super.c
- fs/erofs/zdata.c 1 addition, 1 deletionfs/erofs/zdata.c
- fs/erofs/zmap.c 11 additions, 13 deletionsfs/erofs/zmap.c
Loading
Please register or sign in to comment