Histórico de Commits

Autor SHA1 Mensagem Data
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual há 2 anos atrás
  Liav A 4f4717e351 Kernel/FileSystem: Mark ext2 inode block list non-const há 2 anos atrás
  Liav A 843bd43c5b Kernel/FileSystem: Mark ext2 inode lookup cache non-const há 2 anos atrás
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically há 2 anos atrás
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes há 2 anos atrás
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method há 2 anos atrás
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name há 3 anos atrás
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall há 3 anos atrás
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) há 3 anos atrás
  Idan Horowitz 086969277e Everywhere: Run clang-format há 3 anos atrás
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors há 3 anos atrás
  Idan Horowitz 2e5a9b4fab Kernel: Use HashCompatible HashMap lookups instead of specifying a hash há 3 anos atrás
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr há 3 anos atrás
  David Briggs cf45370c47 Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write há 3 anos atrás
  Idan Horowitz 77a81f5eed Kernel: Use KString instead of String in Ext2FSInode's lookup cache há 3 anos atrás
  Idan Horowitz 215e031bf5 Kenrel: Use a KString for Ext2FSDirectoryEntry::name há 3 anos atrás
  Idan Horowitz 709fe64c1b Revert "Kernel: Use a StringView for Ext2FSDirectoryEntry::name" há 3 anos atrás
  Idan Horowitz d1d24eaef4 Kernel: Use a StringView for Ext2FSDirectoryEntry::name há 3 anos atrás
  Andreas Kling a4b3bf1d63 Kernel: Remove empty Ext2FSInode::one_ref_left() há 3 anos atrás
  Andreas Kling bcc0186bbc Kernel/Ext2FS: Use HashMap::remove_all_matching() in Ext2FS há 3 anos atrás
  Brian Gianforcaro 4b4cf06069 Kernel: Remove temporary Vector from Ext2FS::flush_writes() há 3 anos atrás
  Brian Gianforcaro 6c66311ade Kernel: Use MUST + Vector::try_empend instead of Vector::empend há 3 anos atrás
  Brian Gianforcaro 24066ba5ef Kernel: Use MUST + Vector::try_append instead of Vector::append há 3 anos atrás
  Owen Smith f1eb975a7a Kernel: Replace divide_rounded_up uses with ceil_div in Ext2FileSystem há 3 anos atrás
  sin-ack 69ef211925 Kernel+LibC: Move errno definitions to Kernel/API/POSIX há 3 anos atrás
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem há 3 anos atrás
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value há 3 anos atrás
  Andreas Kling ad5d217e76 Kernel/Ext2FS: Propagate HashMap errors instead of panicking há 3 anos atrás
  Andreas Kling f86ee71f65 Kernel/Ext2FS: Propagate errors from block list computation functions há 3 anos atrás
  Andreas Kling 4661ca5f15 Kernel: Propagate Vector append errors in two places in Ext2FS há 3 anos atrás