Commit History

Author SHA1 Message Date
  Brian Gianforcaro 0678ac265c Kernel: Pass InodeMetadata by reference in TmpFSInode::create 3 years ago
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 years ago
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 4 years ago
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> 4 years ago
  Andreas Kling 7791f7b9e6 Kernel/TmpFS: Remove some unnecessary includes 4 years ago
  Andreas Kling 61e17ed590 Kernel/TmpFS: Use IntrusiveList and KString for OOM safety 4 years ago
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 years ago
  Andreas Kling b8d6c3722d Kernel: Remove Inode::directory_entry_count() 4 years ago
  Andreas Kling 6766efff9c Kernel: Make Inode::create_child() take the name as a StringView 4 years ago
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView 4 years ago
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem 4 years ago
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t 4 years ago
  Brian Gianforcaro 23c021912e Kernel: Move TmpFS towards OOM safety 4 years ago
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> 4 years ago
  Andreas Kling cd9be1733c Kernel: Make Inode::set_{a,c,m}time return KResult 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type 4 years ago
  Andreas Kling bcd2844439 TmpFS: Use fallible KBuffer API 4 years ago
  Tom c8d9f1b9c9 Kernel: Make copy_to/from_user safe and remove unnecessary checks 4 years ago
  Andreas Kling 108263314a TmpFS: Stop using FS::DirectoryEntry in TmpFSInode 5 years ago
  Andreas Kling eeaba41d13 Kernel: Add DirectoryEntryView for VFS directory traversal 5 years ago
  Brian Gianforcaro e8c9b5e870 Kernel: Make Inode::directory_entry_count errors observable. 5 years ago
  Sergey Bugaev 6efbbcd4ba Kernel: Port mounts to reference inodes directly 5 years ago
  Sergey Bugaev df66c28479 Kernel: Deemphasize inode identifiers 5 years ago
  Brian Gianforcaro 6a74af8063 Kernel: Plumb KResult through FileDescription::read_entire_file() implementation. 5 years ago
  Andreas Kling e28809a996 Kernel: Add forward declaration header 5 years ago
  Andreas Kling a356e48150 Kernel: Move all code into the Kernel namespace 5 years ago
  Andreas Kling 7291370478 Kernel: Make File::truncate() take a u64 5 years ago
  Andreas Kling 42d41fdf94 Kernel: Simplify FS::create_inode() a little bit 5 years ago
  Andreas Kling 8731682d0e Kernel: Simplify FS::create_directory() a little bit 5 years ago