[PATCH v2 0/2] erofs-utils: introduce tarerofs

Jingbo Xu jefflexu at linux.alibaba.com
Thu Jul 13 22:00:13 AEST 2023


v2:
- patch 2
  - refactor tarerofs_mkdir() and rename to tarerofs_init_default_dir()
  - check return value of erofs_d_alloc() in tarerofs_get_dentry()
  - recalculate directory's i_nlink in tarerofs_dump_tree(), otherwise
    directory's i_nlink is always 2
  - don't fail in tarerofs_parse_tar() when st_size of symlink file is
    exactly 4096 (same as PATH_MAX)


v1: https://lore.kernel.org/all/20230711061240.23662-1-jefflexu@linux.alibaba.com/

Gao Xiang (1):
  erofs-utils: introduce tarerofs

Jingbo Xu (1):
  erofs-utils: add ERR_CAST macro

 configure.ac              |   1 +
 include/erofs/blobchunk.h |   4 +-
 include/erofs/err.h       |   6 +
 include/erofs/inode.h     |  12 +
 include/erofs/internal.h  |   7 +-
 include/erofs/tar.h       |  29 ++
 include/erofs/xattr.h     |   4 +
 lib/Makefile.am           |   3 +-
 lib/blobchunk.c           |  47 ++-
 lib/inode.c               | 194 ++++++++---
 lib/tar.c                 | 810 ++++++++++++++++++++++++++++++++++++++++++++++
 lib/xattr.c               |  46 ++-
 mkfs/main.c               | 134 +++++---
 13 files changed, 1191 insertions(+), 106 deletions(-)
 create mode 100644 include/erofs/tar.h
 create mode 100644 lib/tar.c

-- 
1.8.3.1



More information about the Linux-erofs mailing list