Commit History

Author SHA1 Message Date
  Ernest Wong 2560394855 Filesystem: set unlinked status on the real inode 5 years ago
  Ernest Wong 0595c11740 Filesystem: fix nlinks counting for mountpoints 5 years ago
  Ernest Wong 5aa5c88bf8 Filesystem state: restore onto existing configuration 5 years ago
  Ernest Wong d1519d4509 Filesystem: hard links, replace linked lists with Map. 5 years ago
  Fabian 28ac891dc3 Filesystem: Load files via their sha256 5 years ago
  Ernest Wong 6c55912a59 Fail early if unlink of destination failed for fs.Rename 5 years ago
  Ernest Wong 7aa42c3418 Identify type of failure for fs.Unlink using -errno convention 5 years ago
  Ernest Wong 3a2ff7c47e Fix: fs.Rename should configure the correct filename 5 years ago
  Ernest Wong 53edf989ea Fix: fs.divert should update children parentids 5 years ago
  Ernest Wong e683e812fd Mount only onto non-existent paths, existent parent 5 years ago
  Ernest Wong 3fe75a9130 Identify type of failure for fs.Rename using -errno convention 5 years ago
  Ernest Wong c66731d55d Properly forward fs.Open/CloseInode 5 years ago
  Ernest Wong 23080e2731 Isolate filesystem qid counting to each v86 instance 5 years ago
  Ernest Wong 8cb6f23248 Fix filesystem mount state saving 5 years ago
  Ernest Wong ff11e9c00f Minor: better rename-failure logs, comments, & unnecessary return 5 years ago
  Ernest Wong a063962311 Handle forwarding and root inode in other api methods 5 years ago
  Ernest Wong 121b9c3b96 Incorperate mounted filesystems in statistics 5 years ago
  Ernest Wong b6b6b8cada Implement Rename - moving files between filesystems 5 years ago
  Ernest Wong d98ec5f37b Handle forwarding for our dummy fs.Link method 5 years ago
  Ernest Wong 71cb654502 Partially handle forwarding for fs.FillDirectory 5 years ago
  Ernest Wong 687607569b Handle forwarding for open, close, read, and write 5 years ago
  Ernest Wong 004182adc8 Handle forwarding for fs.Create* methods 5 years ago
  Ernest Wong d218b76994 Handle forwarding for fs events and file loading 5 years ago
  Ernest Wong b080b075bd Handle forwarding in fs.Unlink 5 years ago
  Ernest Wong 3fcdf62eef Fix fs.GetFullPath and fs.FindPreviousID forwarding 5 years ago
  Ernest Wong ce0bd6624f Abstract away procedure for unlinking and linking an inode 5 years ago
  Ernest Wong 4e4c62bb2b Mount-aware accessors: GetInode/Parent/Children 5 years ago
  Ernest Wong 1499b7dc6f Make inode qid numbers unique across filesystems 5 years ago
  Ernest Wong d78f722a38 Fix fs.SearchPath 5 years ago
  Ernest Wong e6ef68b334 Introduce forwarding inodes. Implement fs.Mount 5 years ago