summaryrefslogtreecommitdiff
path: root/src/rados_sync.cc
Commit message (Expand)AuthorAgeFilesLines
* rados_sync.cc: remove dead and not needed codeDanny Al-Gaaf2013-05-111-8/+0
* rados_sync.cc: fix typo in error msgDanny Al-Gaaf2013-03-111-1/+1
* rados_sync.{cc,h}: pass some const std::string by referenceDanny Al-Gaaf2013-03-111-4/+4
* rados_sync.cc: remove unused variableDanny Al-Gaaf2013-03-111-1/+0
* rados: fix rados importYehuda Sadeh2012-04-041-1/+1
* common/ceph_extattr.[ch] > common/xattr.[ch]Sage Weil2011-10-251-1/+1
* Abstract out extended attribute calls in ceph_extattr.c so allStanislav Sedov2011-10-041-57/+11
* First cut of FreeBSD support. This patch allowes ceph to compile successfullyStanislav Sedov2011-10-041-0/+48
* heartbeatmap: add suicide graceSage Weil2011-08-291-2/+2
* rados_sync: fix resource leak on errColin Patrick McCabe2011-08-241-0/+1
* rados_sync: make number of worker threads configurableColin Patrick McCabe2011-08-241-1/+22
* parallelize rados export and importColin Patrick McCabe2011-08-231-921/+654
* rados_sync:don't need to declare CHANGED_XATTRS 2xColin Patrick McCabe2011-08-231-8/+5
* Makefile.am: always #define __STDC_FORMAT_MACROSColin Patrick McCabe2011-08-011-2/+0
* 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-1/+1
* move common_init to global_initColin Patrick McCabe2011-06-201-1/+1
* rados_sync: add test for temp file deletion, fixColin Patrick McCabe2011-06-021-1/+2
* rados_sync: in export, download, then renameColin Patrick McCabe2011-06-021-6/+47
* rados_sync: don't hash paths with periodsColin Patrick McCabe2011-05-311-4/+0
* rados export: better name mangling rules, fix testColin Patrick McCabe2011-05-311-157/+205
* rados_sync: prefix user extended attributesColin Patrick McCabe2011-05-311-10/+25
* librads, libceph: store CephContextColin Patrick McCabe2011-05-231-1/+1
* rados_sync: tolerate ENOENT when deleting an object.Greg Farnum2011-05-111-1/+1
* rados tool: integrate rados_sync with rados toolColin Patrick McCabe2011-05-101-52/+17
* rados_sync: implement --delete-after, fix bugsColin Patrick McCabe2011-05-101-12/+114
* rados_sync: support --forceColin Patrick McCabe2011-05-101-31/+49
* rados_sync: more fixesColin Patrick McCabe2011-05-061-43/+91
* rados_sync: fix memory leak, other misc fixesColin Patrick McCabe2011-05-061-28/+82
* rados_sync: complain if import src is inaccessibleColin Patrick McCabe2011-05-061-1/+6
* rados_sync: fix --create for importColin Patrick McCabe2011-05-061-17/+17
* rados_sync: fix import a bitColin Patrick McCabe2011-05-061-8/+14
* rados_sync: nicer error formattingColin Patrick McCabe2011-05-061-72/+84
* rados_sync: misc bugfixesColin Patrick McCabe2011-05-061-6/+5
* rados_sync: nicer printoutsColin Patrick McCabe2011-05-061-8/+34
* rados_sync: do_export: fix diff'ingColin Patrick McCabe2011-05-061-2/+2
* rados_sync: more improvements to xattr_testColin Patrick McCabe2011-05-061-5/+18
* rados_sync: Add xattr_testColin Patrick McCabe2011-05-061-61/+134
* Create rados_sync tool to back up rados poolsColin Patrick McCabe2011-05-061-0/+735