提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 951ed6692b Remove InodeIdentifier::metadata(). 6 年之前
  Andreas Kling ec1c487dcd Yet another pass of style fixes. 6 年之前
  Andreas Kling ed7ae6c02c Add sync() syscall and a /bin/sync. 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 aff89d2fd7 Yet more coding style fixes. 6 年之前
  Andreas Kling 407bb3e76e Some coding style fixes. I'm getting more comfortable with this style. 6 年之前
  Andreas Kling 7d13432b55 Remove debug kprintfs() in VFS::mkdir. 6 年之前
  Andreas Kling f5a0b6961c Fix mkdir with relative paths. 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 457a5df7d5 Rename: 6 年之前
  Andreas Kling c735c56e4c More work on CoreInode. 6 年之前
  Andreas Kling 26852a8363 Add metadata to 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 39d6b96d21 Make chdir("/") work. 6 年之前
  Andreas Kling 47b7eeda44 Fix all current build warnings in the kernel. 6 年之前
  Andreas Kling 3b2dcd5929 Add a VMO pointer to VNode. 6 年之前
  Andreas Kling 03a8357e84 Implement sending signals to blocked-in-kernel processes. 6 年之前
  Andreas Kling 61a84193d7 Fix some broken stuff in VFS test environment. 6 年之前
  Andreas Kling 981a3ae4b3 Make VFS test environment build again. 6 年之前
  Andreas Kling 83172e6a4b Rename FileHandle to FileDescriptor. 6 年之前
  Andreas Kling 9f2b9c82bf More work towards getting bash to build. 6 年之前
  Andreas Kling a685809e75 Waiters should be notified when a waitee is killed. 6 年之前