Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Andreas Kling d30d776ca4 Kernel: Make FileSystem::initialize() return KResult 3 vuotta sitten
  Andreas Kling 552dd7abd3 Kernel: Port BlockBasedFileSystem to ProtectedValue :^) 3 vuotta sitten
  Brian Gianforcaro a6db2f985a Kernel: Handle OOM in DiskCache when mounting Ext2 filesystems 4 vuotta sitten
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker 4 vuotta sitten
  Andreas Kling a7d193951f Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/O 4 vuotta sitten
  Andreas Kling abf0249f35 Kernel: Don't explicitly seek before I/O in BlockBasedFileSystem 4 vuotta sitten
  Andreas Kling 79552c91d5 Kernel: Rename BlockBasedFS => BlockBasedFileSystem 4 vuotta sitten
  Andreas Kling 502bbacea0 Kernel: Rename FileBackedFS => FileBackedFileSystem 4 vuotta sitten
  Jean-Baptiste Boric fdb5367da1 Kernel: Promote various integers to 64 bits in storage layer 4 vuotta sitten
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. 4 vuotta sitten
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 vuotta sitten
  AnotherTest e4412f1f59 AK+Kernel: Make IntrusiveList capable of holding non-raw pointers 4 vuotta sitten
  Andreas Kling d48666489c Kernel: Make FileDescription::seek() return KResultOr<off_t> 4 vuotta sitten
  Jean-Baptiste Boric eea5a5ed5d Kernel: Make block-based file system code 64 bit ready 4 vuotta sitten
  Ben Wiederhake 860a3bbce3 Kernel: Use default con/de-structors 4 vuotta sitten
  Andreas Kling dcc5b7397f Kernel: Take FS lock in BlockBasedFS during seek/read/write operations 4 vuotta sitten
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 vuotta sitten
  Andreas Kling ffa39f98e8 Kernel: Fix build with BBFS_DEBUG 4 vuotta sitten
  Andreas Kling 489317e573 Kernel: Make BlockBasedFS::BlockIndex a distinct integer type 4 vuotta sitten
  asynts 7cf0c7cc0d Meta: Split debug defines into multiple headers. 4 vuotta sitten
  asynts eea72b9b5c Everywhere: Hook up remaining debug macros to Debug.h. 4 vuotta sitten
  asynts acdcf59a33 Everywhere: Remove unnecessary debug comments. 4 vuotta sitten
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum 4 vuotta sitten
  Andreas Kling e279b45aed Kernel: Make BlockBasedFS read/write functions return a KResult 4 vuotta sitten
  asynts 872f2a3b90 Everywhere: Replace a bundle of dbg with dbgln. 4 vuotta sitten
  Andreas Kling 43d9fe15f9 Revert "Kernel: Convert read_block method to get a reference instead of pointer" 4 vuotta sitten
  Liav A 092a13211a Kernel: Convert read_block method to get a reference instead of pointer 4 vuotta sitten
  Lenny Maiorani 765936ebae Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 4 vuotta sitten
  Andreas Kling 5f2f31861c Kernel: Use a doubly-linked list for the BlockBasedFS cache 4 vuotta sitten
  Andreas Kling a6a3c20071 Kernel: Add a fast lookup table to the BlockBasedFS disk cache 4 vuotta sitten