Commit History

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