提交历史

作者 SHA1 备注 提交日期
  kleines Filmröllchen 939600d2d4 Kernel: Use UnixDateTime wherever applicable 2 年之前
  kleines Filmröllchen 213025f210 AK: Rename Time to Duration 2 年之前
  Timothy Flynn 3d4d0a1243 Kernel: Colorize log message for paths which haven't been unveiled 2 年之前
  Liav A cbf78975f1 Kernel: Add the futimens syscall 2 年之前
  Andreas Kling 673592dea8 Kernel: Stop using *LockRefPtr for FileSystem pointers 2 年之前
  Andreas Kling d1371d66f7 Kernel: Use non-locking {Nonnull,}RefPtr for OpenFileDescription 2 年之前
  Andreas Kling 7369d0ab5f Kernel: Stop using NonnullLockRefPtrVector 2 年之前
  Liav A 39de5b7f82 Kernel: Actually check Process unveil data when creating perfcore dump 2 年之前
  Liav A 8266e40b35 Kernel/FileSystem: Don't assume flags for root filesystem mount flags 2 年之前
  Karol Kosek 8cfd445c23 Kernel: Allow to remove files from sticky directory if user owns it 2 年之前
  Taj Morton 20991a6a3c Kernel/FileSystem: Fix kernel panic during FS init or mount failure 2 年之前
  Taj Morton a91fc697bb Kernel/FileSystem: Remove FIXME about old/new path being the same 2 年之前
  kleines Filmröllchen a6a439243f Kernel: Turn lock ranks into template parameters 2 年之前
  Andreas Kling 16f934474f Kernel+Tests: Allow deleting someone else's file in my sticky directory 2 年之前
  Andreas Kling 47b9e8e651 Kernel: Annotate VirtualFileSystem::rmdir() errors with spec comments 2 年之前
  Andreas Kling 8619f2c6f3 Kernel+Tests: Remove inaccurate FIXME in sys$rmdir() 2 年之前
  Andreas Kling 8d781d0216 Kernel+Tests: Make sys$rmdir() fail with EINVAL if basename is "." 2 年之前
  Liav A 2e710de2f4 Kernel/FileSystem: Prevent symlink creation in veiled directory paths 2 年之前
  sin-ack 2a502fe232 Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)` 2 年之前
  sin-ack fa692e13f9 Kernel: Use real UID/GID when checking for file access 2 年之前
  sin-ack d5fbdf1866 Kernel+LibC+LibCore: Implement `renameat(2)` 2 年之前
  Liav A aa9fab9c3a Kernel/FileSystem: Convert the mount table from Vector to IntrusiveList 2 年之前
  Liav A 69f41eb062 Kernel: Reject create links on paths that were not unveiled as writable 2 年之前
  sin-ack 3b03077abb Kernel: Update the ".." inode for directories after a rename 2 年之前
  Andreas Kling 10fa72d451 Kernel: Use AK::Time for InodeMetadata timestamps instead of time_t 2 年之前
  Liav A 03ae9f94cf Kernel/FileSystem: Remove hardcoded unveil path of /usr/lib/Loader.so 2 年之前
  Liav A fea3cb5ff9 Kernel/FileSystem: Discard safely filesystems when unmounted last time 2 年之前
  Liav A 24977996a6 Kernel: Append root filesystem to the VFS FileBackedFileSystem list 2 年之前
  Liav A 0fd7b688af Kernel: Introduce support for using FileSystem object in multiple mounts 2 年之前
  Liav A 07387ec19a Kernel+Base: Introduce MS_NOREGULAR mount flag 2 年之前