v3:
- patch 3: rename to erofs_read_metadata_bdi() and
  erofs_read_metadata_nid()

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-jeffl...@linux.alibaba.com/
v2: 
https://lore.kernel.org/all/20230816034941.126866-1-jeffl...@linux.alibaba.com/


Jingbo Xu (3):
  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              | 140 +++++++++++++++++++++++++++++++++------
 mkfs/Makefile.am         |   3 +-
 6 files changed, 230 insertions(+), 21 deletions(-)

-- 
2.19.1.6.gb485710b

Reply via email to