Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input há 3 anos atrás
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody há 3 anos atrás
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes há 3 anos atrás
  kleines Filmröllchen 4314c25cf2 Kernel: Require lock rank for Spinlock construction há 3 anos atrás
  Kristiyan Stoimenov 9e1bea50ee Kernel/VFS: Check that mount-point is not in use há 3 anos atrás
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible há 3 anos atrás
  Andreas Kling 210689281f Kernel: Protect mounted filesystem list with spinlock instead of mutex há 3 anos atrás
  Daniel Bertalan 182016d7c0 Kernel+LibC+LibCore+UE: Implement `fchmodat(2)` há 3 anos atrás
  circl 63760603f3 Kernel+LibC+LibCore: Add lchown and fchownat functions há 3 anos atrás
  Andreas Kling ac7ce12123 Kernel: Remove the kmalloc_eternal heap :^) há 3 anos atrás
  Martin Bříza f75bab2a25 Kernel: Move symlink recursion limit to .h, increase it to 8 há 3 anos atrás
  Hendiadyoin1 e34eb3e36d Kernel: Remove unused String.h includes há 3 anos atrás
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr há 3 anos atrás
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> há 3 anos atrás
  Ben Wiederhake 88ca12f037 Kernel: Enable early-returns from VFS::for_each_mount há 3 anos atrás
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription há 3 anos atrás
  Andreas Kling 71187d865e Kernel: Tidy up VirtualFileSystem::mount_root() a little bit há 3 anos atrás
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access há 3 anos atrás
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's há 4 anos atrás
  Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T> há 4 anos atrás
  Andreas Kling 29a58459ab Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts há 4 anos atrás
  Andreas Kling dcb015fa7e Kernel: Move VFS-internal O_FOO definitions to VirtualFileSystem.h há 4 anos atrás
  Andreas Kling 44da58c0b2 Kernel: Move UnveilNode.h into Kernel/FileSystem/ há 4 anos atrás
  Andreas Kling cee9528168 Kernel: Rename Lock to Mutex há 4 anos atrás
  Andreas Kling 98080497d2 Kernel: Use Forward.h headers more há 4 anos atrás
  Andreas Kling 4238e2e9be Kernel: Only allow looking up Mounts by InodeIdentifier há 4 anos atrás
  Andreas Kling 6a27de2d94 Kernel: Make VirtualFileSystem::Mount a top-level class há 4 anos atrás
  Andreas Kling 07c4c89297 Kernel: Make VirtualFileSystem::sync() static há 4 anos atrás