ladybird/VirtualFileSystem
Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup().
Getting the absolute path of an ext2fs inode now uses the lookup cache
which makes it a lot faster.
2018-11-15 17:04:55 +01:00
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
CharacterDevice.cpp Rename: 2018-11-15 14:43:10 +01:00
CharacterDevice.h Rename FileHandle to FileDescriptor. 2018-11-07 11:37:54 +01:00
DiskBackedFileSystem.cpp Add an inode metadata cache to the ext2fs implementation. 2018-10-29 23:45:34 +01:00
DiskBackedFileSystem.h Add an inode metadata cache to the ext2fs implementation. 2018-10-29 23:45:34 +01:00
DiskDevice.cpp Fix broken SpinLock. 2018-10-29 22:04:26 +01:00
DiskDevice.h More VFS cleanup. 2018-11-15 16:04:25 +01:00
ext2_fs.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ext2_types.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Ext2FileSystem.cpp Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
Ext2FileSystem.h Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
FileBackedDiskDevice.cpp More VFS cleanup. 2018-11-15 16:04:25 +01:00
FileBackedDiskDevice.h More VFS cleanup. 2018-11-15 16:04:25 +01:00
FileDescriptor.cpp More VFS cleanup. 2018-11-15 16:04:25 +01:00
FileDescriptor.h Rename: 2018-11-15 14:43:10 +01:00
FileSystem.cpp Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
FileSystem.h Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
FullDevice.cpp Implement sending signals to blocked-in-kernel processes. 2018-11-07 21:19:47 +01:00
FullDevice.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
InodeIdentifier.cpp Greatly improve /proc/PID/stack by tracing the ebp frame chain. 2018-10-27 00:14:24 +02:00
InodeIdentifier.h A pass of style/naming cleanup in VFS. 2018-11-15 15:10:30 +01:00
InodeMetadata.h Add some basic setgroups(), getgroups() and initgroups(). 2018-11-07 01:38:51 +01:00
Limits.h Import very modest Userland. 2018-10-22 14:06:22 +02:00
Makefile Fix some broken stuff in VFS test environment. 2018-11-07 15:51:39 +01:00
NullDevice.cpp Start working on virtual consoles/TTYs. 2018-10-30 13:59:29 +01:00
NullDevice.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
RandomDevice.cpp Start working on virtual consoles/TTYs. 2018-10-30 13:59:29 +01:00
RandomDevice.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00
small.fs Lots of hacking: 2018-10-23 10:12:50 +02:00
SyntheticFileSystem.cpp Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
SyntheticFileSystem.h Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
sys-errno.h Add basic symlink support. 2018-10-28 14:11:51 +01:00
test.cpp A pass of style/naming cleanup in VFS. 2018-11-15 15:10:30 +01:00
UnixTypes.h Add close-on-exec flag for file descriptors. 2018-11-13 01:36:31 +01:00
VirtualFileSystem.cpp Add CoreInode::reverse_lookup(). 2018-11-15 17:04:55 +01:00
VirtualFileSystem.h More VFS cleanup. 2018-11-15 16:04:25 +01:00
ZeroDevice.cpp Start working on virtual consoles/TTYs. 2018-10-30 13:59:29 +01:00
ZeroDevice.h Add a kmalloc_eternal() for things that will never be destroyed. 2018-10-31 23:19:15 +01:00