index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
FileSystem
/
VirtualFileSystem.cpp
Age
Commit message (
Expand
)
Author
2021-02-06
Kernel: Use the resolved parent path when testing create veil (#5231)
William Bowling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-24
Revert "Kernel: Make VFS::create() fail with EINVAL on invalid file mode"
Andreas Kling
2021-01-23
Kernel: Make VFS::create() fail with EINVAL on invalid file mode
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-21
Kernel: Create new files with the current process EUID/EGID
Andreas Kling
2021-01-20
Kernel+LibC: Turn errno codes into a strongly typed enum
Andreas Kling
2021-01-19
Kernel: Allow sys$chmod() to change the sticky bit
Andreas Kling
2021-01-19
Kernel: Implement the same symlink protection as Linux
Andreas Kling
2021-01-19
Kernel: Implement the same hard link protection as Linux
Andreas Kling
2021-01-11
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-10
Kernel: Don't allow non-root, non-owners to rmdir any child of sticky
Andreas Kling
2021-01-09
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-03
Kernel: Improve ProcFS behavior in low memory conditions
Tom
2020-12-31
Kernel: Sprinkle some lockers in Inode
Andreas Kling
2020-12-27
Kernel: Allow sys$rename() to rename symlinks
Andreas Kling
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-12-22
Kernel: Allow sys$chmod() to modify the set-gid bit
Andreas Kling
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-11-23
Kernel: Add unveil('b')
Sergey Bugaev
2020-11-01
Kernel+LibC: Don't allow a directory to become a subdirectory of itself
Andreas Kling
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-25
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-22
Revert "Kernel: Switch singletons to use new Singleton class"
Andreas Kling
2020-08-22
Revert "Kernel: Move Singleton class to AK"
Andreas Kling
2020-08-22
Revert "AK: Get rid of make_singleton function"
Andreas Kling
2020-08-22
AK: Get rid of make_singleton function
Tom
2020-08-22
Kernel: Move Singleton class to AK
Tom
2020-08-21
Kernel: Switch singletons to use new Singleton class
Tom
2020-08-18
Kernel: Add DirectoryEntryView for VFS directory traversal
Andreas Kling
2020-08-05
Kernel: Propagate a few KResults properly in FileSystem subsystems
Brian Gianforcaro
2020-08-05
Kernel: Make Inode::directory_entry_count errors observable.
Brian Gianforcaro
2020-07-19
Kernel: Implement FIFOs/named pipes
Peter Elliott
2020-07-05
Kernel: Fix .. directory entry at mount point handling a little
Sergey Bugaev
2020-07-05
AK: Make Vector::unstable_remove() return the removed value
Sergey Bugaev
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-06-25
Kernel: Deemphasize inode identifiers
Sergey Bugaev
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
Kernel+Base: Mount root filesystem read-only :^)
Sergey Bugaev
2020-05-29
Kernel: Support read-only filesystem mounts
Sergey Bugaev
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
2020-04-06
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-04-04
Kernel: Strip SUID+SGID bits from file when written to or chowned
Andreas Kling
[next]