[PATCH v2 0/4] erofs-utils: support long xattr name prefixes

Jingbo Xu jefflexu at linux.alibaba.com
Wed Aug 16 13:49:37 AEST 2023


v2:
- add patch 3 to introduce erofs_read_metadata() helper, so that the
  long xattr name prefixes could also be read from meta inode

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


Jingbo Xu (4):
  erofs-utils: lib: fix potential out-of-bound in xattr_entrylist()
  erofs-utils: lib: add match_base_prefix() helper
  erofs-utils: add erofs_read_metadata() helper
  erofs-utils: support long xattr name prefixes for erofsfuse

 include/erofs/internal.h |   8 +++
 include/erofs/xattr.h    |   2 +
 lib/data.c               |  84 ++++++++++++++++++++++
 lib/super.c              |  14 +++-
 lib/xattr.c              | 147 +++++++++++++++++++++++++++++++++------
 mkfs/Makefile.am         |   3 +-
 6 files changed, 235 insertions(+), 23 deletions(-)

-- 
2.19.1.6.gb485710b



More information about the Linux-erofs mailing list