summaryrefslogtreecommitdiff
path: root/src/rados.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* rados_bencher: abstract away rados specific operationsYehuda Sadeh2012-05-041-0/+59
* rados_bencher -> obj_bencherYehuda Sadeh2012-05-041-1/+1
* rados_bencher: restructure code, create RadosBencher classYehuda Sadeh2012-05-041-1/+2
* rados: fix error printout for mapextSage Weil2012-04-211-3/+3
* config: alternative config options for global_init()Yehuda Sadeh2012-03-121-1/+1
* rados: load-gen: wake up on replySage Weil2012-01-161-2/+7
* rados: fix load-gen 'max-ops'Sage Weil2012-01-161-9/+33
* rados: fix run-length option parsing for rados load-genSage Weil2012-01-041-0/+3
* rados: gracefully report errors from 'ls'Sage Weil2012-01-041-7/+14
* rados.cc: add --object-locator and object locator output to lsSamuel Just2011-12-091-1/+16
* rados: improve error messageSage Weil2011-10-271-1/+3
* Use cpp_strerror or strerror_r when appropriate.Josh Durgin2011-09-261-1/+3
* rados: accept '-b' as an argument.Greg Farnum2011-09-211-0/+2
* Merge branch 'wip-argparse'Colin Patrick McCabe2011-09-061-1/+0
|\
| * rados.cc: remove unused macroColin Patrick McCabe2011-09-061-1/+0
* | rados tool: fix rados df formattingYehuda Sadeh2011-09-021-0/+2
|/
* radosgw_admin, rados tool: don't use camel casing for json outputYehuda Sadeh2011-08-291-23/+23
* rados tool: df dumps formatted dataYehuda Sadeh2011-08-291-26/+104
* rados_sync: make number of worker threads configurableColin Patrick McCabe2011-08-241-0/+6
* Some fixes to double-dash support, fix warningColin Patrick McCabe2011-08-231-1/+3
* librados, rgw: integrate stats categoriesYehuda Sadeh2011-08-091-16/+35
* librados: add create in specific category to c++ apiSage Weil2011-08-031-2/+7
* rados tool: fix cmdline parsing for --block-sizeColin Patrick McCabe2011-08-021-0/+2
* clien: rados: bench: remove unused variablesGreg Farnum2011-07-181-3/+2
* rados: fix warningSage Weil2011-07-111-2/+2
* Merge remote branch 'origin/stable'Sage Weil2011-07-091-31/+37
|\
| * rados: fix usage()Sage Weil2011-07-071-31/+37
* | rados: rename load-gen optionsSage Weil2011-07-061-21/+25
|/
* rados: fix warningYehuda Sadeh2011-06-301-1/+1
* rados tool: load generatorYehuda Sadeh2011-06-301-47/+199
* rados: some more load-gen workYehuda Sadeh2011-06-291-34/+54
* radostool: load gen, wipYehuda Sadeh2011-06-281-0/+279
* rados: encode bufferlist in watch-notifyYehuda Sadeh2011-06-271-1/+41
* Remove "#include debug.h" from config.hColin Patrick McCabe2011-06-221-0/+1
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-2/+2
* move common_init to global_initColin Patrick McCabe2011-06-201-2/+2
* radostool: rados put should use write_fullColin Patrick McCabe2011-05-241-2/+5
* librads, libceph: store CephContextColin Patrick McCabe2011-05-231-1/+1
* Add CephContextColin Patrick McCabe2011-05-231-1/+1
* Split common_init_daemonize from common_init_finishColin Patrick McCabe2011-05-231-1/+1
* common_init: don't init crypto until after forkColin Patrick McCabe2011-05-201-1/+1