summaryrefslogtreecommitdiffstats
path: root/src/librados/RadosClient.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/: define ceph_release_t and use itKefu Chai2019-05-041-3/+5
* msg: remove old ms_* auth methods from Dispatcher interfaceSage Weil2019-04-241-10/+0
* common: add --log-early command line optionSage Weil2019-04-071-0/+5
* msg/Dispatcher: remove force_new arg from ms_get_authorizer()Sage Weil2019-01-171-2/+1
* librados: move C++ APIs into libradosppKefu Chai2018-11-011-1/+2
* librados: move get_inconsistent_pgs() into RadosClientKefu Chai2018-11-011-0/+49
* librados: fix unitialized timeout in wait_for_osdmapCasey Bodley2018-10-241-2/+1
* Merge pull request #20004 from mogeb/steady-clock-tools-radosKefu Chai2018-10-221-4/+6
|\
| * librados: use steady clock for rados_mon_op_timeoutMohamad Gebai2018-05-211-4/+6
* | librados: Mutex::Locker -> std::lock_guardSage Weil2018-10-161-8/+8
* | Merge pull request #23823 from dillaman/wip-namespace-osd-checkJason Dillaman2018-09-201-0/+14
|\ \
| * | librados: new get_min_compatible_osd API helper methodsJason Dillaman2018-08-281-0/+14
* | | Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* | | librados: deprecate calls that take auidSage Weil2018-08-311-21/+3
* | | osdc/Objecter: do not pass auid to create_poolSage Weil2018-08-311-2/+2
|/ /
* | librados: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-5/+5
* | librados: myaddr -> myaddrsSage Weil2018-07-031-1/+1
* | common/LogEntry: addr -> addrsSage Weil2018-05-281-1/+1
|/
* Merge pull request #21609 from dragonylffly/wip-fix-create-ioctxKefu Chai2018-05-091-1/+14
|\
| * librados: return ENOENT if pool_id invalidLi Wang2018-05-071-0/+4
| * librados: check latest osdmap for pool_get_nameLi Wang2018-05-071-1/+10
* | librados: timeout on mgr_command()Kefu Chai2018-05-041-1/+5
* | librados: fix locking on get_required_monitor_featuresJohn Spray2018-05-041-1/+2
* | librados: config mgrclient for pre-luminous clusterJohn Spray2018-05-041-0/+5
* | librados: Reject the invalid pool create request at client side, rather than ...Yang Honggang2018-04-091-0/+3
|/
* librados: fix common_init_finish timingSage Weil2018-03-061-2/+2
* mon/MonClient: one-shot mon connection on started to fetch configSage Weil2018-03-061-0/+7
* librados: getter for min compatible client versionsJason Dillaman2018-01-231-0/+16
* rados: use WaitInterval()'s return value instead of manual timingMohamad Gebai2018-01-181-4/+2
* rados,mgr: pass daemon_status by rvalue referenceKefu Chai2017-10-241-2/+2
* client: Support new, filtered MStatfsDouglas Fuller2017-08-031-1/+2
* librados: added async application enable APIJason Dillaman2017-07-191-12/+11
* librados: new API to manipulate pool application metadataJason Dillaman2017-07-191-0/+5
* librados: include common daemon metadata in service_daemon_registerJohn Spray2017-07-091-0/+3
* librados: allow service registrationsSage Weil2017-07-091-0/+52
* librados: add log channel to rados_monitor_log2 callbackSage Weil2017-06-261-1/+3
* osdc/Objecter: s/atomic_t/std::atomic<>/Kefu Chai2017-06-081-1/+1
* librados: add rados_monitor_log2 that includes EntityNameSage Weil2017-05-311-10/+23
* librados: use EntityName in monitor_log lineSage Weil2017-05-311-1/+1
* librados: return error from mgr start_commandSage Weil2017-03-291-2/+4
* Merge pull request #13535 from dongbula/add-rgw-finisher-to-perfcounterSage Weil2017-03-201-1/+1
|\
| * rgw: add radosclient finisher to perf counterlvshuhua2017-03-091-1/+1
* | librados: update for osd_command/mon_command void changeJohn Spray2017-03-091-6/+4
|/
* msg/Messenger: drop useless 'supported' arg to Policy ctorSage Weil2017-03-031-1/+1
* Merge pull request #13289 from songbaisen/s13Yuri Weinstein2017-03-031-11/+13
|\
| * rados: we need to get the latest osdmap when pool does not existssongbaisen2017-02-141-11/+13
* | Merge pull request #13442 from Liuchang0812/cleanup-libradosSage Weil2017-02-151-1/+1
|\ \
| * | librados: add override for libradosliuchang08122017-02-151-1/+1
* | | mon/monclient: hunt for multiple monitor in parallelKefu Chai2017-02-141-1/+1
|/ /
* | osd, messenger, librados: lttng enhancementsAnjaneya Chagam2017-01-161-0/+1