Commit History

Author SHA1 Message Date
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method 3 years ago
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name 3 years ago
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall 3 years ago
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors 3 years ago
  Idan Horowitz 2e5a9b4fab Kernel: Use HashCompatible HashMap lookups instead of specifying a hash 3 years ago
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 years ago
  David Briggs cf45370c47 Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write 3 years ago
  Idan Horowitz 77a81f5eed Kernel: Use KString instead of String in Ext2FSInode's lookup cache 3 years ago
  Idan Horowitz 215e031bf5 Kenrel: Use a KString for Ext2FSDirectoryEntry::name 3 years ago
  Idan Horowitz 709fe64c1b Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name" 3 years ago
  Idan Horowitz d1d24eaef4 Kernel: Use a StringView for Ext2FSDirectoryEntry::name 3 years ago
  Andreas Kling a4b3bf1d63 Kernel: Remove empty Ext2FSInode::one_ref_left() 3 years ago
  Andreas Kling bcc0186bbc Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS 3 years ago
  Brian Gianforcaro 4b4cf06069 Kernel: Remove temporary Vector from Ext2FS::flush_writes() 3 years ago
  Brian Gianforcaro 6c66311ade Kernel: Use MUST + Vector::try_empend instead of Vector::empend 3 years ago
  Brian Gianforcaro 24066ba5ef Kernel: Use MUST + Vector::try_append instead of Vector::append 3 years ago
  Owen Smith f1eb975a7a Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem 3 years ago
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 years ago
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling ad5d217e76 Kernel/Ext2FS: Propagate HashMap errors instead of panicking 3 years ago
  Andreas Kling f86ee71f65 Kernel/Ext2FS: Propagate errors from block list computation functions 3 years ago
  Andreas Kling 4661ca5f15 Kernel: Propagate Vector append errors in two places in Ext2FS 3 years ago
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 years ago
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 years ago
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 years ago
  Andreas Kling fe98cb2c4b Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more 3 years ago
  Andreas Kling 98b865fe10 Kernel: Make Ext2FS::write_ext2_inode() return KResult 3 years ago