summaryrefslogtreecommitdiffstats
path: root/bin (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-24script: Obtain milestones via github APILenz Grimmer1-24/+7
2019-04-24import-generated.sh: correct access to ceph-dencoderChangcheng Liu1-5/+5
2019-04-24denc: use scope_guard to close(fd)Kefu Chai1-1/+1
2019-04-24crush,msg: silence -Wsign-compare warningsKefu Chai2-2/+3
2019-04-24denc: allow DencDumper to dump OOB bufferKefu Chai1-2/+18
2019-04-24denc: rewrite DENC_DUMP_{PRE,POST} using templateKefu Chai3-30/+53
2019-04-23rgw: log refactoring for AtomicObjProcessor completeAli Maredia11-74/+87
2019-04-23rgw: sync counters: drop spaces from counter namesAbhishek Lekshmanan1-5/+5
2019-04-23mgr/prometheus: replace whitespaces in metrics' namesalfonsomthd1-1/+1
2019-04-23rbd_replay: call the member decode() explicitlyKefu Chai2-4/+4
2019-04-23rbd-mirror: clear out bufferlist prior to listing mirror imagesJason Dillaman1-0/+1
2019-04-23doc/rados/operations/devices: document device failure predictionSage Weil1-1/+36
2019-04-23osd: make use of pg history and past_intervals in pg_create2 messagesSage Weil1-17/+52
2019-04-23qa: add crush-node-flags testxie xingguo1-0/+28
2019-04-23doc/rbd/rbd-cloudstack: update disk offering URL to new docsKefu Chai1-3/+3
2019-04-23mon/OSDMonitor: remove crush node flags too on "crush rm"xie xingguo1-0/+2
2019-04-23mon/OSDMonitor: make per-OSD no{out,down,in,out} flags prior to CRUSH nodesxie xingguo1-8/+8
2019-04-23osd/PG: fix last_complete re-calculation on splittingxie xingguo2-4/+5
2019-04-22doc/governance: add cbodeySage Weil1-0/+1
2019-04-22common/util: handle long lines in /proc/cpuinfoSage Weil1-1/+1
2019-04-22doc/dev/erasure-coded-pool: updateSage Weil1-6/+6
2019-04-22qa/workunits/rbd: use more recent qemu-iotests that support BionicJason Dillaman1-2/+10
2019-04-22doc/rados/operations/erasure-code*: update default ec profile referencesSage Weil2-5/+5
2019-04-22rgw: thread DoutPrefixProvider into fetch_remote_objAli Maredia6-23/+39
2019-04-22rgw: log refactoring for putobj_processorAli Maredia4-30/+43
2019-04-22rgw: cls_bucket_list_unordered lists a single shardCasey Bodley1-10/+7
2019-04-22cls/rgw: expose cls_rgw_bucket_list_op for single shardCasey Bodley2-7/+25
2019-04-22mgr/telemetry: default to reports every 24h; lower minimumSage Weil1-2/+2
2019-04-22mgr/telemetry: exclude hostname field in crash reportsSage Weil1-1/+3
2019-04-22mon/OSDMonitor: track history and past_intervals for creating pgsSage Weil5-29/+227
2019-04-22osd/osd_types: make PastIntervals pi_compact_rep print participantsSage Weil1-1/+2
2019-04-22osd/osd_types: take bare const OSDMap * to check_new_intervalSage Weil4-13/+43
2019-04-22osd/osd_types: add pg_history_t ctor that takes creation epoch+stampSage Weil2-40/+23
2019-04-20crimson: pass `Connection*` to Dispatch::ms_dispatch()Kefu Chai14-46/+40
2019-04-20doc: operations: reweight-by-utilization typoAnthony D'Atri1-1/+1
2019-04-19common/options: change default erasure-code-profile to k=2 m=2Sage Weil2-2/+2
2019-04-19test/librbd: drop 'ceph_test_librbd_api' targetJason Dillaman2-18/+0
2019-04-19qa/suites/rbd: added writearound cache test permutationsJason Dillaman9-0/+43
2019-04-19mgr/BaseMgrModule: run MonCommandCompletion on the finisherSage Weil3-4/+12
2019-04-19mgr/BaseMgrModule: fix leakSage Weil1-1/+1
2019-04-19os/bluestore: fix out-of-bound access in bmap allocator.Igor Fedotov2-14/+14
2019-04-19os/bluestore: reproduce out-of-bound access for bmap allocatorIgor Fedotov2-0/+11
2019-04-19librbd: optionally move parent image to trash on removeMykola Golub13-19/+256
2019-04-19librbd: reuse async trash remove state machineMykola Golub1-27/+5
2019-04-19librbd: async trash remove state machineMykola Golub5-0/+523
2019-04-19rbd-nbd: sscanf return 0 mean not-match.Jianpeng Ma1-2/+5
2019-04-18osd: Increase log level of messages which unnecessarily fill up logsDavid Zafman1-2/+2
2019-04-18doc: fix boot transition in mds state diagramPatrick Donnelly2-175/+183
2019-04-18rbd: fixed memory leak in 'rbd mirror pool' multi-image actionsJason Dillaman1-0/+1
2019-04-18librbd: async open/close should free ImageCtx before issuing callbackJason Dillaman2-11/+18