asterinas/kernel/src/fs
Zhenchen Wang 6eef70a634 Add fsnotify infrastructure for filesystem events
Signed-off-by: Zhenchen Wang <m202372036@hust.edu.cn>
2025-12-01 20:05:18 +08:00
..
cgroupfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +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 Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
exfat Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
ext2 Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
inode_handle Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
notify Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
overlayfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
path Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
pipe Support generating fdinfo for most of the existing FileLikes 2025-11-19 21:09:50 +08:00
procfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
ramfs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +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 Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +08:00
device.rs Remove `Char{File,Device}` & `DevtmpfsName` 2025-12-01 00:05:29 +08:00
file_handle.rs Add fsnotify infrastructure for filesystem events 2025-12-01 20:05:18 +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