Historie revizí

Autor SHA1 Zpráva Datum
  Andreas Kling d07b08a287 FS: Don't default to having a full InodeMetadata in every Inode. před 6 roky
  Andreas Kling 0cb074dc73 Ext2FS: On second thought, let's not uncache the Ext2FSInodes today.. před 6 roky
  Andreas Kling 741349502f Ext2FS: Free Ext2FSInodes when the last user releases them. před 6 roky
  Andreas Kling eed6031064 Fix EXT2_DEBUG build. před 6 roky
  Andreas Kling 079889050e Merge lookup_ext2_inode() into Ext2FS::get_inode(). před 6 roky
  Andreas Kling 6451b98ad4 Refactor FS::add_inode_to_directory() into Inode::add_child(). před 6 roky
  Andreas Kling 4f142b86ec Refactor FS::write_inode() into Inode::write(). před 6 roky
  Andreas Kling b0db0e5de0 Get rid of Ext2FS::modify_link_count() in favor of Inode accessors. před 6 roky
  Andreas Kling 673870563d Convert some FS methods to return RetainPtr<Inode>. před 6 roky
  Andreas Kling 1e07ead119 Get rid of Ext2FS::is_directory_inode(). před 6 roky
  Andreas Kling 04ee693925 Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere. před 6 roky
  Andreas Kling 8a71303827 Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere. před 6 roky
  Andreas Kling ec1c487dcd Yet another pass of style fixes. před 6 roky
  Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync. před 6 roky
  Andreas Kling d0f06e5f3f Automatically call Inode::flush_metadata() before an Inode is destroyed. před 6 roky
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). před 6 roky
  Andreas Kling d506c857ab Rename CoreInode to Inode. před 6 roky
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. před 6 roky
  Andreas Kling ca6847b5bb Import a simple text editor I started working on. před 6 roky
  Andreas Kling aff89d2fd7 Yet more coding style fixes. před 6 roky
  Andreas Kling d824442e3e Get rid of deprecated_enumerateDirectoryInode. před 6 roky
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. před 6 roky
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. před 6 roky
  Andreas Kling f5a0b6961c Fix mkdir with relative paths. před 6 roky
  Andreas Kling de4604ac95 Finally hook up the mkdir code to a syscall. před 6 roky
  Andreas Kling 2529925fe9 Some more renaming: před 6 roky
  Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup(). před 6 roky
  Andreas Kling 5f434bc00b Add CoreInode::lookup() for directory lookups. před 6 roky
  Andreas Kling 8fa2d7104a More VFS cleanup. před 6 roky
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. před 6 roky