[PATCH 0/3] erofs-utils: support long xattr name prefixes for erofsfuse

Jingbo Xu jefflexu at linux.alibaba.com
Tue Aug 15 19:15:18 AEST 2023


The first two are preparing for patch 3, which implements the support
for long xattr name prefixes for erofsfuse.

Patch 3 is basically synced from kernel commits:
	erofs: add helpers to load long xattr name prefixes
	erofs: handle long xattr name prefixes properly
	erofs: enable long extended attribute name prefixes


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

 include/erofs/internal.h |   6 ++
 include/erofs/xattr.h    |   2 +
 lib/super.c              |  14 +++-
 lib/xattr.c              | 171 ++++++++++++++++++++++++++++++++++-----
 mkfs/Makefile.am         |   3 +-
 5 files changed, 173 insertions(+), 23 deletions(-)

-- 
2.19.1.6.gb485710b



More information about the Linux-erofs mailing list