1. 16 12月, 2016 2 次提交
    • M
      ovl: redirect on rename-dir · a6c60655
      Miklos Szeredi 提交于
      Current code returns EXDEV when a directory would need to be copied up to
      move.  We could copy up the directory tree in this case, but there's
      another, simpler solution: point to old lower directory from moved upper
      directory.
      
      This is achieved with a "trusted.overlay.redirect" xattr storing the path
      relative to the root of the overlay.  After such attribute has been set,
      the directory can be moved without further actions required.
      
      This is a backward incompatible feature, old kernels won't be able to
      correctly mount an overlay containing redirected directories.
      Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
      a6c60655
    • M
      ovl: update doc · 2d8f2908
      Miklos Szeredi 提交于
      The quirk for file locks and leases no longer applies.
      
      Add missing info about renaming directory residing on lower layer.
      Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
      2d8f2908
  2. 01 9月, 2016 1 次提交
  3. 27 5月, 2016 1 次提交
  4. 12 11月, 2015 1 次提交
  5. 08 1月, 2015 1 次提交
  6. 13 12月, 2014 2 次提交
  7. 20 11月, 2014 1 次提交
  8. 24 10月, 2014 1 次提交