Andreas Kling
|
b75ee4aacb
Coding style fixes in AK.
|
6 anni fa |
Andreas Kling
|
0d36281162
Refactor FS::find_parent_of_inode() into Inode::parent().
|
6 anni fa |
Andreas Kling
|
eb78238032
Ext2FS: Don't worry about updating lookup caches in write_ext2_inode().
|
6 anni fa |
Andreas Kling
|
8f9542174f
Ext2FS: Don't cache a full Ext2FSInode object for non-existent inodes.
|
6 anni fa |
Andreas Kling
|
d07b08a287
FS: Don't default to having a full InodeMetadata in every Inode.
|
6 anni fa |
Andreas Kling
|
0cb074dc73
Ext2FS: On second thought, let's not uncache the Ext2FSInodes today..
|
6 anni fa |
Andreas Kling
|
741349502f
Ext2FS: Free Ext2FSInodes when the last user releases them.
|
6 anni fa |
Andreas Kling
|
eed6031064
Fix EXT2_DEBUG build.
|
6 anni fa |
Andreas Kling
|
079889050e
Merge lookup_ext2_inode() into Ext2FS::get_inode().
|
6 anni fa |
Andreas Kling
|
6451b98ad4
Refactor FS::add_inode_to_directory() into Inode::add_child().
|
6 anni fa |
Andreas Kling
|
4f142b86ec
Refactor FS::write_inode() into Inode::write().
|
6 anni fa |
Andreas Kling
|
b0db0e5de0
Get rid of Ext2FS::modify_link_count() in favor of Inode accessors.
|
6 anni fa |
Andreas Kling
|
673870563d
Convert some FS methods to return RetainPtr<Inode>.
|
6 anni fa |
Andreas Kling
|
1e07ead119
Get rid of Ext2FS::is_directory_inode().
|
6 anni fa |
Andreas Kling
|
04ee693925
Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere.
|
6 anni fa |
Andreas Kling
|
8a71303827
Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere.
|
6 anni fa |
Andreas Kling
|
ec1c487dcd
Yet another pass of style fixes.
|
6 anni fa |
Andreas Kling
|
ed7ae6c02c
Add sync() syscall and a /bin/sync.
|
6 anni fa |
Andreas Kling
|
d0f06e5f3f
Automatically call Inode::flush_metadata() before an Inode is destroyed.
|
6 anni fa |
Andreas Kling
|
1f44cd9dd9
Reworked Inode to have a dirty bit and subclass-implemented flush_metadata().
|
6 anni fa |
Andreas Kling
|
d506c857ab
Rename CoreInode to Inode.
|
6 anni fa |
Andreas Kling
|
038d8641f9
Implement utime() along with a naive /bin/touch.
|
6 anni fa |
Andreas Kling
|
ca6847b5bb
Import a simple text editor I started working on.
|
6 anni fa |
Andreas Kling
|
aff89d2fd7
Yet more coding style fixes.
|
6 anni fa |
Andreas Kling
|
d824442e3e
Get rid of deprecated_enumerateDirectoryInode.
|
6 anni fa |
Andreas Kling
|
407bb3e76e
Some coding style fixes. I'm getting more comfortable with this style.
|
6 anni fa |
Andreas Kling
|
85b886c2e0
Make it possible to build the Kernel on a macOS host.
|
6 anni fa |
Andreas Kling
|
f5a0b6961c
Fix mkdir with relative paths.
|
6 anni fa |
Andreas Kling
|
de4604ac95
Finally hook up the mkdir code to a syscall.
|
6 anni fa |
Andreas Kling
|
2529925fe9
Some more renaming:
|
6 anni fa |