Andreas Kling
|
b75ee4aacb
Coding style fixes in AK.
|
6 лет назад |
Andreas Kling
|
f7cc454162
Add mechanism to expose kernel variables to userspace via ProcFS.
|
6 лет назад |
Andreas Kling
|
0d36281162
Refactor FS::find_parent_of_inode() into Inode::parent().
|
6 лет назад |
Andreas Kling
|
d07b08a287
FS: Don't default to having a full InodeMetadata in every Inode.
|
6 лет назад |
Andreas Kling
|
ab72666f48
Plug leaks in SynthFS::remove_file().
|
6 лет назад |
Andreas Kling
|
6451b98ad4
Refactor FS::add_inode_to_directory() into Inode::add_child().
|
6 лет назад |
Andreas Kling
|
4f142b86ec
Refactor FS::write_inode() into Inode::write().
|
6 лет назад |
Andreas Kling
|
673870563d
Convert some FS methods to return RetainPtr<Inode>.
|
6 лет назад |
Andreas Kling
|
04ee693925
Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere.
|
6 лет назад |
Andreas Kling
|
8a71303827
Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere.
|
6 лет назад |
Andreas Kling
|
1f44cd9dd9
Reworked Inode to have a dirty bit and subclass-implemented flush_metadata().
|
6 лет назад |
Andreas Kling
|
d506c857ab
Rename CoreInode to Inode.
|
6 лет назад |
Andreas Kling
|
038d8641f9
Implement utime() along with a naive /bin/touch.
|
6 лет назад |
Andreas Kling
|
ca6847b5bb
Import a simple text editor I started working on.
|
6 лет назад |
Andreas Kling
|
f6e27c2abe
More coding style changes.
|
6 лет назад |
Andreas Kling
|
407bb3e76e
Some coding style fixes. I'm getting more comfortable with this style.
|
6 лет назад |
Andreas Kling
|
85b886c2e0
Make it possible to build the Kernel on a macOS host.
|
6 лет назад |
Andreas Kling
|
de4604ac95
Finally hook up the mkdir code to a syscall.
|
6 лет назад |
Andreas Kling
|
2529925fe9
Some more renaming:
|
6 лет назад |
Andreas Kling
|
eced5f11e3
Add CoreInode::reverse_lookup().
|
6 лет назад |
Andreas Kling
|
5f434bc00b
Add CoreInode::lookup() for directory lookups.
|
6 лет назад |
Andreas Kling
|
8fa2d7104a
More VFS cleanup.
|
6 лет назад |
Andreas Kling
|
396a32835b
A pass of style/naming cleanup in VFS.
|
6 лет назад |
Andreas Kling
|
c735c56e4c
More work on CoreInode.
|
6 лет назад |
Andreas Kling
|
10c470e95f
Make page_in_from_vnode 2x faster.
|
6 лет назад |
Andreas Kling
|
19b9401487
Reduce kmalloc() traffic in directory iteration.
|
6 лет назад |
Andreas Kling
|
abdf24cb73
Fix deadlock in synthfs read implementation.
|
6 лет назад |
Andreas Kling
|
981a3ae4b3
Make VFS test environment build again.
|
6 лет назад |
Andreas Kling
|
83172e6a4b
Rename FileHandle to FileDescriptor.
|
6 лет назад |
Andreas Kling
|
dec5683e9c
Snazz up the kprintf() output a bit by giving it its own color.
|
6 лет назад |