Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 05f18febb6 Ext2FS: Delete inodes when their link count goes to zero. há 6 anos atrás
  Andreas Kling bda0c935c2 Add unlink() syscall and /bin/rm. há 6 anos atrás
  Andreas Kling e9e57c5f65 Rename SpinLock to Lock. It hasn't been a SpinLock for some time. há 6 anos atrás
  Andreas Kling 0d36281162 Refactor FS::find_parent_of_inode() into Inode::parent(). há 6 anos atrás
  Andreas Kling 8f9542174f Ext2FS: Don't cache a full Ext2FSInode object for non-existent inodes. há 6 anos atrás
  Andreas Kling d07b08a287 FS: Don't default to having a full InodeMetadata in every Inode. há 6 anos atrás
  Andreas Kling 741349502f Ext2FS: Free Ext2FSInodes when the last user releases them. há 6 anos atrás
  Andreas Kling 42d9f18cae Remove the cheesy block cache from DiskBackedFS. há 6 anos atrás
  Andreas Kling 079889050e Merge lookup_ext2_inode() into Ext2FS::get_inode(). há 6 anos atrás
  Andreas Kling 6451b98ad4 Refactor FS::add_inode_to_directory() into Inode::add_child(). há 6 anos atrás
  Andreas Kling 4f142b86ec Refactor FS::write_inode() into Inode::write(). há 6 anos atrás
  Andreas Kling b0db0e5de0 Get rid of Ext2FS::modify_link_count() in favor of Inode accessors. há 6 anos atrás
  Andreas Kling 673870563d Convert some FS methods to return RetainPtr<Inode>. há 6 anos atrás
  Andreas Kling 1e07ead119 Get rid of Ext2FS::is_directory_inode(). há 6 anos atrás
  Andreas Kling 04ee693925 Get rid of FS::inode_metadata() since we use Inode::metadata() everywhere. há 6 anos atrás
  Andreas Kling 8a71303827 Get rid of FS::read_inode_bytes() and use Inode::read_bytes() everywhere. há 6 anos atrás
  Andreas Kling 1f44cd9dd9 Reworked Inode to have a dirty bit and subclass-implemented flush_metadata(). há 6 anos atrás
  Andreas Kling d506c857ab Rename CoreInode to Inode. há 6 anos atrás
  Andreas Kling 038d8641f9 Implement utime() along with a naive /bin/touch. há 6 anos atrás
  Andreas Kling d824442e3e Get rid of deprecated_enumerateDirectoryInode. há 6 anos atrás
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. há 6 anos atrás
  Andreas Kling 85b886c2e0 Make it possible to build the Kernel on a macOS host. há 6 anos atrás
  Andreas Kling de4604ac95 Finally hook up the mkdir code to a syscall. há 6 anos atrás
  Andreas Kling 2529925fe9 Some more renaming: há 6 anos atrás
  Andreas Kling eced5f11e3 Add CoreInode::reverse_lookup(). há 6 anos atrás
  Andreas Kling 5f434bc00b Add CoreInode::lookup() for directory lookups. há 6 anos atrás
  Andreas Kling 8fa2d7104a More VFS cleanup. há 6 anos atrás
  Andreas Kling 396a32835b A pass of style/naming cleanup in VFS. há 6 anos atrás
  Andreas Kling c735c56e4c More work on CoreInode. há 6 anos atrás
  Andreas Kling 26852a8363 Add metadata to CoreInode. há 6 anos atrás