summaryrefslogtreecommitdiffstats
path: root/src/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27465 from tchaikov/wip-38219Kefu Chai2021-06-161-50/+47
|\
| * tools/ceph_monstore_tool: s/BOOST_SCOPE_EXIT/make_scope_guard/Kefu Chai2021-06-101-2/+2
| * tools/ceph_monstore_tool: use make_scope_guard() for cleanupKefu Chai2021-06-101-44/+26
| * ceph-monstore-tool: use a large enough paxos/{first,last}_committedKefu Chai2021-06-101-4/+19
* | Merge pull request #41772 from cyx1231st/wip-seastore-onode-tree-node-sizeKefu Chai2021-06-121-7/+11
|\ \ | |/ |/|
| * crimson/onode-staged-tree: switch to and test larger node sizesYingxin Cheng2021-06-111-7/+11
| * crimson/onode-staged-tree: implement size upper-bounds to ns/oidYingxin Cheng2021-06-111-1/+1
| * crimson/onode-staged-tree: cleanup, decouple test_item_t from TestValueYingxin Cheng2021-06-111-1/+1
* | *: always include <filesystem>Kefu Chai2021-06-093-18/+5
|/
* Merge pull request #41567 from ybwang0211/listxattrKefu Chai2021-06-081-2/+2
|\
| * doc:Added the explanation of the 'listxattr <obj-name>' and 'getxattr <obj-na...wangyingbin2021-05-271-2/+2
* | Merge pull request #41588 from idryomov/wip-rbd-trash-purgeIlya Dryomov2021-06-011-4/+13
|\ \
| * | rbd: combined error message for expected Trash::purge() errorsIlya Dryomov2021-05-311-0/+9
| * | rbd: propagate Trash::purge() resultIlya Dryomov2021-05-281-4/+4
| |/
* | Merge pull request #41520 from tchaikov/wip-osd-unique-ptrKefu Chai2021-05-291-46/+47
|\ \
| * | tools/ceph_objectstore_tool: destruct ObjectStore using unique_ptr<>Kefu Chai2021-05-271-45/+46
| * | os: let ObjectStore::create() return unique_ptr<>Kefu Chai2021-05-271-3/+3
| |/
* | doc/rbd: document cp versus deep cpJan "Yenya" Kasprzak2021-05-271-1/+1
* | Merge pull request #40831 from vshankar/wip-cephfs-mirror-incremental-syncMilind Changire2021-05-272-266/+699
|\ \
| * | cephfs-mirror: synchronize file modeVenky Shankar2021-05-251-0/+16
| * | cephfs-mirror: transfer snapshot diffs whenever possibleVenky Shankar2021-05-252-271/+683
| * | cephfs-mirror: remove hardcoded metadata count when creating snapshotVenky Shankar2021-05-251-1/+1
| * | cephfs-mirror: adjust PeerReplayer::cleanup_remote_dir() for purging any remo...Venky Shankar2021-05-252-4/+9
| |/
* | rbd: improve conditional compilation specific checksPrasanna Kumar Kalever2021-05-264-9/+68
* | rbd: promote rbd-nbd attach and detach at rbd integrated cliPrasanna Kumar Kalever2021-05-265-0/+192
|/
* Merge pull request #41480 from MrFreezeex/fix-segfault-replayer-snapshot-shut...Ilya Dryomov2021-05-231-1/+1
|\
| * rbd-mirror: fix segfault in snapshot replayer shutdownArthur Outhenin-Chalandre2021-05-211-1/+1
* | Merge pull request #41472 from cyx1231st/wip-seastore-onode-tree-errorhandlingSamuel Just2021-05-211-0/+14
|\ \ | |/ |/|
| * crimson/onode-staged-tree: fix initialization in perf toolYingxin Cheng2021-05-211-0/+14
* | Merge pull request #41070 from sunnyku/wip-rbd-50522Ilya Dryomov2021-05-202-0/+22
|\ \ | |/ |/|
| * rbd: fix default pool handling for nbd/ggate map/unmapSunny Kumar2021-05-042-0/+22
* | Merge PR #41097 into masterPatrick Donnelly2021-05-184-10/+17
|\ \
| * | cephfs-mirror: allow connecting to local cluster using mon addressVenky Shankar2021-05-054-10/+17
* | | Merge PR #40885 into masterPatrick Donnelly2021-05-181-0/+9
|\ \ \
| * | | cephfs-mirror: use sensible mount timeout when mounting local/remote fsVenky Shankar2021-05-041-0/+9
| |/ /
* | | Merge pull request #41194 from idryomov/wip-rbd-pwl-statusIlya Dryomov2021-05-111-57/+7
|\ \ \ | |/ / |/| |
| * | rbd: don't attempt to interpret image cache state jsonIlya Dryomov2021-05-061-57/+7
* | | Merge PR #40962 into masterPatrick Donnelly2021-05-041-1/+1
|\ \ \
| * | | cephfs-mirror: ignore parent directory snapshots when building snap mapVenky Shankar2021-04-211-1/+1
| | |/ | |/|
* | | Merge PR #40903 into masterPatrick Donnelly2021-05-041-5/+6
|\ \ \ | |_|/ |/| |
| * | mds: move the inos 1,2 and 3 macros to ceph_fs.hXiubo Li2021-04-281-5/+6
| |/
* | Merge pull request #41042 from tchaikov/wip-rbd-cls-sparse-sizeIlya Dryomov2021-05-021-18/+14
|\ \
| * | librbd, tools/rbd_nbd: use boost::endian for endian conversionKefu Chai2021-04-281-18/+14
| |/
* | Merge pull request #41085 from idryomov/wip-rbd-nuke-source-spec-fileMykola Golub2021-05-021-2/+2
|\ \
| * | rbd: --source-spec-file should be --source-spec-pathIlya Dryomov2021-04-291-2/+2
| |/
* | crimson/onode-staged-tree: implement erase for perf-staged-treeYingxin Cheng2021-04-291-6/+18
* | crimson/onode-staged-tree: disable concurrent gcYingxin Cheng2021-04-291-0/+3
|/
* Merge PR #40539 into masterPatrick Donnelly2021-04-161-59/+153
|\
| * cephfs-top: set the cursor to be invisibleXiubo Li2021-04-151-0/+8
| * cephfs-top: self-adapt the display according the window sizeXiubo Li2021-04-151-51/+116