linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] erofs-utils: support read special file and compressed file for fuse framework
@ 2020-10-15 13:37 Huang Jianan
  2020-10-15 14:51 ` Gao Xiang via Linux-erofs
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Jianan @ 2020-10-15 13:37 UTC (permalink / raw)
  To: linux-erofs; +Cc: guoweichao, zhangshiming

Fix some bugs in directory tree parsing.
Support read special file and compressed file now.

Huang Jianan (5):
  erofs-utils: fix the conflict with the master branch
  erofs-utils: fix the wrong name length of tail file in the directory
  erofs-utils: fix the wrong address of inline dir content.
  erofs-utils: support read special file
  erofs-utils: support read compressed file

 fuse/Makefile.am         |   7 +-
 fuse/decompress.c        |  86 ++++++++
 fuse/decompress.h        |  38 ++++
 fuse/dentry.h            |   5 +-
 fuse/getattr.c           |   1 +
 fuse/init.c              |  26 ++-
 fuse/init.h              |   2 +
 fuse/main.c              |   1 +
 fuse/namei.c             |  50 +++--
 fuse/read.c              | 103 +++++++++-
 fuse/read.h              |   1 +
 fuse/readir.c            |  18 +-
 fuse/zmap.c              | 416 +++++++++++++++++++++++++++++++++++++++
 include/erofs/defs.h     |  13 ++
 include/erofs/internal.h |  50 ++++-
 include/erofs_fs.h       |   4 +
 16 files changed, 781 insertions(+), 40 deletions(-)
 create mode 100644 fuse/decompress.c
 create mode 100644 fuse/decompress.h
 create mode 100644 fuse/zmap.c

--
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] 2+ messages in thread

end of thread, other threads:[~2020-10-15 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15 13:37 [PATCH 0/5] erofs-utils: support read special file and compressed file for fuse framework Huang Jianan
2020-10-15 14:51 ` Gao Xiang via Linux-erofs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).