История коммитов

Автор SHA1 Сообщение Дата
  Idan Horowitz d1d24eaef4 Kernel: Use a StringView for Ext2FSDirectoryEntry::name 3 лет назад
  Andreas Kling a4b3bf1d63 Kernel: Remove empty Ext2FSInode::one_ref_left() 3 лет назад
  Andreas Kling bcc0186bbc Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS 3 лет назад
  Brian Gianforcaro 4b4cf06069 Kernel: Remove temporary Vector from Ext2FS::flush_writes() 3 лет назад
  Brian Gianforcaro 6c66311ade Kernel: Use MUST + Vector::try_empend instead of Vector::empend 3 лет назад
  Brian Gianforcaro 24066ba5ef Kernel: Use MUST + Vector::try_append instead of Vector::append 3 лет назад
  Owen Smith f1eb975a7a Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem 3 лет назад
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX 3 лет назад
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem 3 лет назад
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 лет назад
  Andreas Kling ad5d217e76 Kernel/Ext2FS: Propagate HashMap errors instead of panicking 3 лет назад
  Andreas Kling f86ee71f65 Kernel/Ext2FS: Propagate errors from block list computation functions 3 лет назад
  Andreas Kling 4661ca5f15 Kernel: Propagate Vector append errors in two places in Ext2FS 3 лет назад
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr 3 лет назад
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> 3 лет назад
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> 3 лет назад
  Andreas Kling fe98cb2c4b Kernel: Make Ext2FS::free_inode() return KResult, and use TRY() more 3 лет назад
  Andreas Kling 98b865fe10 Kernel: Make Ext2FS::write_ext2_inode() return KResult 3 лет назад
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult 3 лет назад
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr 3 лет назад
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription 3 лет назад
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset 3 лет назад
  Andreas Kling b083b165a7 Kernel/Ext2FS: Wrap calls to traverse_as_directory() in TRY() 3 лет назад
  Andreas Kling 36725228fa Kernel: Tidy up Ext2FS construction a bit 3 лет назад
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 лет назад
  Andreas Kling caaeae9607 Kernel: Make FileSystem::get_inode() return KResultOr<NRP<Inode>> 3 лет назад
  Andreas Kling 865eb54f75 Kernel/Ext2FS: Use TRY() in the Ext2FS 3 лет назад
  Andreas Kling 9d736772bd Kernel/Ext2FS: Remove a String allocation in debug logging 3 лет назад
  Andreas Kling 4cbe348a0f Kernel/Ext2FS: Avoid temporary String allocation during inode creation 3 лет назад
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's 3 лет назад