Revīziju vēsture

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