forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
erofs: introduce meta buffer operations
ANBZ: torvalds#228 commit fdf80a4 upstream. In order to support subpage and folio for all uncompressed files, introduce meta buffer descriptors, which can be effectively stored on stack, in place of meta page operations. This converts the uncompressed data path to meta buffers. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Liu Bo <[email protected]> Reviewed-by: Chao Yu <[email protected]> [ Gao Xiang: add anolis dax_read_one_pfn adaption. ] Signed-off-by: Gao Xiang <[email protected]> Acked-by: Joseph Qi <[email protected]>
- Loading branch information
Showing
2 changed files
with
87 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters