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 14, 2024
1 parent e57dec9 commit e33fb96
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 2 deletions.
Loading

0 comments on commit e33fb96

Please sign in to comment.