summaryrefslogtreecommitdiff
path: root/src/rados.cc
Commit message (Expand)AuthorAgeFilesLines
* rados.cc: fix leaking of Formatter*Danny Al-Gaaf2013-05-111-44/+58
* rados: fix fd leakSage Weil2013-05-091-4/+7
* rados: fix buffer leakSage Weil2013-05-091-0/+1
* rados: add whole-object 'clonedata' commandSage Weil2013-05-061-1/+64
* librados: set SNAP_DIR on listsnaps commandDavid Zafman2013-04-021-0/+1
* librados: cleanly define SNAP_HEAD, SNAP_DIR constantsSage Weil2013-03-311-2/+2
* rados: remove confusing argument echo on errorDan Mick2013-03-281-1/+0
* rados.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-10/+8
* src/rados.cc: remove unused variableDanny Al-Gaaf2013-03-111-1/+0
* Add rados listsnaps commandDavid Zafman2013-03-041-1/+126
* Add listwatchers command to radosDavid Zafman2013-02-211-0/+21
* rados.cc: use omap.empty() instead of size() to check for emptinessDanny Al-Gaaf2013-02-141-2/+2
* ceph, rados: update pool delete docs and usageJosh Durgin2013-01-281-2/+3
* rados: remove unused "check_stdio" parameterDan Mick2013-01-241-3/+3
* rados: obey op_size for 'get'Sage Weil2013-01-241-12/+31
* rados: safety interlock on 'rmpool' commandSage Weil2013-01-231-0/+10
* rados.cc: fix rmomapkey usage: val not neededDavid Zafman2013-01-161-1/+1
* rados.cc: use omap_get_vals_by_keys in getomapvalSamuel Just2013-01-161-1/+3
* rados.cc: fix listomapvals usage: key,val are not neededSamuel Just2013-01-161-1/+1
* rados: add truncate supportSamuel Just2013-01-101-0/+20
* rados.cc: remove twice included headersDanny Al-Gaaf2012-11-281-4/+0
* Code to allow pipes to be prepared to sign messages and to call the authentic...Peter Reiher2012-10-011-8/+0
* rados: fix error paths in do_put()Sage Weil2012-09-281-6/+12
* Merge remote branch 'origin/wip-librbd-locking'Josh Durgin2012-09-181-2/+2
|\
| * cls_lock_client: change modified reference parameters to pointersJosh Durgin2012-08-311-2/+2
* | Fix rados put from '-' (stdin)Dan Mick2012-08-311-38/+34
|/
* rados_bench: wait for completion callbacks before returningMike Ryan2012-08-281-1/+1
* obj_bencher: remove all benchmark files matching a prefixMike Ryan2012-08-231-1/+27
* obj_bencher: remove benchmark objects by prefixMike Ryan2012-08-231-0/+10
* obj_bencher: clean up objects after a write benchmarkMike Ryan2012-08-231-2/+14
* librados: implement aio_removeMike Ryan2012-08-231-0/+4
* Merge branch 'wip-rbd-layering'Dan Mick2012-08-171-1/+13
|\
| * rados: allow listomapvals to dump keys with nonprintable charactersDan Mick2012-08-171-1/+13
* | Merge branch 'wip-2763'Yehuda Sadeh2012-07-241-0/+194
|\ \ | |/ |/|
| * rados::cls::lock: move api types into namespaceYehuda Sadeh2012-07-231-4/+4
| * cls_lock: cls_lock_id_t -> cls_lock_locker_id_tYehuda Sadeh2012-07-201-3/+3
| * rados: lock info keeps expiration, not durationYehuda Sadeh2012-07-201-1/+1
| * rados tool: add advisory lock control commandsYehuda Sadeh2012-07-201-0/+194
* | rados tool: bulk objects removalYehuda Sadeh2012-07-111-6/+10
* | rados: more usage cleanupSage Weil2012-07-111-2/+2
* | rados: usage messageDan Mick2012-07-111-11/+16
* | rados tool: remove -t param option for target poolYehuda Sadeh2012-07-111-2/+1
* | rados tool: copy object in chunksYehuda Sadeh2012-07-061-2/+16
* | rados tool: copy entire poolYehuda Sadeh2012-07-061-1/+58
* | rados tool: copy objectYehuda Sadeh2012-07-061-4/+138
|/
* rados: add commands to interact with object mapsJosh Durgin2012-06-091-24/+135
* Merge remote-tracking branch 'gh/wip-2349'Sage Weil2012-05-301-0/+13
|\
| * obj_bencher: add --show-time option for dumping timeYehuda Sadeh2012-05-211-0/+13
* | rados.cc: added listomap and getomap commandsEleanor Cawthon2012-05-291-1/+40
|/
* obj_bencher: changed interfaceYehuda Sadeh2012-05-041-1/+1