Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15801 from zhangsw/feature-bucket-sync | Casey Bodley | 2017-08-01 | 17 | -44/+479 |
|\ | |||||
| * | rgw multisite: add two bucket sync test case: enable right after disable, | Zhang Shaowen | 2017-07-25 | 2 | -0/+54 |
| * | rgw multisite: remove RGWSimpleRadosDeleteCR and RGWAsyncDeleteSystemObj. | Zhang Shaowen | 2017-07-05 | 3 | -70/+2 |
| * | test/rgw: add test_bucket_sync_disable_enable | Casey Bodley | 2017-06-29 | 1 | -0/+52 |
| * | rgw multisite: add command to radosgw-admin. Stop writing new entries to | Zhang Shaowen | 2017-06-28 | 4 | -9/+13 |
| * | rgw multisite: feature of bucket sync enable/disable | Zengran Zhang | 2017-06-28 | 15 | -33/+426 |
* | | Merge pull request #16653 from amitkumar50/Coverity-1409697 | Jos Collin | 2017-08-01 | 1 | -1/+1 |
|\ \ | |||||
| * | | rgw: Assign instead of compare | amitkuma | 2017-07-28 | 1 | -1/+1 |
* | | | Merge pull request #16623 from xiexingguo/wip-weightset | Sage Weil | 2017-08-01 | 3 | -21/+15 |
|\ \ \ | |||||
| * | | | crush: clean up get_immediate_parent_id() | xie xingguo | 2017-07-29 | 2 | -16/+3 |
| * | | | crush: avoid implicitly cast | xie xingguo | 2017-07-29 | 1 | -5/+5 |
| * | | | mon/OSDMonitor: make error output more human-readable | xie xingguo | 2017-07-29 | 1 | -0/+7 |
* | | | | Merge pull request #16611 from liewegas/wip-doc-health | Sage Weil | 2017-08-01 | 1 | -4/+18 |
|\ \ \ \ | |||||
| * | | | | mon/PGMap: include which pgs have unfound objects in detail | Sage Weil | 2017-08-01 | 1 | -1/+15 |
| * | | | | mon/PGMap: put the _toofull states under DEGRADED_FULL | Sage Weil | 2017-08-01 | 1 | -2/+2 |
| * | | | | mon/PGMap: 'incomplete' means data is unavailable | Sage Weil | 2017-08-01 | 1 | -1/+1 |
* | | | | | Merge pull request #16620 from cfanz/master | Kefu Chai | 2017-08-01 | 1 | -2/+1 |
|\ \ \ \ \ | |||||
| * | | | | | common: use std::move() for better performance | Xinying Song | 2017-07-27 | 1 | -2/+1 |
* | | | | | | Merge pull request #16526 from TsaiJin/wip-fix-msg-typo | Kefu Chai | 2017-08-01 | 2 | -2/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | msg/async/AsyncConnection: set the value of l_msgr_send_bytes to how much dat... | Jin Cai | 2017-07-25 | 1 | -1/+3 |
| * | | | | | | msg/async: fix the typo error of l_msgr_send_bytes. | Jin Cai | 2017-07-24 | 1 | -1/+1 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #16666 from scienceluo/wip-luo-auth-branch | Kefu Chai | 2017-08-01 | 3 | -34/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | auth: Remove unused function in AuthSessionHandler | Luo Kexue | 2017-07-31 | 3 | -34/+2 |
* | | | | | | | Merge pull request #16622 from dillaman/wip-cmpext-dne | Josh Durgin | 2017-08-01 | 2 | -3/+46 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | osd: cmpext operator should ignore -ENOENT on read | Jason Dillaman | 2017-07-29 | 2 | -3/+46 |
| |/ / / / / / | |||||
* | | | | | | | Merge pull request #16677 from tchaikov/wip-20785 | Kefu Chai | 2017-08-01 | 3 | -12/+17 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mon/OSDMonitor: assert(pg in creating_pgs.pg) in send_pg_creates() | Kefu Chai | 2017-07-31 | 2 | -7/+8 |
| * | | | | | | | mon/OSDMonitor: more verbose message for pg creation | Kefu Chai | 2017-07-30 | 1 | -4/+6 |
| * | | | | | | | osd: do not send pg_created unless luminous | Kefu Chai | 2017-07-30 | 1 | -1/+3 |
* | | | | | | | | Merge pull request #16663 from dzafman/wip-ec-enoent | David Zafman | 2017-08-01 | 1 | -7/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | osd: EC read handling: don't grab an objectstore error to use as the read error | David Zafman | 2017-07-29 | 1 | -7/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #16695 from tchaikov/wip-cmake-disable-vta | Gregory Farnum | 2017-08-01 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | cmake: disable -fvar-tracking-assignments for config.cc | Kefu Chai | 2017-07-31 | 1 | -0/+5 |
* | | | | | | | | | Merge pull request #16697 from wjwithagen/wip-wjw-ENODATA-HashIndex.cc | Gregory Farnum | 2017-07-31 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | HashIndex.cc: add compat.h for ENODATA | Willem Jan Withagen | 2017-07-31 | 1 | -0/+1 |
* | | | | | | | | | | Merge pull request #16689 from pritha-srivastava:wip-rgw-policy-parse-error | Adam C. Emerson | 2017-07-31 | 1 | -8/+33 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | rgw: Fix for Policy Parse exception in case of multiple statements. | Pritha Srivastava | 2017-07-31 | 1 | -8/+33 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | throttle: Minimal destructor fix for Luminous | Adam C. Emerson | 2017-07-31 | 3 | -62/+113 |
* | | | | | | | | | | Merge pull request #16547 from dillaman/wip-dashboard-iscsi | Jason Dillaman | 2017-07-31 | 6 | -28/+238 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | mgr/dashboard: initial RBD iSCSI integration | Jason Dillaman | 2017-07-25 | 4 | -0/+194 |
| * | | | | | | | | | | mgr/dashboard: hide pools that do not have RBD mirroring enabled | Jason Dillaman | 2017-07-25 | 1 | -26/+43 |
| * | | | | | | | | | | mgr/dashboard: drop debug line that slipped into repo | Jason Dillaman | 2017-07-25 | 1 | -1/+0 |
| * | | | | | | | | | | librbd: ignore -ENOENT error when listing mirror image statuses | Jason Dillaman | 2017-07-25 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #16670 from Yan-waller/wip-walle-0729rbdcompile | Jason Dillaman | 2017-07-31 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | cls/rbd: silence warning from -Wunused-variable | Yan Jun | 2017-07-31 | 1 | -1/+0 |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #16583 from lxbsz/ws_macro | Jason Dillaman | 2017-07-31 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | librbd: add LIBRBD_SUPPORTS_WRITESAME support | Xiubo Li | 2017-07-26 | 1 | -0/+1 |
| | |/ / / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #16694 from Songweibin/wip-doc-rbd | Jason Dillaman | 2017-07-31 | 4 | -28/+28 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | rbd: modified some commands' description into imperative sentence | songweibin | 2017-07-31 | 4 | -28/+28 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* / | | | | | | | | | rbd: 1351525 Argument cannot be negative | amitkuma | 2017-07-31 | 1 | -1/+1 |
|/ / / / / / / / / |