1. 21 Oct, 2021 33 commits
  2. 20 Oct, 2021 1 commit
    • Kirill Smelkov's avatar
      X Move tracking of which blocks were accessed from wcfs to ΔFtail · 8b5d8523
      Kirill Smelkov authored
      this set has to be protected by a lock. In ΔFtail it can be naturally
      trated as "set of blocks that were explicitly requested to be tracked",
      and protected by general ΔFtail locking. If it would stay in wcfs - it
      would have to be protected by a separate lock and explicitly cared to be
      synchronized with ΔFtail.
      
      Change ΔFtail.SliceByFileRev to accept option to indicate whether we are
      interested in changed covering only explicitly tracked set. Maybe in the
      future we might want to make this the default and remove this option.
      8b5d8523
  3. 19 Oct, 2021 1 commit
  4. 18 Oct, 2021 5 commits
    • Kirill Smelkov's avatar
      . · edddfbe7
      Kirill Smelkov authored
      edddfbe7
    • Kirill Smelkov's avatar
      . · 4655b8d3
      Kirill Smelkov authored
      4655b8d3
    • Kirill Smelkov's avatar
      . · adccef00
      Kirill Smelkov authored
      adccef00
    • Kirill Smelkov's avatar
      ΔFtail concurrency · d85bb82c
      Kirill Smelkov authored
      See changes in δftail.go for overview.
      
      * t2+ΔFtail-concurrency: (39 commits)
        .
        .
        .
        .
        .
        .
        .
        .
        .
        .
        .
        .
        .
        .
        X zdata: Switch SliceByFileRev not to clone Zinblk
        .
        .
        .
        .
        .
        ...
      d85bb82c
    • Kirill Smelkov's avatar
      . · 3207c0ad
      Kirill Smelkov authored
      3207c0ad