Skip to content

Commit

Permalink
[EROFS] Introduce prefetch feature
Browse files Browse the repository at this point in the history
To support dynamic prefetching, EROFS provides the following
interfaces:
	- ErofsFileSystem:
		- open
		- stat
		- opendir
	- ErofsFile:
		- fstat
		- fiemap
	- ErofsDir:
		- get
		- next
		- closedir
		- rewinddir
		- seekdir
		- telldir

Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
  • Loading branch information
salvete committed Aug 15, 2024
1 parent e57dec9 commit 21893e5
Show file tree
Hide file tree
Showing 6 changed files with 587 additions and 1 deletion.
Loading

0 comments on commit 21893e5

Please sign in to comment.