Historique des commits

Auteur SHA1 Message Date
  Liav A fea3cb5ff9 Kernel/FileSystem: Discard safely filesystems when unmounted last time il y a 2 ans
  Liav A 0fd7b688af Kernel: Introduce support for using FileSystem object in multiple mounts il y a 2 ans
  Tim Schumacher 3b3af58cf6 Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name 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
  Idan Horowitz 2065a73727 Kernel: Use u64 instead of size_t for BlockBasedFileSystem::read_block il y a 3 ans
  Idan Horowitz 0b2e93cf43 Kernel: Use u64 instead of size_t for BlockBasedFileSystem::write_block il y a 3 ans
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr il y a 3 ans
  Idan Horowitz f39e9b19c6 Kernel: Make DiskCache::ensure OOM-fallible using ErrorOr 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 a7b70c62d7 Kernel: Fix broken disk cache behavior with O_DIRECT il y a 3 ans
  Andreas Kling 065f79990e Kernel: Rename DiskCache::get() to ensure() il y a 3 ans
  Andreas Kling 01823746e3 Kernel: Remove redundant disk cache dirty flag in BlockBasedFileSystem il y a 3 ans
  Andreas Kling 16850423cf Kernel: Fix deadlock caused by page faults while holding disk cache lock il y a 3 ans
  Andreas Kling 79fa9765ca Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T> il y a 3 ans
  Ali Mohammad Pur 5a0cdb15b0 AK+Everywhere: Reduce the number of template parameters of IntrusiveList 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 5516592748 Kernel: Use TRY() in BlockBasedFileSystem il y a 3 ans
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult il y a 3 ans
  Andreas Kling 552dd7abd3 Kernel: Port BlockBasedFileSystem to ProtectedValue :^) il y a 3 ans
  Brian Gianforcaro a6db2f985a Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling a7d193951f Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O il y a 4 ans
  Andreas Kling abf0249f35 Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem il y a 4 ans
  Andreas Kling 79552c91d5 Kernel: Rename BlockBasedFS => BlockBasedFileSystem il y a 4 ans
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem il y a 4 ans
  Jean-Baptiste Boric fdb5367da1 Kernel: Promote various integers to 64 bits in storage layer il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans