Commit History

Author SHA1 Message Date
  Karol Kosek 8cfd445c23 Kernel: Allow to remove files from sticky directory if user owns it 2 years ago
  Taj Morton 20991a6a3c Kernel/FileSystem: Fix kernel panic during FS init or mount failure 2 years ago
  Taj Morton a91fc697bb Kernel/FileSystem: Remove FIXME about old/new path being the same 2 years ago
  kleines Filmröllchen a6a439243f Kernel: Turn lock ranks into template parameters 2 years ago
  Andreas Kling 16f934474f Kernel+Tests: Allow deleting someone else's file in my sticky directory 2 years ago
  Andreas Kling 47b9e8e651 Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments 2 years ago
  Andreas Kling 8619f2c6f3 Kernel+Tests: Remove inaccurate FIXME in sys$rmdir() 2 years ago
  Andreas Kling 8d781d0216 Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "." 2 years ago
  Liav A 2e710de2f4 Kernel/FileSystem: Prevent symlink creation in veiled directory paths 2 years ago
  sin-ack 2a502fe232 Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)` 2 years ago
  sin-ack fa692e13f9 Kernel: Use real UID/GID when checking for file access 2 years ago
  sin-ack d5fbdf1866 Kernel+LibC+LibCore: Implement `renameat(2)` 2 years ago
  Liav A aa9fab9c3a Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList 2 years ago
  Liav A 69f41eb062 Kernel: Reject create links on paths that were not unveiled as writable 2 years ago
  sin-ack 3b03077abb Kernel: Update the ".." inode for directories after a rename 2 years ago
  Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2 years ago
  Liav A 03ae9f94cf Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so 2 years ago
  Liav A fea3cb5ff9 Kernel/FileSystem: Discard safely filesystems when unmounted last time 2 years ago
  Liav A 24977996a6 Kernel: Append root filesystem to the VFS FileBackedFileSystem list 2 years ago
  Liav A 0fd7b688af Kernel: Introduce support for using FileSystem object in multiple mounts 2 years ago
  Liav A 07387ec19a Kernel+Base: Introduce MS_NOREGULAR mount flag 2 years ago
  Liav A c88cc8557f Kernel/FileSystem: Make Inode::{write,read}_bytes methods non-virtual 2 years ago
  Andreas Kling 2cc947ede4 Kernel: Use correct timestamp in sys$utimens() 2 years ago
  Andreas Kling 280694bb46 Kernel: Update atime/ctime/mtime timestamps atomically 2 years ago
  Andreas Kling dbe182f1c6 Kernel: Make Inode::resolve_as_link() take credentials as input 2 years ago
  Andreas Kling c3351d4b9f Kernel: Make VirtualFileSystem functions take credentials as input 2 years ago
  James Bellamy 386642ffcf Kernel: Use credentials object in VirtualFileSystem 2 years ago
  Andreas Kling 728c3fbd14 Kernel: Use RefPtr instead of LockRefPtr for Custody 2 years ago
  Andreas Kling 11eee67b85 Kernel: Make self-contained locking smart pointers their own classes 2 years ago
  Kristiyan Stoimenov 9e1bea50ee Kernel/VFS: Check that mount-point is not in use 2 years ago