summaryrefslogtreecommitdiff
path: root/src/rados.cc
Commit message (Expand)AuthorAgeFilesLines
* librados: add explicit remove_expiration() call to libradoshistoric/wip-objs-expireYehuda Sadeh2012-01-311-2/+1
* rados tool: add expire/unexpire commandsYehuda Sadeh2012-01-311-1/+34
* 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
* rados: don't force order on paramsYehuda Sadeh2011-05-161-2/+3
* rados tool: integrate rados_sync with rados toolColin Patrick McCabe2011-05-101-56/+69
* rados tool: change initial argument parsing a bitColin Patrick McCabe2011-05-101-48/+78
* rados tool: remove import/exportColin Patrick McCabe2011-05-091-120/+0
* radostool: fix getxattr / setxattr return codeColin Patrick McCabe2011-04-261-0/+4
* rados-tool: use init_with_config interfaceColin Patrick McCabe2011-04-121-1/+1
* Merge branch 'next'Sage Weil2011-03-301-0/+16
|\
| * rados: print error message on exitSage Weil2011-03-301-0/+2
| * rados: add 'tmap {set,create} obj key value'Sage Weil2011-03-301-0/+14
* | common: rename old argument parsing macrosColin Patrick McCabe2011-03-281-13/+13
|/
* rados tool: fix fd leak in importYehuda Sadeh2011-03-161-1/+4
* Merge commit 'origin/master' into rgwYehuda Sadeh2011-03-161-7/+24
|\