summaryrefslogtreecommitdiffstats
path: root/src/librados (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/config: pass entity_type down into parse_env()Sage Weil2019-03-081-3/+3
* librados: add symbol versioning to the C++ APIJason Dillaman2019-02-213-33/+26
* librados: add symbol versioning to the C APIJason Dillaman2019-02-205-604/+982
* librados: revert librados3/libradoscc back to librados2Jason Dillaman2019-02-201-28/+4
* librados: don't claim ObjectOperation::cmpext() bufferIlya Dryomov2019-02-191-2/+3
* msg/Dispatcher: remove force_new arg from ms_get_authorizer()Sage Weil2019-01-172-3/+2
* rados, librados: Get errors back to callerDavid Zafman2018-12-141-3/+5
* librados: fix a way rados approximate per-pool net amount.Igor Fedotov2018-12-062-8/+8
* rados,mon: improve ceph and rados df reports.Igor Fedotov2018-12-062-4/+27
* Merge PR #23550 into masterSage Weil2018-12-051-1/+2
|\
| * auth: Kerberos authenticationoliveiradan2018-12-041-1/+2
* | librados: NObjectIteratorImpl::get_next() throws std::system_errorCasey Bodley2018-11-262-5/+3
|/
* Merge pull request #24014 from yehudasa/wip-rgw-svc-2Yehuda Sadeh2018-11-081-0/+13
|\
| * librados: add move operations to IoCtxCasey Bodley2018-11-081-0/+13
* | Merge pull request #24896 from tchaikov/wip-librados-cleanupKefu Chai2018-11-084-141/+10
|\ \ | |/ |/|
| * librados: remove rados_tmap_*Kefu Chai2018-11-074-113/+0
| * librados: add new setxattr overload backKefu Chai2018-11-071-0/+7
| * librados: remove redundant IoCtx::nobjects_begin() variantsKefu Chai2018-11-071-18/+0
| * librados: deprecate ObjectWriteOperation::copy_from()Kefu Chai2018-11-071-10/+3
* | librados: update for CLI arg format changeJohn Spray2018-11-071-1/+1
|/
* cmake: bump librados so versionKefu Chai2018-11-011-2/+2
* librados: move C++ APIs into libradosppKefu Chai2018-11-018-3026/+3146
* librados: move get_inconsistent_pgs() into RadosClientKefu Chai2018-11-013-74/+65
* Merge PR #24534 into masterSage Weil2018-10-301-0/+3
|\
| * librados: Copy buffer on AIO readWido den Hollander2018-10-111-0/+3
* | 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-222-4/+7
|\ \
| * | librados: use steady clock for rados_mon_op_timeoutMohamad Gebai2018-05-212-4/+7
* | | librados: Mutex::Locker -> std::lock_guardSage Weil2018-10-162-9/+9
| |/ |/|
* | Merge pull request #23622 from renhwztetecs/renhw-wip-25103John Spray2018-10-101-2/+14
|\ \
| * | librados: Add compatible code to PG new pg_state_ready fieldhuanwen ren2018-09-271-2/+14
* | | common: fix typosKefu Chai2018-09-211-1/+1
* | | Merge pull request #23823 from dillaman/wip-namespace-osd-checkJason Dillaman2018-09-203-0/+27
|\ \ \
| * | | librados: new get_min_compatible_osd API helper methodsJason Dillaman2018-08-283-0/+27
* | | | Rename "include/assert.h"Brad Hubbard2018-09-142-2/+2
* | | | Merge pull request #23839 from trociny/wip-migration-commit-raceJason Dillaman2018-09-101-0/+1
|\ \ \ \
| * | | | librados/calc_snap_set_diff: return empty diff if need to read whole objectMykola Golub2018-08-311-0/+1
| |/ / /
* | | | librados: deprecate calls that take auidSage Weil2018-08-315-68/+55
* | | | osdc/Objecter: do not pass auid to create_poolSage Weil2018-08-311-2/+2
|/ / /
* | | librados: Use ceph_assert for asserts.Adam C. Emerson2018-08-275-41/+41
* | | librados: add a rados_omap_iter_size functionJeff Layton2018-08-151-0/+6
|/ /
* | cmake: fix "WITH_STATIC_LIBSTDCXX"Kefu Chai2018-07-281-4/+0
* | common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-102-25/+25
* | librados: myaddr -> myaddrsSage Weil2018-07-031-1/+1
* | Merge pull request #22710 from tchaikov/wip-config-without-lockKefu Chai2018-06-271-1/+1
|\ \
| * | common: add LockPolicy to md_config_tKefu Chai2018-06-271-1/+1
* | | Merge pull request #22673 from dillaman/wip-24558Mykola Golub2018-06-271-0/+21
|\ \ \ | |/ / |/| |
| * | librados: add namespace getter to IoCtx APIJason Dillaman2018-06-211-0/+21
* | | include/memory.h: remove memory.hKefu Chai2018-06-261-1/+1
|/ /
* | Merge pull request #21999 from myoungwon/wip-manifest-unset-opKefu Chai2018-06-051-0/+6
|\ \