Commit History

Autor SHA1 Mensaxe Data
  Andreas Kling 73fdbba59c AK: Rename <AK/AKString.h> to <AK/String.h> %!s(int64=5) %!d(string=hai) anos
  Sergey Bugaev acccf9ccda Kernel: Move device lookup to Device class itself %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 5f6b6c1665 Kernel: Do the umount() by the guest's root inode identifier %!s(int64=6) %!d(string=hai) anos
  Jesse Buhagiar bc22456f89 Kernel: Added unmount ability to VFS %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 0dc05a33c1 Kernel: Remove an unused VFS function declaration %!s(int64=6) %!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 3dac1f8ac5 Kernel: Remove use of [[gnu::pure]]. %!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 550b0b062b AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. %!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 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 00de8b9fc4 FileSystem: Don't create a temporary FileDescriptor every time we stat(). %!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 e6a8133b0c FileSystem: Merge symlink following logic into path resolution. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 709d168807 FileSystem: Get rid of VFS::resolve_path(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 874bffc729 FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8e83aac8a3 FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path(). %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 393851418b FileSystem: Port most of the code over to using custodies. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 4cb87b1753 FileSystem: Add a Custody class that represents a parent/child guardianship. %!s(int64=6) %!d(string=hai) anos
  Robin Burchell 0dc9af5f7e Add clang-format file %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 8b249bd09b Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 13041f894f Kernel: Start using StringView in the VFS class. %!s(int64=6) %!d(string=hai) anos
  Andreas Kling 37ae00a4dd Kernel+Userland: Add the rename() syscall along with a basic /bin/mv. %!s(int64=6) %!d(string=hai) anos