1. 20 7月, 2017 1 次提交
  2. 14 7月, 2017 4 次提交
  3. 05 7月, 2017 33 次提交
  4. 04 7月, 2017 1 次提交
    • M
      Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid into overlayfs-next · 7f53b7d0
      Miklos Szeredi 提交于
      UUID/GUID updates:
      
       - introduce the new uuid_t/guid_t types that are going to replace
         the somewhat confusing uuid_be/uuid_le types and make the terminology
         fit the various specs, as well as the userspace libuuid library.
         (me, based on a previous version from Amir)
       - consolidated generic uuid/guid helper functions lifted from XFS
         and libnvdimm (Amir and me)
       - conversions to the new types and helpers (Amir, Andy and me)
      7f53b7d0
  5. 28 6月, 2017 1 次提交
    • M
      ovl: don't set origin on broken lower hardlink · fbaf94ee
      Miklos Szeredi 提交于
      When copying up a file that has multiple hard links we need to break any
      association with the origin file.  This makes copy-up be essentially an
      atomic replace.
      
      The new file has nothing to do with the old one (except having the same
      data and metadata initially), so don't set the overlay.origin attribute.
      
      We can relax this in the future when we are able to index upper object by
      origin.
      Signed-off-by: NMiklos Szeredi <mszeredi@redhat.com>
      Fixes: 3a1e819b ("ovl: store file handle of lower inode on copy up")
      fbaf94ee