mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Add basic OverlayFS implementation
This commit is contained in:
parent
63831dc2df
commit
914237e9ca
@ -10,6 +10,7 @@ pub mod file_table;
|
|||||||
pub mod fs_resolver;
|
pub mod fs_resolver;
|
||||||
pub mod inode_handle;
|
pub mod inode_handle;
|
||||||
pub mod named_pipe;
|
pub mod named_pipe;
|
||||||
|
pub mod overlayfs;
|
||||||
pub mod path;
|
pub mod path;
|
||||||
pub mod pipe;
|
pub mod pipe;
|
||||||
pub mod procfs;
|
pub mod procfs;
|
||||||
|
1304
kernel/src/fs/overlayfs/fs.rs
Normal file
1304
kernel/src/fs/overlayfs/fs.rs
Normal file
File diff suppressed because it is too large
Load Diff
5
kernel/src/fs/overlayfs/mod.rs
Normal file
5
kernel/src/fs/overlayfs/mod.rs
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// SPDX-License-Identifier: MPL-2.0
|
||||||
|
|
||||||
|
mod fs;
|
||||||
|
|
||||||
|
pub use fs::OverlayFS;
|
Loading…
x
Reference in New Issue
Block a user