Historie revizí

Autor SHA1 Zpráva Datum
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual před 3 roky
  Liav A 4f4717e351 Kernel/FileSystem: Mark ext2 inode block list non-const před 3 roky
  Liav A 843bd43c5b Kernel/FileSystem: Mark ext2 inode lookup cache non-const před 3 roky
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically před 3 roky
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes před 3 roky
  Linus Groh 8150d71821 Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' před 3 roky
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall před 3 roky
  Idan Horowitz 086969277e Everywhere: Run clang-format před 3 roky
  David Briggs cf45370c47 Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write před 3 roky
  Idan Horowitz 77a81f5eed Kernel: Use KString instead of String in Ext2FSInode's lookup cache před 3 roky
  Andreas Kling a4b3bf1d63 Kernel: Remove empty Ext2FSInode::one_ref_left() před 3 roky
  Brian Gianforcaro 0348d9afbe Kernel: Always initialize ext2_inode and ext_super_block structs před 3 roky
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value před 3 roky
  Andreas Kling f86ee71f65 Kernel/Ext2FS: Propagate errors from block list computation functions před 3 roky
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr před 3 roky
  Ben Wiederhake bf7a2ff941 AK+Kernel: Make BitmapView read-only před 3 roky
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> před 3 roky
  Andreas Kling fe98cb2c4b Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more před 3 roky
  Andreas Kling 98b865fe10 Kernel: Make Ext2FS::write_ext2_inode() return KResult před 3 roky
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult před 3 roky
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription před 3 roky
  Andreas Kling 36725228fa Kernel: Tidy up Ext2FS construction a bit před 3 roky
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> před 3 roky
  Andreas Kling 4cbe348a0f Kernel/Ext2FS: Avoid temporary String allocation during inode creation před 4 roky
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's před 4 roky
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult před 4 roky
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> před 4 roky
  Brian Gianforcaro 15cd5d324c Kernel: Handle OOM from KBuffer usage in Ext2FS::get_bitmap_block() před 4 roky
  Andreas Kling 1f18558ee2 Kernel: Make FileSystem::root_inode() return a plain Inode& před 4 roky
  Andreas Kling 58c6d30f6a Kernel/Ext2FS: Cache the root inode in a member variable před 4 roky