asterinas/kernel/src/fs
Chen Chengjun 59cd3bd61d Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
..
cgroupfs Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
configfs Minor cleanup 2025-11-13 09:55:53 +08:00
devpts Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
epoll Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
exfat Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
ext2 Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
inode_handle Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
overlayfs Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
path Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
pipe Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
procfs Add fdinfo files to proc filesystem 2025-11-19 21:09:50 +08:00
ramfs Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
sysfs Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
tmpfs `MemfdInode`s should be linked to a tmpfs 2025-11-13 09:55:53 +08:00
utils Fix some behavior about `seek()` 2025-11-19 10:33:51 +08:00
device.rs Use `Box<FileIo>` instead of `Arc<FileIo>` 2025-11-19 10:33:51 +08:00
file_handle.rs Add fdinfo files to proc filesystem 2025-11-19 21:09:50 +08:00
file_table.rs Correct lock usages in procfs 2025-11-06 15:41:13 +08:00
fs_resolver.rs Add `PathOrInode` to support looking up an inode without a `Path` 2025-11-13 09:55:53 +08:00
mod.rs Add `PseudoFs` and `PseudoInode` 2025-11-13 09:55:53 +08:00
pseudofs.rs Add `InodeIo` to simplify `FileIo` and `Inode` 2025-11-19 10:33:51 +08:00
registry.rs Modify the import of modules in kernel to remove dependencies of lib.rs 2025-11-10 10:53:08 +08:00
rootfs.rs Introduce PerMountFlags and support MS_REMOUNT 2025-11-02 21:24:50 +08:00
thread_info.rs Introduce AtomicFileCreationMask 2025-09-24 08:07:25 +08:00