Historique des commits

Auteur SHA1 Message Date
  Andreas Kling a53c922f8a FileSystem: Rename VFS::fchmod() -> chmod(). il y a 6 ans
  Andreas Kling e67bfdb7f6 FileSystem: Route chown() and fchown() through VFS for access control. il y a 6 ans
  Andreas Kling 00de8b9fc4 FileSystem: Don't create a temporary FileDescriptor every time we stat(). il y a 6 ans
  Andreas Kling fa6446fc0d FileSystem: VFS should require Badge<Device> for device registration. il y a 6 ans
  Andreas Kling a1fdda3e20 FileSystem: Don't expose VFS::root_inode(). il y a 6 ans
  Andreas Kling 056a7fea08 FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path(). il y a 6 ans
  Andreas Kling e6a8133b0c FileSystem: Merge symlink following logic into path resolution. il y a 6 ans
  Andreas Kling 709d168807 FileSystem: Get rid of VFS::resolve_path(). il y a 6 ans
  Andreas Kling 874bffc729 FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies. il y a 6 ans
  Andreas Kling 8e83aac8a3 FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path(). il y a 6 ans
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. il y a 6 ans
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. il y a 6 ans
  Robin Burchell 0dc9af5f7e Add clang-format file il y a 6 ans
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. il y a 6 ans
  Andreas Kling 13041f894f Kernel: Start using StringView in the VFS class. il y a 6 ans
  Andreas Kling 37ae00a4dd Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. il y a 6 ans
  Andreas Kling 58c4d41c5f Kernel: Remove Limits.h il y a 6 ans
  Andreas Kling f9864940eb Kernel: Move FS-related files into Kernel/FileSystem/ il y a 6 ans