Histórico de Commits

Autor SHA1 Mensagem Data
  Liav A fea3cb5ff9 Kernel/FileSystem: Discard safely filesystems when unmounted last time há 2 anos atrás
  Liav A 24977996a6 Kernel: Append root filesystem to the VFS FileBackedFileSystem list há 2 anos atrás
  Liav A 0fd7b688af Kernel: Introduce support for using FileSystem object in multiple mounts há 2 anos atrás
  Liav A 07387ec19a Kernel+Base: Introduce MS_NOREGULAR mount flag há 2 anos atrás
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual há 3 anos atrás
  Andreas Kling 2cc947ede4 Kernel: Use correct timestamp in sys$utimens() há 2 anos atrás
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically há 2 anos atrás
  Andreas Kling dbe182f1c6 Kernel: Make Inode::resolve_as_link() take credentials as input há 2 anos atrás
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input há 2 anos atrás
  James Bellamy 386642ffcf Kernel: Use credentials object in VirtualFileSystem há 2 anos atrás
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody há 2 anos atrás
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes há 2 anos atrás
  Kristiyan Stoimenov 9e1bea50ee Kernel/VFS: Check that mount-point is not in use há 3 anos atrás
  Liav A fcc0e4d538 Kernel/FileSystem: Funnel calls to Inode::prepare_to_write_data method há 3 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  Ariel Don 9a6bd85924 Kernel+LibC+VFS: Implement utimensat(3) há 3 anos atrás
  Andrew Kaster f08e91f67e Kernel: Don't check pledges or veil against code coverage data files 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
  Andreas Kling 580d89f093 Kernel: Put Process unveil state in a SpinlockProtected container há 3 anos atrás
  Idan Horowitz feb00b7105 Everywhere: Make JSON serialization fallible há 3 anos atrás
  Max Wipfli b0df096298 Kernel/VFS: Add FIXMEs about error codes leaking data from veiled paths há 3 anos atrás
  Max Wipfli e8f491b01d Kernel/VFS: Validate paths against process veil in mkdir() há 4 anos atrás
  Max Wipfli 8c7010f282 Kernel/VFS: Clear out_parent if path is veiled há 4 anos atrás
  Andreas Kling 210689281f Kernel: Protect mounted filesystem list with spinlock instead of mutex há 3 anos atrás
  Idan Horowitz 67ce9e28a5 AK: Standardize the behaviour of GenericLexer::consume_until overloads há 3 anos atrás
  Daniel Bertalan 182016d7c0 Kernel+LibC+LibCore+UE: Implement `fchmodat(2)` há 3 anos atrás
  circl 63760603f3 Kernel+LibC+LibCore: Add lchown and fchownat functions há 3 anos atrás
  Daniel Bertalan 726c023f9e Kernel: Propagate allocation failure in resolve_path_without_veil há 3 anos atrás
  Martin Bříza f75bab2a25 Kernel: Move symlink recursion limit to .h, increase it to 8 há 3 anos atrás