Skip to content
  1. Apr 17, 2020
  2. Apr 16, 2020
  3. Apr 10, 2020
  4. Apr 07, 2020
  5. Apr 06, 2020
  6. Apr 01, 2020
    • Tejun Heo's avatar
      blkcg: don't offline parent blkcg first · 4308a434
      Tejun Heo authored
      
      
      blkcg->cgwb_refcnt is used to delay blkcg offlining so that blkgs
      don't get offlined while there are active cgwbs on them.  However, it
      ends up making offlining unordered sometimes causing parents to be
      offlined before children.
      
      Let's fix this by making child blkcgs pin the parents' online states.
      
      Note that pin/unpin names are chosen over get/put intentionally
      because css uses get/put online for something different.
      
      Signed-off-by: default avatarTejun Heo <tj@kernel.org>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      4308a434
    • Tejun Heo's avatar
      blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it · d866dbf6
      Tejun Heo authored
      
      
      blkcg->cgwb_refcnt is used to delay blkcg offlining so that blkgs
      don't get offlined while there are active cgwbs on them.  However, it
      ends up making offlining unordered sometimes causing parents to be
      offlined before children.
      
      To fix it, we want child blkcgs to pin the parents' online states
      turning the refcnt into a more generic online pinning mechanism.
      
      In prepartion,
      
      * blkcg->cgwb_refcnt -> blkcg->online_pin
      * blkcg_cgwb_get/put() -> blkcg_pin/unpin_online()
      * Take them out of CONFIG_CGROUP_WRITEBACK
      
      Signed-off-by: default avatarTejun Heo <tj@kernel.org>
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      d866dbf6
  7. Mar 29, 2020
  8. Mar 27, 2020
  9. Mar 25, 2020
  10. Mar 24, 2020
Loading