1. 2020年 8月 11日 2 次提交
  2. 2020年 1月 22日 1 次提交
  3. 2019年 9月 25日 1 次提交
  4. 2019年 8月 20日 2 次提交
    • Dan Cross's avatar
      Avoid rereading the superblock in bfree · 82638c01
      Dan Cross 提交于
      The superblock is read when the first process returns to
      userspace (via the call to `iinit` from the first invocation of
      `forkret`, when `first` is still set to 1) and cached in a
      global; it is treated as immutable from that point on.  There is
      no reason to re-read it in bfree.
      
      Removing this call seems to have simply been missed in 8320d61b
      when this general area was last touched.  Remove it now to avoid
      potential confusion.
      Signed-off-by: 's avatarDan Cross <cross@gajendra.net>
      82638c01
    • Dan Cross's avatar
      Removed unused `dirlookup` argument in `create` · 0581c37b
      Dan Cross 提交于
      The `off` argument to `dirlookup` is optional.  It
      was not being used in the `dirlookup` call in `create`,
      so pass NULL instead and delete the unused local.
      Signed-off-by: 's avatarDan Cross <cross@gajendra.net>
      0581c37b
  5. 2018年 9月 02日 1 次提交
  6. 2018年 8月 31日 17 次提交
  7. 2018年 8月 30日 2 次提交
  8. 2017年 10月 24日 1 次提交
  9. 2017年 10月 08日 1 次提交
  10. 2017年 8月 30日 1 次提交
  11. 2017年 8月 10日 3 次提交
  12. 2017年 8月 09日 8 次提交