summaryrefslogtreecommitdiffstats
path: root/src/script (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-28os/bluestore: fix pmem osd build problemlixiaoy11-3/+3
2019-06-28do_cmake.sh: Add a heading to the minimal configBrad Hubbard1-0/+1
2019-06-28doc/rados/configuration/osd-config-ref.rst: document osd_delete_sleepNeha Ojha1-0/+36
2019-06-27crimson/osd/pg: start_operation for read_state, schedule_event_on_commitSamuel Just2-12/+18
2019-06-27doc/rados/operations: add safe-to-destroy check to OSD replacement workflowSage Weil1-2/+6
2019-06-26mgr/volumes: fix incorrect VolumeException argumentsRamana Raja1-1/+1
2019-06-26mgr/volumes: allow setting modeRamana Raja3-11/+82
2019-06-26mgr/volumes: allow setting data pool layoutRamana Raja4-20/+94
2019-06-26crimson/net: added support for new errorsYingxin Cheng1-4/+17
2019-06-26test/crimson: add unit-test for ceph::net::SocketYingxin Cheng4-0/+226
2019-06-26doc/radosgw/compression.rst: fix typohydro-b1-1/+1
2019-06-25journal: fix race between player shut down and cache rebalanceMykola Golub1-1/+1
2019-06-25crimson/osd: update peering_state in PG::on_activate_complete()Kefu Chai2-4/+36
2019-06-25crimson/osd: use get_osdmap_epoch()Kefu Chai2-2/+2
2019-06-25common/ConfUtils: implement trim helpers using boostKefu Chai3-98/+3
2019-06-25qa/workunits: add auth caps allow command caseGu Zhongyan1-1/+4
2019-06-25auth/KeyRing: escape quotes around commandsKefu Chai1-0/+2
2019-06-25src/: parser returns up to one errorKefu Chai12-43/+29
2019-06-25src: use spirit based ceph.conf parserKefu Chai10-618/+381
2019-06-25rbd-mirror: handle duplicates in image sync throttler queueMykola Golub4-23/+98
2019-06-25crimson: fix state machine operations in advance_pg_to and pg creationSamuel Just13-83/+204
2019-06-24librbd: refine re-connect implement and init methodshangdehao14-36/+68
2019-06-24doc: fix example command on creating ceph userYuan Zhou1-1/+1
2019-06-24librbd: change init method of Parent cache to asynchronousshangdehao13-13/+15
2019-06-24librbd: add read_object method to ParentCacheshangdehao12-33/+8
2019-06-24librbd: refine hard code and remove dead codeshangdehao12-9/+4
2019-06-24librbd: add lock to resovle race conditionshangdehao12-9/+19
2019-06-24doc: better format for rbd persistent cacheYuan Zhou1-39/+46
2019-06-24librbd: remove parent cache config from ImageCtxshangdehao15-9/+6
2019-06-24librbd: cleanup parent cacheshangdehao15-20/+17
2019-06-24librbd: modify Parent cache interfaceshangdehao13-21/+22
2019-06-24doc: updating doc for rbd shared parent cacheYuan Zhou1-11/+31
2019-06-24librbd: move SharedPersistentObjectCacher to ParentCacheObjectDispatchshangdehao16-98/+48
2019-06-24librbd: add re-connect and infligh enable featureshangdehao17-52/+148
2019-06-24tools: modify connect implement of RO cacheshangdehao12-7/+34
2019-06-24librbd: fix double free issue for CacheGenContextURefshangdehao11-3/+3
2019-06-24librbd: add TypeTrait class to librbd/cacheshangdehao14-61/+95
2019-06-24librbd: cleanup RO cacheshangdehao18-50/+38
2019-06-24librbd: change RO hook naming.shangdehao14-4/+4
2019-06-24doc: adding docs for rbd shared read-only parent image cacheYuan Zhou3-26/+80
2019-06-24librbd: modify RO hook implementsshangdehao13-37/+29
2019-06-24librbd: don't append zeros for RO caching readingshangdehao11-9/+1
2019-06-24librbd: keep gen lambda context smallshangdehao12-12/+15
2019-06-24librbd: introduce new context type at ROshangdehao19-27/+35
2019-06-24librbd: modify flush interface of ROshangdehao13-6/+3
2019-06-24test: add librbd/cache/ParentImageCache UTshangdehao12-0/+315