1. 18 Jun, 2020 1 commit
    • J. R. Okajima's avatar
      aufs: bugfix, IMA i_readcount · d8e4eb08
      J. R. Okajima authored
      
      
      By the recent commit
      	21913077f9918 2020-06-17 aufs: do not call i_readcount_inc()
      a very old bug was fixed, which is inblance counter.
      But still aufs needs to call i_readcount_inc() when the branch
      permission is chaned from RW to RO.  Otherwise the counter reaches 0
      and BUG() in i_readcount_dec() will be activated.
      Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
      (cherry picked from commit f10aea57d39d6cd311312e9e7746804f7059b5c8)
      d8e4eb08
  2. 22 Jan, 2020 1 commit
  3. 03 Aug, 2019 1 commit
    • J. R. Okajima's avatar
      aufs: for v5.3-rc1, maintain i_readcount · 1d26f910
      J. R. Okajima authored
      
      
      By the commit,
      	387e3746d01c 2019-06-19 locks: eliminate false positive
      		conflicts for write lease
      inode->i_readcount becomes common to CONFIG_IMA and CONFIG_FILE_LOCKING.
      In aufs branch management, eg. re-setting the branch attribute RW to RO,
      aufs has to maintain i_readcount too.
      Signed-off-by: default avatarJ. R. Okajima <hooanon05g@gmail.com>
      1d26f910
  4. 09 Mar, 2019 21 commits