All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] erofs-utils: fuse: support get/list xattr
@ 2022-08-03 14:22 Sheng Yong via Linux-erofs
  2022-08-03 14:22 ` [RFC PATCH 1/3] erofs-utils: fuse: set d_type for readdir Sheng Yong via Linux-erofs
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Sheng Yong via Linux-erofs @ 2022-08-03 14:22 UTC (permalink / raw)
  To: xiang, bluce.lee, linux-erofs, chao; +Cc: shengyong

Hi erofs folks,

I tried to make an erofs image based on an existing image. However,
the fuse client does not support xattr operations, so that the new
image cannot inherit xattrs from the old one which is mouted through
fuse.

So this patchset adds xattr support for erofs fuse client. Besides,
readdir is also modified to help mkfs.erofs get the correct file
type.

Sheng Yong (3):
  erofs-utils: fuse: set d_type for readdir
  erofs-utils: fuse: export erofs_xattr_foreach
  erofs-utils: fuse: support get/list xattr

 fsck/main.c           |  85 ++++--------------------
 fuse/main.c           | 140 ++++++++++++++++++++++++++++++++++++++-
 include/erofs/inode.h |   1 +
 include/erofs/xattr.h |  15 ++++-
 lib/inode.c           |  19 ++++++
 lib/xattr.c           | 149 ++++++++++++++++++++++++++++++++++++++++--
 6 files changed, 330 insertions(+), 79 deletions(-)

--
2.25.1

________________________________
OPPO

本电子邮件及其附件含有OPPO公司的保密信息,仅限于邮件指明的收件人使用(包含个人及群组)。禁止任何人在未经授权的情况下以任何形式使用。如果您错收了本邮件,请立即以电子邮件通知发件人并删除本邮件及其附件。

This e-mail and its attachments contain confidential information from OPPO, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient(s) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-08-09  4:27 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-03 14:22 [RFC PATCH 0/3] erofs-utils: fuse: support get/list xattr Sheng Yong via Linux-erofs
2022-08-03 14:22 ` [RFC PATCH 1/3] erofs-utils: fuse: set d_type for readdir Sheng Yong via Linux-erofs
2022-08-03 19:43   ` Gao Xiang
2022-08-04 15:02     ` Gao Xiang
2022-08-04 15:14       ` Sheng Yong via Linux-erofs
2022-08-07  8:08         ` [PATCH v2] " Sheng Yong
2022-08-07 10:26           ` Chao Yu
2022-08-08  1:59             ` Gao Xiang
2022-08-03 14:22 ` [RFC PATCH 2/3] erofs-utils: fuse: export erofs_xattr_foreach Sheng Yong via Linux-erofs
2022-08-03 19:46   ` Gao Xiang
2022-08-09  3:58     ` Gao Xiang
2022-08-09  4:18       ` Sheng Yong via Linux-erofs
2022-08-09  4:27         ` Gao Xiang
2022-08-03 14:22 ` [RFC PATCH 3/3] erofs-utils: fuse: support get/list xattr Sheng Yong via Linux-erofs

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.