Historique des commits

Auteur SHA1 Message Date
  Andreas Kling 55adace359 Kernel: Rename SpinLock => Spinlock il y a 3 ans
  Andreas Kling ed6f84c2c9 Kernel: Rename SpinLockProtectedValue<T> => SpinLockProtected<T> il y a 3 ans
  Andreas Kling ea09294351 Kernel: Port Inode to ListedRefCounted il y a 4 ans
  Andreas Kling c94c15d45c Everywhere: Replace AK::Singleton => Singleton il y a 4 ans
  Andreas Kling 93d98d4976 Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace il y a 4 ans
  Andreas Kling a1d7ebf85a Kernel: Rename Kernel/VM/ to Kernel/Memory/ il y a 4 ans
  Brian Gianforcaro 8d3b819daf Kernel: Handle OOM from DoubleBuffer creation in FIFO creation il y a 4 ans
  Andreas Kling f9b7ea6de9 Revert "Kernel: Use IntrusiveList for keeping track of InodeWatchers" il y a 4 ans
  Andreas Kling 43d6a7e74e Kernel: Use IntrusiveList for keeping track of InodeWatchers il y a 4 ans
  Peter Elliott 3fa2816642 Kernel+LibC: Implement fcntl(2) advisory locks il y a 4 ans
  Andreas Kling 9457d83986 Kernel: Rename Locker => MutexLocker il y a 4 ans
  Andreas Kling 3b805a57e6 Kernel: Rename Inode::m_lock => m_inode_lock il y a 4 ans
  Andreas Kling 63e1423830 Kernel: Remove unused Inode::is_shared_vmobject() il y a 4 ans
  Andreas Kling 0d39bd04d3 Kernel: Rename VFS => VirtualFileSystem il y a 4 ans
  Andreas Kling d53d9d3677 Kernel: Rename FS => FileSystem il y a 4 ans
  Gunnar Beutner 58c182b19e Kernel: Update check in Inode::read_entire il y a 4 ans
  Gunnar Beutner bc3076f894 Kernel: Remove various other uses of ssize_t il y a 4 ans
  Brian Gianforcaro 493d4d1cd7 Kernel: Switch Inode to IntrusiveList from InlineLinkedList il y a 4 ans
  sin-ack fe5ca6ca27 Kernel: Implement multi-watch InodeWatcher :^) il y a 4 ans
  Brian Gianforcaro 234c6ae32d Kernel: Change Inode::{read/write}_bytes interface to KResultOr<ssize_t> il y a 4 ans
  Andreas Kling cd9be1733c Kernel: Make Inode::set_{a,c,m}time return KResult il y a 4 ans
  Brian Gianforcaro 8d6e9fad40 Kernel: Remove the now defunct `LOCKER(..)` macro. il y a 4 ans
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. il y a 4 ans
  Andreas Kling 10f10abaa3 Kernel: Convert klog() => dmesgln() in filesystem code il y a 4 ans
  Andreas Kling 2871df6f0d Kernel: Stop trying to keep InodeVMObject in sync with disk changes il y a 4 ans
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY il y a 4 ans
  Andreas Kling e44c1792a7 Kernel: Add distinct InodeIndex type il y a 4 ans
  Andreas Kling 19d3f8cab7 Kernel+LibC: Turn errno codes into a strongly typed enum il y a 4 ans
  Andreas Kling a6917465d7 Kernel: Assert on attempt to mark inode metadata dirty on read-only FS il y a 4 ans
  asynts dca6f1f49b Everywhere: Replace a bundle of dbg with dbgln. il y a 4 ans