Historique des commits

Auteur SHA1 Message Date
  Liav A fea3cb5ff9 Kernel/FileSystem: Discard safely filesystems when unmounted last time il y a 3 ans
  Liav A 0fd7b688af Kernel: Introduce support for using FileSystem object in multiple mounts il y a 3 ans
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual il y a 3 ans
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically il y a 2 ans
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes il y a 3 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name il y a 3 ans
  Liav A 58acdce41f Kernel/FileSystem: Simplify even more the mount syscall il y a 3 ans
  Idan Horowitz 086969277e Everywhere: Run clang-format il y a 3 ans
  Lenny Maiorani 190cf1507b Kernel: Use default constructors/destructors il y a 3 ans
  David Briggs cf45370c47 Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write il y a 3 ans
  Andreas Kling b66bb11ed1 Kernel: Remove empty ISO9660Inode::one_ref_left() il y a 3 ans
  Hendiadyoin1 4cec16a713 Kernel: Add implied auto-specifiers in FileSystem il y a 3 ans
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value il y a 3 ans
  Andreas Kling 5ce753b74d Kernel: Make Inode::traverse_as_directory() callback return ErrorOr il y a 3 ans
  Andreas Kling 88b6428c25 AK: Make Vector::try_* functions return ErrorOr<void> il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Andreas Kling 6f69d5204f Kernel: Make Inode::flush_metadata() return a KResult il y a 3 ans
  Andreas Kling 899cee8185 Kernel: Make KBuffer::try_create_with_size() return KResultOr il y a 3 ans
  Andreas Kling 4a9c18afb9 Kernel: Rename FileDescription => OpenFileDescription il y a 3 ans
  Andreas Kling b481132418 Kernel: Make UserOrKernelBuffer return KResult from read/write/memset il y a 3 ans
  Andreas Kling 1101994fad Kernel: Wrap ISO9660FS directory traversal in TRY() il y a 3 ans
  Andreas Kling 7a8061ba0c Kernel: Use TRY() in ISO9660FileSystem il y a 3 ans
  sin-ack 566c5d1e99 AK+Kernel: Move KResult.h to Kernel/API for userspace access il y a 3 ans
  Andreas Kling ae197deb6b Kernel: Strongly typed user & group ID's il y a 3 ans
  sin-ack 61c0e3ca92 Kernel: Simplify OOM handling in ISO9660FileSystem il y a 4 ans
  Andreas Kling 5416fa252a Kernel: Add tightly typed ISO9660Inode::fs() overload il y a 4 ans
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult il y a 4 ans
  Andreas Kling ef2720bcad Kernel: Make Inode::lookup() return a KResultOr<NonnullRefPtr<Inode>> il y a 4 ans
  sin-ack 0d468f2282 Kernel: Implement a ISO 9660 filesystem reader :^) il y a 4 ans