Commit History

Author SHA1 Message Date
  Liav A 478f543899 Kernel/SysFS: Prevent allocation for component name during construction 3 years ago
  Daniel Bertalan 4a81b33c07 Everywhere: Fix -Winconsistent-missing-override warnings from Clang 3 years ago
  Andreas Kling e08d213830 Kernel: Use DistinctNumeric for filesystem ID's 3 years ago
  Andrew Kaster 65edc62c02 Kernel: Resolve clang-tidy readability-make-member-function-const 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 years ago
  Liav A f8489da8ee Kernel/SysFS: Provide a way to "truncate" and "set" mtime on inodes 3 years ago
  Liav A f5de4f24b2 Kernel/Devices: Defer creation of SysFS component after the constructor 3 years ago
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 3 years ago
  Liav A 6a9c717a30 Kernel: Expose device presence in /sys/dev/char and /sys/dev/block 4 years ago
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 years ago
  Andreas Kling 47bfbe343b Kernel: Tidy up SysFS construction 3 years ago
  Liav A e490c17bde Kernel/SysFS: Ensure data stability when reading from Inodes 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 d298de5e09 Kernel/SysFS: Remove redundant SysFS& member from SysFSInode 4 years ago
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& 4 years ago
  Andreas Kling b975a74a1d Kernel/USB: Move USB bus information from /proc to /sys 4 years ago
  Andreas Kling 2da0581fd2 Kernel: Replace "folder" => "directory" everywhere 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 cee9528168 Kernel: Rename Lock to Mutex 4 years ago
  Andreas Kling a803c4026c Kernel: Make FileSystem::class_name() return a StringView 4 years ago
  Andreas Kling 805319ed30 Kernel: Replace "Folder" => "Directory" everywhere 4 years ago
  Andreas Kling a9decf5aa6 Kernel: Remove all friend declarations from SysFSComponentRegistry 4 years ago
  Andreas Kling d40ea1a0a8 Kernel: Move SystemExposed.* => FileSystem/SysFSComponent.* 4 years ago
  Andreas Kling 807aadbe6e Kernel: Remove some dead code and unused includes in SysFS files 4 years ago