Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data() %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev 3652bec746 Kernel: Make proper use of the new keep_empty argument %!s(int64=5) %!d(string=hai) anos
  Rok Povsic eb9ccf1c0a FileSystem: Add FIXME about resolve_path bug %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself %!s(int64=5) %!d(string=hai) anos
  Andreas Kling 5f6b6c1665 Kernel: Do the umount() by the guest's root inode identifier %!s(int64=5) %!d(string=hai) anos
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS %!s(int64=5) %!d(string=hai) anos
  Andreas Kling a6fb055028 Kernel: Generalize VFS metadata lookup and use it in mount() and stat() %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 31de5dee26 Kernel: Some improvements to the mount syscall %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 394168c0ca Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 75a24c3a1f Kernel: More use of NonnullRefPtrVector in the kernel. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 27203369b4 Kernel: Fix not returning errors for the last path item. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 1a697f70db AK: Add more StringView utilities for making substrings. %!s(int64=6) %!d(string=hai) anos
  Sergey Bugaev 629501049f Kernel: Fix resolving symlinks in the middle of a path. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 487909dd7b FileSystem: Don't perform path resolution twice for open() with O_CREAT. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 891d4c4834 Kernel: Qualify a bunch of #include statements. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling a53c922f8a FileSystem: Rename VFS::fchmod() -> chmod(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling e67bfdb7f6 FileSystem: Route chown() and fchown() through VFS for access control. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling aa35c08633 FileSystem: Only retrieve inode metadata once in VFS::chown(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 00de8b9fc4 FileSystem: Don't create a temporary FileDescriptor every time we stat(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 9ac95d1867 FileSystem: Pass mode_t to Inode::add_child(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling fdf3608c8a Update Badge<T> instantiations to simply be {}. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling fa6446fc0d FileSystem: VFS should require Badge<Device> for device registration. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling a1fdda3e20 FileSystem: Don't expose VFS::root_inode(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 056a7fea08 FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8adadf8a46 FileSystem: Reuse existing custodies when possible, and keep them updated. %!s(int64=6) %!d(string=hai) anos