1. 14 Aug, 2022 1 commit
  2. 13 Aug, 2022 2 commits
  3. 12 Aug, 2022 7 commits
  4. 11 Aug, 2022 5 commits
  5. 10 Aug, 2022 11 commits
  6. 09 Aug, 2022 10 commits
  7. 08 Aug, 2022 2 commits
  8. 07 Aug, 2022 1 commit
    • 某某某's avatar
      fix rdt bug: · c5045cb3
      某某某 authored
      1. When only page which has index 0 in pagecache, put it's address in the root->rnode.
      2. add codes:
        if(root->height == 0 && root->rnode){
          put_page((page_t *)root->rnode);
        }
      If we donot do this, the bug is occurs when the i_mapping is free, but the page is not put, so it still in
      page reclaiming list, when the page is reclaimed, we need to remove it frome pagecache, but the i_mapping is
      freed.
      c5045cb3
  9. 06 Aug, 2022 1 commit