1. 01 Jun, 2020 2 commits
  2. 30 May, 2020 2 commits
  3. 29 May, 2020 11 commits
  4. 28 May, 2020 5 commits
  5. 27 May, 2020 19 commits
  6. 26 May, 2020 1 commit
    • Eugene Kosov's avatar
      intrusive::list fixes · 18d8f06f
      Eugene Kosov authored
      namespace intrusive: removed
      
      split class into two: ilist<T> and sized_ilist<T> which has a size field.
      
      ilist<T> no more NULLify pointers to bring a slignly better performance.
      As a consequence, fil_space_t::is_in_unflushed_spaces and
      fil_space_t::is_in_rotation_list boolean members are needed now.
      18d8f06f