Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dir lock #885

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Dir lock #885

wants to merge 29 commits into from

Commits on Mar 10, 2017

  1. Add dir lock support

    yangce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    6d0afe6 View commit details
    Browse the repository at this point in the history
  2. Add dir lock implementation

    yangce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    0c81542 View commit details
    Browse the repository at this point in the history
  3. Remove redudant interface

    yangce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    27bdeb7 View commit details
    Browse the repository at this point in the history
  4. Fix indent

    yangce committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b60b659 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Check whether blocks closed in LockDir

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    d4920ab View commit details
    Browse the repository at this point in the history
  2. Rename status code

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    528a3f1 View commit details
    Browse the repository at this point in the history
  3. Smallfix

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    ee44333 View commit details
    Browse the repository at this point in the history
  4. Add ListAllBlocks for namespace

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    a094b62 View commit details
    Browse the repository at this point in the history
  5. Add CheckBlocksClosed for BlockMapping

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    526afbb View commit details
    Browse the repository at this point in the history
  6. Add GetUUID and ut for CheckBlocksClosed

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    90fb30e View commit details
    Browse the repository at this point in the history
  7. Add Get/SetDirLockStatus

    yangce committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    638e070 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2017

  1. Bugfix for ListAllBlocks & SetDirLockStatus

    yangce committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    4647fd1 View commit details
    Browse the repository at this point in the history
  2. Add ut for Get/SetDirLockStatus

    yangce committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    d9f4e30 View commit details
    Browse the repository at this point in the history
  3. Add log

    yangce committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    2109206 View commit details
    Browse the repository at this point in the history
  4. Use GetFromStore

    yangce committed Mar 14, 2017
    Configuration menu
    Copy the full SHA
    b741c65 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Record lock holder in FileInfo

    yangce committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    fcda9a2 View commit details
    Browse the repository at this point in the history
  2. Check dir lock when create or delete file

    yangce committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    7f38c4e View commit details
    Browse the repository at this point in the history
  3. Add ut for Rename

    yangce committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    8a74dd0 View commit details
    Browse the repository at this point in the history
  4. Record uuid for dir lock & fix ut

    yangce committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    bd17d00 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2017

  1. Add CheckDirLockPermission & ut

    yangce committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    fb22a40 View commit details
    Browse the repository at this point in the history
  2. Add ut for CheckDirLockPermission

    yangce committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    f92ad06 View commit details
    Browse the repository at this point in the history
  3. Add uuid in proto

    yangce committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    002a13f View commit details
    Browse the repository at this point in the history
  4. Set uuid in OpenFile

    yangce committed Mar 16, 2017
    Configuration menu
    Copy the full SHA
    bfa0a82 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Fix ut

    yangce committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8887470 View commit details
    Browse the repository at this point in the history
  2. Sync dir lock to secondary nameservers

    yangce committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    41a5bcd View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Merge branch 'upstream' into dir_lock2

    yangce committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    6a3c085 View commit details
    Browse the repository at this point in the history
  2. Add block_mapping_manager_test.cc

    yangce committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    8f999d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2017

  1. Support timeout in LockDirectory

    yangce committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    bf6ea1a View commit details
    Browse the repository at this point in the history
  2. Support force unlock dir

    yangce committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    2cd0213 View commit details
    Browse the repository at this point in the history