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
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
2019-05-30
FileSystem: Get rid of VFS::resolve_path().
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
Andreas Kling
2019-05-30
FileSystem: Get rid of VFS::resolve_path_to_inode() and old_resolve_path().
Andreas Kling
2019-05-30
FileSystem: Port most of the code over to using custodies.
Andreas Kling
2019-05-30
FileSystem: Add a Custody class that represents a parent/child guardianship.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-04-15
Kernel: Start using StringView in the VFS class.
Andreas Kling
2019-04-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
2019-04-03
Kernel: Remove Limits.h
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling