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
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
2020-04-04
Kernel: Enforce file system veil on file creation
Andreas Kling
2020-04-03
Revert "Kernel: Change Ext2FS to be backed by a file instead of a block device"
Andreas Kling
2020-04-02
Kernel: Change Ext2FS to be backed by a file instead of a block device
Liav A
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-26
Kernel: Remove unused artifacts of the Custody cache
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
Kernel: Fix a panic in VFS::rename()
Sergey Bugaev
2020-02-20
Kernel: Support trailing slashes in VFS::mkdir()
Sergey Bugaev
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Add forward declaration header
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_inode() a little bit
Andreas Kling
2020-02-08
Kernel: Simplify FS::create_directory() a little bit
Andreas Kling
2020-02-01
Kernel: Make Inode::lookup() return a RefPtr<Inode>
Andreas Kling
2020-01-30
Kernel: Dump backtrace when denying a path because of a veil
Sergey Bugaev
2020-01-21
Kernel: Rename UnveilState to VeilState
Andreas Kling
2020-01-21
Kernel: Tidy up debug logging a little bit
Andreas Kling
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-20
Kernel: Add a basic implementation of unveil()
Andreas Kling
2020-01-18
Kernel: Move setting file flags and r/w mode to VFS::open()
Sergey Bugaev
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Misc tweaks
Sergey Bugaev
2020-01-17
Kernel: Let inodes provide pre-open file descriptions
Sergey Bugaev
2020-01-17
Kernel: Let symlinks resolve themselves
Sergey Bugaev
[next]