Sergey Bugaev
|
61c1106d9f
Kernel+LibC: Implement a few mount flags
|
5 years ago |
Sergey Bugaev
|
2fcbb846fb
Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
|
5 years ago |
Sergey Bugaev
|
4566c2d811
Kernel+LibC: Add support for mount flags
|
5 years ago |
Sergey Bugaev
|
1e6ab0ed22
Kernel: Simplify VFS::Mount handling
|
5 years ago |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
5 years ago |
Shannon Booth
|
0e45b9423b
Kernel: Implement recursion limit on path resolution
|
5 years ago |
Andreas Kling
|
59ed235c85
Kernel: Implement O_DIRECT open() flag to bypass disk caches
|
5 years ago |
Andreas Kling
|
73fdbba59c
AK: Rename <AK/AKString.h> to <AK/String.h>
|
5 years ago |
Sergey Bugaev
|
acccf9ccda
Kernel: Move device lookup to Device class itself
|
5 years ago |
Andreas Kling
|
5f6b6c1665
Kernel: Do the umount() by the guest's root inode identifier
|
5 years ago |
Jesse Buhagiar
|
bc22456f89
Kernel: Added unmount ability to VFS
|
5 years ago |
Andreas Kling
|
0dc05a33c1
Kernel: Remove an unused VFS function declaration
|
5 years ago |
Andreas Kling
|
a6fb055028
Kernel: Generalize VFS metadata lookup and use it in mount() and stat()
|
6 years ago |
Andreas Kling
|
31de5dee26
Kernel: Some improvements to the mount syscall
|
6 years ago |
Andreas Kling
|
394168c0ca
Kernel: Convert Vector<OwnPtr> to NonnullOwnPtrVector.
|
6 years ago |
Andreas Kling
|
3dac1f8ac5
Kernel: Remove use of [[gnu::pure]].
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
550b0b062b
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
487909dd7b
FileSystem: Don't perform path resolution twice for open() with O_CREAT.
|
6 years ago |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 years ago |
Andreas Kling
|
a53c922f8a
FileSystem: Rename VFS::fchmod() -> chmod().
|
6 years ago |
Andreas Kling
|
e67bfdb7f6
FileSystem: Route chown() and fchown() through VFS for access control.
|
6 years ago |
Andreas Kling
|
00de8b9fc4
FileSystem: Don't create a temporary FileDescriptor every time we stat().
|
6 years ago |
Andreas Kling
|
fa6446fc0d
FileSystem: VFS should require Badge<Device> for device registration.
|
6 years ago |
Andreas Kling
|
a1fdda3e20
FileSystem: Don't expose VFS::root_inode().
|
6 years ago |
Andreas Kling
|
056a7fea08
FileSystem: Rename VFS::resolve_path_to_custody() => resolve_path().
|
6 years ago |
Andreas Kling
|
e6a8133b0c
FileSystem: Merge symlink following logic into path resolution.
|
6 years ago |
Andreas Kling
|
709d168807
FileSystem: Get rid of VFS::resolve_path().
|
6 years ago |
Andreas Kling
|
874bffc729
FileSystem: Get rid of VFS::absolute_path() and teach Mount about custodies.
|
6 years ago |