ladybird/Kernel/FileSystem/ProcFS
sin-ack 3b03077abb Kernel: Update the ".." inode for directories after a rename
Because the ".." entry in a directory is a separate inode, if a
directory is renamed to a new location, then we should update this entry
the point to the new parent directory as well.

Co-authored-by: Liav A <liavalb@gmail.com>
2022-11-25 17:33:05 +01:00
..
ComponentRegistry.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
DirectoryInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
DirectoryInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
FileSystem.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
GlobalInode.cpp Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
GlobalInode.h Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2022-11-24 16:56:27 +01:00
Inode.cpp Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
Inode.h Kernel: Update the ".." inode for directories after a rename 2022-11-25 17:33:05 +01:00
LinkInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
LinkInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessAssociatedInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessAssociatedInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessDirectoryInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessDirectoryInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessPropertyInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessPropertyInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessSubDirectoryInode.cpp Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00
ProcessSubDirectoryInode.h Kernel: Split the ProcFS core file into smaller components 2022-11-08 02:54:48 -07:00