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.h
Age
Commit message (
Expand
)
Author
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2020-12-26
Kernel: Implement unveil() as a prefix-tree
AnotherTest
2020-09-12
Kernel: Fix various forward declarations
Ben Wiederhake
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-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-06-25
Kernel: Port mounts to reference inodes directly
Sergey Bugaev
2020-05-29
Kernel+Userland: Support remounting filesystems :^)
Sergey Bugaev
2020-05-29
Kernel: Misc tweaks
Sergey Bugaev
2020-05-29
Kernel+LibC: Move O_* and MS_* flags to UnixTypes.h
Sergey Bugaev
2020-05-29
Kernel: Pass a Custody instead of Inode to VFS methods
Sergey Bugaev
2020-03-19
Kernel: Resolve relative paths when there is a veil (#1474)
Alex Muscar
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-01-21
Kernel+LibC: Clean up open() flag (O_*) definitions
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
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Simplify VFS::resolve_path() further
Sergey Bugaev
2020-01-12
Kernel: Properly propagate bind mount flags
Sergey Bugaev
2020-01-11
Kernel: Implement bind mounts
Sergey Bugaev
2020-01-11
Kernel+LibC: Implement a few mount flags
Sergey Bugaev
2020-01-11
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
Sergey Bugaev
2020-01-11
Kernel+LibC: Add support for mount flags
Sergey Bugaev
2020-01-11
Kernel: Simplify VFS::Mount handling
Sergey Bugaev
2020-01-03
Kernel: Allow passing initial UID and GID when creating new inodes
Andreas Kling
2019-12-24
Kernel: Implement recursion limit on path resolution
Shannon Booth
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-18
Kernel: Move device lookup to Device class itself
Sergey Bugaev
2019-08-17
Kernel: Do the umount() by the guest's root inode identifier
Andreas Kling
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-11
Kernel: Remove an unused VFS function declaration
Andreas Kling
2019-08-02
Kernel: Generalize VFS metadata lookup and use it in mount() and stat()
Andreas Kling
2019-08-02
Kernel: Some improvements to the mount syscall
Andreas Kling
2019-07-24
Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
Andreas Kling
2019-07-16
Kernel: Remove use of [[gnu::pure]].
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-21
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-09
FileSystem: Don't perform path resolution twice for open() with O_CREAT.
Andreas Kling
2019-06-07
Kernel: Rename FileDescriptor to FileDescription.
Andreas Kling
2019-06-02
FileSystem: Rename VFS::fchmod() -> chmod().
Andreas Kling
2019-06-02
FileSystem: Route chown() and fchown() through VFS for access control.
Andreas Kling
2019-06-01
FileSystem: Don't create a temporary FileDescriptor every time we stat().
Andreas Kling
2019-05-31
FileSystem: VFS should require Badge<Device> for device registration.
Andreas Kling
2019-05-31
FileSystem: Don't expose VFS::root_inode().
Andreas Kling
2019-05-31
FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path().
Andreas Kling
2019-05-31
FileSystem: Merge symlink following logic into path resolution.
Andreas Kling
[next]