summaryrefslogtreecommitdiffstats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-immutable-object-cache: don't return empty path for older clientsMykola Golub2020-07-238-5/+45
* ceph-immutable-object-cache: handle DNE objectsMykola Golub2020-07-235-23/+28
* Merge pull request #36158 from dillaman/wip-45169Mykola Golub2020-07-235-26/+44
|\
| * immutable-object-cache: fix error handling during start upJason Dillaman2020-07-205-26/+44
* | Merge pull request #36149 from adamemerson/wip-warn-moreAdam C. Emerson2020-07-2115-17/+17
|\ \
| * | tools/cephfs: Explicitly convert to charAdam C. Emerson2020-07-171-1/+1
| * | rbd_mirror: Remove unneded implicit conversionsAdam C. Emerson2020-07-172-6/+4
| * | {tools,rbd,rados,rgw}: Fix Boost.Bind placeholder warningAdam C. Emerson2020-07-1712-10/+12
| |/
* | Merge pull request #35629 from dillaman/wip-librbd-asio-2Mykola Golub2020-07-1811-34/+41
|\ \
| * | librbd: managed_lock::BreakRequest needs a reference to AsioEngineJason Dillaman2020-07-167-23/+24
| * | librbd: replace ImageCtx::get_work_queue with direct AsioEngine usageJason Dillaman2020-07-164-9/+12
| * | cls/rbd: add support for neorados-style IO requestsJason Dillaman2020-07-161-2/+5
| |/
* | Merge PR #35902 into masterPatrick Donnelly2020-07-182-4/+4
|\ \ | |/ |/|
| * ceph-dedup-tool: fix warningSage Weil2020-07-141-1/+0
| * mds: slave -> peerSage Weil2020-07-142-4/+4
* | Merge pull request #36051 from Songweibin/wip-rados-setomapvalKefu Chai2020-07-161-2/+18
|\ \
| * | tools/rados: add a parameter "-i infile" to `setomapval` commandsongweibin2020-07-131-2/+18
* | | Merge pull request #35989 from bigwhite37/fix-dedup-tool-unused-var-warnmyoungwon oh2020-07-161-1/+2
|\ \ \
| * | | tools/ceph_dedup_tool: rm unused var "cur_time"SHU Zhenyi2020-07-101-1/+0
| * | | tools/ceph_dedup_tool: fix unused var "debug"SHU Zhenyi2020-07-101-0/+2
* | | | Merge pull request #29283 from myoungwon/wip-refcount-snapSamuel Just2020-07-151-2/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | osd: change tier-flush's operation type to ReadOperationmyoungwon oh2020-06-141-2/+10
* | | | Merge pull request #36008 from idryomov/wip-krbd-58-optionsIlya Dryomov2020-07-111-0/+35
|\ \ \ \
| * | | | rbd: recognize compression_hint map optionIlya Dryomov2020-07-101-0/+13
| * | | | rbd: recognize crush_location and read_from_replica map optionsIlya Dryomov2020-07-101-0/+22
* | | | | Merge pull request #32707 from petrutlucian94/windows.4Kefu Chai2020-07-114-10/+10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | cls,rados,rbd,mds,common: Avoid name collision with Windows headersLucian Petrut2020-07-084-10/+10
* | | | | Merge PR #35810 into masterPatrick Donnelly2020-07-093-22/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tool: convert str to num using strtoullSimon Gao2020-07-023-22/+6
* | | | | Merge pull request #35861 from dillaman/wip-write-zeroes-tweaksMykola Golub2020-07-071-15/+14
|\ \ \ \ \
| * | | | | rbd: switch thick-provision image creation to use new write_zeroes APIJason Dillaman2020-07-061-15/+14
* | | | | | tools/ceph-dencoder: add get_struct_v,get_struct_compat commandsKefu Chai2020-07-062-0/+12
|/ / / / /
* | | | | rbd: use new 'write_zeroes' API to ensure zeroed extents will be zeroedJason Dillaman2020-06-301-16/+12
* | | | | Merge PR #35323 into masterPatrick Donnelly2020-06-253-1142/+1174
|\| | | | | |/ / / |/| | |
| * | | tool: change coding style, indent with two spacesSimon Gao2020-06-223-1142/+1174
* | | | Merge pull request #35632 from dzafman/wip-46064Neha Ojha2020-06-191-2/+17
|\ \ \ \
| * | | | tools: Add statfs operation to ceph-objecstore-toolDavid Zafman2020-06-181-2/+17
| | |/ / | |/| |
* | | | Merge pull request #35329 from trociny/wip-quiesce_completeJason Dillaman2020-06-1812-14/+79
|\ \ \ \
| * | | | rbd: use 'snap-name' instead of 'snapshot-name' in help examplesMykola Golub2020-06-094-4/+4
| * | | | rbd: add skip-quiesce and ignore-quiesce-error optionsMykola Golub2020-06-097-8/+70
| * | | | librbd: new snapshot create API to pass flagsMykola Golub2020-06-092-1/+4
| * | | | librbd: extend quiesce_complete API to return error codeMykola Golub2020-06-091-1/+1
| | |_|/ | |/| |
* | | | Merge PR #32288 into masterPatrick Donnelly2020-06-171-11/+82
|\ \ \ \
| * | | | cephfs-shell: re-arrange code under __main__Rishabh Dave2020-06-051-53/+80
| * | | | cephfs-shell: launch shell only if there are no args followingRishabh Dave2020-06-051-4/+48
* | | | | rbd-mirror: swapped ThreadPool/ContextWQ for AsioEngineJason Dillaman2020-06-1341-94/+134
| |_|/ / |/| | |
* | | | Merge pull request #34492 from xxhdx1985126/wip-crimson-recovery-block-io-prKefu Chai2020-06-091-5/+8
|\ \ \ \
| * | | | crimson: make osd shutdown gracefulXuehan Xu2020-06-051-5/+8
* | | | | Merge pull request #35423 from scoopex/masterKefu Chai2020-06-091-29/+99
|\ \ \ \ \
| * | | | | tools/histogram_dump: improve io-latency and -size statisticsMarc Schoechlin2020-06-091-29/+99
| | |/ / / | |/| | |