Историја ревизија

Аутор SHA1 Порука Датум
  Andreas Kling a6fb055028 Kernel: Generalize VFS metadata lookup and use it in mount() and stat() пре 6 година
  Andreas Kling 31de5dee26 Kernel: Some improvements to the mount syscall пре 6 година
  Andreas Kling 394168c0ca Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector. пре 6 година
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). пре 6 година
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. пре 6 година
  Andreas Kling 75a24c3a1f Kernel: More use of NonnullRefPtrVector in the kernel. пре 6 година
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. пре 6 година
  Sergey Bugaev 27203369b4 Kernel: Fix not returning errors for the last path item. пре 6 година
  Sergey Bugaev 1a697f70db AK: Add more StringView utilities for making substrings. пре 6 година
  Sergey Bugaev 629501049f Kernel: Fix resolving symlinks in the middle of a path. пре 6 година
  Andreas Kling 487909dd7b FileSystem: Don't perform path resolution twice for open() with O_CREAT. пре 6 година
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. пре 6 година
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. пре 6 година
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. пре 6 година
  Andreas Kling a53c922f8a FileSystem: Rename VFS::fchmod() -> chmod(). пре 6 година
  Andreas Kling e67bfdb7f6 FileSystem: Route chown() and fchown() through VFS for access control. пре 6 година
  Andreas Kling aa35c08633 FileSystem: Only retrieve inode metadata once in VFS::chown(). пре 6 година
  Andreas Kling 00de8b9fc4 FileSystem: Don't create a temporary FileDescriptor every time we stat(). пре 6 година
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). пре 6 година
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. пре 6 година
  Andreas Kling fa6446fc0d FileSystem: VFS should require Badge<Device> for device registration. пре 6 година
  Andreas Kling a1fdda3e20 FileSystem: Don't expose VFS::root_inode(). пре 6 година
  Andreas Kling 056a7fea08 FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path(). пре 6 година
  Andreas Kling 8adadf8a46 FileSystem: Reuse existing custodies when possible, and keep them updated. пре 6 година
  Andreas Kling e6a8133b0c FileSystem: Merge symlink following logic into path resolution. пре 6 година
  Andreas Kling 709d168807 FileSystem: Get rid of VFS::resolve_path(). пре 6 година
  Andreas Kling 874bffc729 FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies. пре 6 година
  Andreas Kling 8e83aac8a3 FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path(). пре 6 година
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. пре 6 година
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. пре 6 година