Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge PR #23635 into master | Patrick Donnelly | 2018-08-21 | 10 | -136/+122 |
|\ | |||||
| * | mds: use monotonic clock in beacon | Patrick Donnelly | 2018-08-20 | 10 | -116/+114 |
| * | mds: simplify beacon init | Patrick Donnelly | 2018-08-17 | 2 | -21/+9 |
* | | librbd: add image access/last modified timestamps | Julien Collet | 2018-08-21 | 21 | -18/+894 |
* | | Merge pull request #23649 from trociny/wip-26939 | Jason Dillaman | 2018-08-21 | 2 | -6/+66 |
|\ \ | |||||
| * | | librbd: journaling unable request can not be sent to remote lock owner | Mykola Golub | 2018-08-20 | 2 | -6/+66 |
* | | | Merge pull request #23311 from Songweibin/wip-fix-du-display | Jason Dillaman | 2018-08-21 | 1 | -1/+35 |
|\ \ \ | |||||
| * | | | tools/rbd: minor fixes for rbd du display | songweibin | 2018-08-15 | 1 | -1/+35 |
* | | | | Merge pull request #23638 from Songweibin/wip-filter-user-snapshots | Jason Dillaman | 2018-08-21 | 2 | -2/+11 |
|\ \ \ \ | |||||
| * | | | | rbd: fix error processing images which have non-user snapshots | songweibin | 2018-08-18 | 1 | -2/+7 |
| * | | | | rbd: fix error purging non-user snapshots | songweibin | 2018-08-18 | 1 | -0/+4 |
* | | | | | Merge pull request #23606 from ifed01/wip-ifed-stupid-get-fragmentation-fix | Kefu Chai | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | os/bluestore: fix assertion in StupidAllocator::get_fragmentation | Igor Fedotov | 2018-08-16 | 1 | -1/+1 |
* | | | | | | Merge pull request #23587 from xiexingguo/wip-recover-order | Kefu Chai | 2018-08-21 | 2 | -12/+21 |
|\ \ \ \ \ \ | |||||
| * | | | | | | osd/PG: calc_min_last_complete_ondisk should return nothing | xie xingguo | 2018-08-17 | 1 | -4/+4 |
| * | | | | | | osd/PrimaryLogPG: optimize recover order | xie xingguo | 2018-08-17 | 1 | -8/+17 |
* | | | | | | | Merge pull request #23558 from liewegas/wip-mgr-always-on | Kefu Chai | 2018-08-21 | 1 | -1/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mgr: keep status, balancer always on | Sage Weil | 2018-08-18 | 1 | -1/+5 |
* | | | | | | | | Merge pull request #23573 from rzarzynski/wip-msg-26937 | Kefu Chai | 2018-08-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | msg: entity_addr_t::parse doesn't do memset(this, 0, ...) for clean-up. | Radoslaw Zarzynski | 2018-08-14 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #23641 from wjwithagen/wjw-fix-pthread_get_name_np | Kefu Chai | 2018-08-21 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | core: make pthread_get_name_np work when available | Willem Jan Withagen | 2018-08-19 | 1 | -0/+4 |
* | | | | | | | | | | Merge pull request #23657 from trociny/wip-wsign-compare | Jason Dillaman | 2018-08-21 | 7 | -13/+14 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | test/librbd: fix compiler -Wsign-compare warnings | Mykola Golub | 2018-08-20 | 7 | -13/+14 |
* | | | | | | | | | | | Merge pull request #23591 from tchaikov/wip-lockless-auth | Kefu Chai | 2018-08-21 | 33 | -256/+704 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cpp-btree: do not #define NDEBUG | Kefu Chai | 2018-08-19 | 1 | -6/+7 |
| * | | | | | | | | | | | test/librados: do not use assert() for its side effect | Kefu Chai | 2018-08-19 | 1 | -1/+2 |
| * | | | | | | | | | | | cmake: do not remove -DNDEBUG from CFLAGS anymore | Kefu Chai | 2018-08-16 | 1 | -10/+0 |
| * | | | | | | | | | | | common/shared_cache: add `std::` | Kefu Chai | 2018-08-16 | 1 | -22/+19 |
| * | | | | | | | | | | | auth: switch to LockPolicy templatized alternatives | Kefu Chai | 2018-08-16 | 15 | -74/+113 |
| * | | | | | | | | | | | common: use std::mutex and friends if NDEBUG | Kefu Chai | 2018-08-16 | 5 | -127/+194 |
| * | | | | | | | | | | | common: add {condition_variable,shared_mutex}_debug | Kefu Chai | 2018-08-16 | 6 | -0/+355 |
| * | | | | | | | | | | | common: replace "ceph::internal" namespace with "ceph" | Kefu Chai | 2018-08-16 | 8 | -17/+15 |
| * | | | | | | | | | | | auth: move get_auth_client_handler() into AuthClientHandler | Kefu Chai | 2018-08-16 | 3 | -7/+7 |
* | | | | | | | | | | | | Merge pull request #23631 from cyx1231st/test-seastar-config | Kefu Chai | 2018-08-21 | 2 | -5/+56 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | crimson/test: improve test_config with observers | Yingxin | 2018-08-21 | 1 | -5/+54 |
| * | | | | | | | | | | | | crimson/common: apply config changes also on shard.0 | Yingxin | 2018-08-20 | 1 | -0/+2 |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #23582 from badone/wip-remove-upstart | Kefu Chai | 2018-08-21 | 20 | -349/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Remove upstart files and references | Brad Hubbard | 2018-08-20 | 20 | -349/+0 |
* | | | | | | | | | | | | | Merge pull request #23654 from cbodley/wip-crypto-assert-always | Kefu Chai | 2018-08-21 | 1 | -12/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | crypto: use ceph_assert_always for assertions | Casey Bodley | 2018-08-20 | 1 | -12/+12 |
* | | | | | | | | | | | | | | Merge PR #22668 into master | Patrick Donnelly | 2018-08-21 | 10 | -128/+272 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | mds: reorganize and curate perf log counters | Venky Shankar | 2018-08-16 | 6 | -124/+155 |
| * | | | | | | | | | | | | | | mds: show session load average in dump session | Venky Shankar | 2018-08-16 | 2 | -0/+6 |
| * | | | | | | | | | | | | | | mds: allow request load average decay rate configurable via admin socket | Venky Shankar | 2018-08-16 | 4 | -0/+27 |
| * | | | | | | | | | | | | | | mds: decay counter for tracking request load average | Venky Shankar | 2018-08-16 | 4 | -4/+65 |
| * | | | | | | | | | | | | | | mds: add perf counters to track current open/stale sessions | Venky Shankar | 2018-08-16 | 2 | -0/+19 |
* | | | | | | | | | | | | | | | Merge PR #23438 into master | Patrick Donnelly | 2018-08-21 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | client: fix choose_target_mds for requests that do name lookup | Yan, Zheng | 2018-08-06 | 1 | -0/+4 |
* | | | | | | | | | | | | | | | | Merge PR #23467 into master | Patrick Donnelly | 2018-08-21 | 9 | -52/+206 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |