Tom
|
f98ca35b83
Kernel: Improve ProcFS behavior in low memory conditions
|
4 年之前 |
Andreas Kling
|
8e79bde2b7
Kernel: Move KBufferBuilder to the fallible KBuffer API
|
4 年之前 |
Ben Wiederhake
|
64cc3f51d0
Meta+Kernel: Make clang-format-10 clean
|
4 年之前 |
Tom
|
ba238ac62a
Kernel: Simplify ProcFS callbacks by using function pointers directly
|
4 年之前 |
Tom
|
c8d9f1b9c9
Kernel: Make copy_to/from_user safe and remove unnecessary checks
|
4 年之前 |
Andreas Kling
|
eeaba41d13
Kernel: Add DirectoryEntryView for VFS directory traversal
|
4 年之前 |
Brian Gianforcaro
|
e8c9b5e870
Kernel: Make Inode::directory_entry_count errors observable.
|
5 年之前 |
Sergey Bugaev
|
6efbbcd4ba
Kernel: Port mounts to reference inodes directly
|
5 年之前 |
Sergey Bugaev
|
df66c28479
Kernel: Deemphasize inode identifiers
|
5 年之前 |
Brian Gianforcaro
|
6a74af8063
Kernel: Plumb KResult through FileDescription::read_entire_file() implementation.
|
5 年之前 |
Brian Gianforcaro
|
c459e4ecb2
Kernel: Clang format file system in prep for changes.
|
5 年之前 |
Andreas Kling
|
e28809a996
Kernel: Add forward declaration header
|
5 年之前 |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
5 年之前 |
Andreas Kling
|
42d41fdf94
Kernel: Simplify FS::create_inode() a little bit
|
5 年之前 |
Andreas Kling
|
8731682d0e
Kernel: Simplify FS::create_directory() a little bit
|
5 年之前 |
Andreas Kling
|
c44b4d61f3
Kernel: Make Inode::lookup() return a RefPtr<Inode>
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Sergey Bugaev
|
68aeefa49b
ProcFS: Implement symlink magic
|
5 年之前 |
Andreas Kling
|
4abbedb6e4
Kernel: Allow passing initial UID and GID when creating new inodes
|
5 年之前 |
Andreas Kling
|
9af054af9e
ProcFS: Reduce the amount of info accessible to non-superusers
|
5 年之前 |
Sergey Bugaev
|
37cc80fb96
ProcFS: Do not assume there is one of it
|
6 年之前 |
Andreas Kling
|
79e22acb22
Kernel: Use KBuffers for ProcFS and SynthFS
|
6 年之前 |
Andreas Kling
|
3dac1f8ac5
Kernel: Remove use of [[gnu::pure]].
|
6 年之前 |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 年之前 |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 年之前 |
Andreas Kling
|
8258b699db
Kernel: Use StringView more in Inode and subclasses.
|
6 年之前 |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 年之前 |
Andreas Kling
|
bba2c062fe
FileSystem: Make Inode::lookup() take a StringView.
|
6 年之前 |
Andreas Kling
|
2e14e5891c
FileSystem: Remove now-unused Inode::parent() and Inode::reverse_lookup().
|
6 年之前 |
Andreas Kling
|
9ac95d1867
FileSystem: Pass mode_t to Inode::add_child().
|
6 年之前 |