asterinas/kernel/src/fs
Ruihan Li 4e76ed5fea Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
..
cgroupfs Implement controller framework for cgroup subsystem 2025-12-03 11:24:36 +08:00
configfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
devpts Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
epoll Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
exfat Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
ext2 Correct the calculation of log_*_size 2025-12-05 15:26:32 +08:00
inode_handle Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
notify Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
overlayfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
path Fix a bug of bind mount 2025-12-03 14:04:45 +08:00
pipe Make ext2 handle fifo and devices correctly 2025-12-04 20:55:01 +08:00
procfs Add `/proc/version` support 2025-12-05 19:29:54 +08:00
ramfs Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
sysfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
tmpfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
utils Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
device.rs Make device Inode behave like pointer 2025-12-04 20:55:01 +08:00
file_handle.rs Migrate to new ioctl infrastructure 2025-12-07 12:01:05 +08:00
file_table.rs Correct lock usages in procfs 2025-11-06 15:41:13 +08:00
fs_resolver.rs Support `execveat` memfd files without `MFD_CLOEXEC` 2025-11-24 12:34:42 +08:00
mod.rs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
pseudofs.rs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +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 Add partition support for block device 2025-11-20 10:43:24 +08:00
thread_info.rs