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/containerd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c444666
Choose a base ref
...
head repository: containerd/containerd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8afcade
Choose a head ref
  • 13 commits
  • 13 files changed
  • 5 contributors

Commits on Oct 25, 2018

  1. optimize shim lock in runtime v1

    apply lock only around process map of shim service, avoid lock affect
    other procs operations.
    
    Signed-off-by: Ace-Tang <[email protected]>
    Ace-Tang committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    c206da7 View commit details
    Browse the repository at this point in the history
  2. Bump to Go 1.11.x

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    07237e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Change unsupported snapshot warnings to INFO

    Since there is no real action the user can do, these can safely be
    informative that the underlying filesystem does not support a snapshot
    plugin at boot.
    
    Signed-off-by: Michael Crosby <[email protected]>
    crosbymichael committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    16aaf6c View commit details
    Browse the repository at this point in the history
  2. Update ZFS for unsupported warnings

    Signed-off-by: Michael Crosby <[email protected]>
    crosbymichael committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    1301813 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2435 from thaJeztah/bump_go_1.11

    Bump to Go 1.11.0
    crosbymichael authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    86b8c48 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2745 from crosbymichael/snapshot-warnings

    Change unsupported snapshot warnings to INFO
    crosbymichael authored Oct 26, 2018
    Configuration menu
    Copy the full SHA
    7f8b405 View commit details
    Browse the repository at this point in the history
  5. Bump aufs for unsupported errors

    Signed-off-by: Michael Crosby <[email protected]>
    crosbymichael committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    1cc9346 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. bugfix: CloseIO should return correct status code

    Signed-off-by: Wei Fu <[email protected]>
    fuweid committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    00ba923 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Merge pull request #2746 from crosbymichael/aufs-bump

    Bump aufs for unsupported errors
    estesp authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    05f8c3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2743 from Ace-Tang/shim_lock

    bugfix: optimize shim lock in runtime v1 avoid dead lock
    crosbymichael authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    6f8edc2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2747 from fuweid/bugfix_wrap_error_in_closeIO

    bugfix: CloseIO should return correct status code
    crosbymichael authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    35a32a8 View commit details
    Browse the repository at this point in the history
  4. Increase reaper buffer size and non-blocking send

    Fixes #2709
    
    This increases the buffer size for process exit subscribers. It also
    implements a non-blocking send on the subscriber channel.  It is better
    to drop an exit even than it is to block a shim for one slow subscriber.
    
    Signed-off-by: Michael Crosby <[email protected]>
    crosbymichael committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    232a063 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2748 from crosbymichael/reaper-buffer

    Increase reaper buffer size and non-blocking send
    crosbymichael authored Oct 29, 2018
    Configuration menu
    Copy the full SHA
    8afcade View commit details
    Browse the repository at this point in the history
Loading