Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerd/continuity
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bd77b46c8352f74eb12c85bdc01f4b90f69d66b4
Choose a base ref
...
head repository: containerd/continuity
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 004b46473808b3e7a4a3049c20e4376c91eb966d
Choose a head ref
  • 10 commits
  • 9 files changed
  • 7 contributors

Commits on Oct 3, 2018

  1. fs: add TestCopyReflinkWithXFS

    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda committed Oct 3, 2018
    Configuration menu
    Copy the full SHA
    8568d91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from AkihiroSuda/test-reflink

     fs: add TestCopyReflinkWithXFS
    estesp authored Oct 3, 2018
    Configuration menu
    Copy the full SHA
    be9bd76 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Add references to common project docs

    Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
    estesp committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    311e47e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge pull request #137 from estesp/common-project-docs

    Add references to common project docs
    dmcgowan authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    c220ac4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Fix copy_file_range usage for files > 2GB on 32-bit archs.

    copy_file_range checks that its arguments don't exceeds SSIZE_MAX and fails with EINVAL if they do.
    
    This fix ensures that we are never trying to copy more than SSIZE_MAX at a time and at the same time avoids overflows when the file is larger than 4GB on 32-bit systems.
    
    Signed-off-by: Kasper Fabæch Brandt <poizan@poizan.dk>
    poizan42 committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    9621bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2018

  1. Merge pull request #122 from poizan42/fix-mips

    Fix copy_file_range usage for files > 2GB on 32-bit archs
    AkihiroSuda authored Oct 27, 2018
    Configuration menu
    Copy the full SHA
    bea7585 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. fs: add WithAllowXAttrErrors CopyOpt

    This option allows ignoring errors during copying xattr like `security.selinux`,
    which is not always supported.
    
    Reported in several issues including
    * openfaas/openfaas-cloud#312
    * moby/buildkit#704
    * genuinetools/img#45
    * https://bugzilla.redhat.com/show_bug.cgi?id=1596918
    
    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda authored and nixpanic committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    cc6b518 View commit details
    Browse the repository at this point in the history
  2. fs/copy: continue copying xattrs in case one fails

    Signed-off-by: Niels de Vos <ndevos@redhat.com>
    nixpanic committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    194c23c View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. fs: add XAttrErrorHandler

    Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
    AkihiroSuda committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    a664d80 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Merge pull request #138 from AkihiroSuda/xattr

    fs: add WithAllowXAttrErrors CopyOpt
    estesp authored Dec 3, 2018
    Configuration menu
    Copy the full SHA
    004b464 View commit details
    Browse the repository at this point in the history
Loading