summaryrefslogtreecommitdiff
path: root/src/cls_rbd.cc
Commit message (Expand)AuthorAgeFilesLines
* librbd, cls_rbd: close snapshot creation race with old formatJosh Durgin2012-09-121-0/+3
* cls_rbd: do not pass snapid_t to vargsSage Weil2012-06-171-1/+1
* cls_rbd: drop useless snapshot metadata helpersSage Weil2012-06-161-39/+17
* cls_rbd: use encode macros for on-disk snap metadataSage Weil2012-06-161-28/+39
* cls_rbd: add get_all_features methodJosh Durgin2012-06-111-0/+14
* cls_rbd: add methods for interacting with the new header formatJosh Durgin2012-06-081-15/+615
* objclass: allow classes to log at different levelsJosh Durgin2012-06-081-6/+6
* cls_rbd: add indent settings headerJosh Durgin2012-06-081-2/+2
* cls_rbd: remove unused test_exec and snap_revert methodsJosh Durgin2012-06-081-88/+0
* Test rados_exec, C and C++ versionColin Patrick McCabe2011-08-171-0/+12
* rbd: fix rbd snap rm class handlingYehuda Sadeh2010-11-151-7/+14
* always throw by value; always catch by const refColin Patrick McCabe2010-10-041-3/+3
* rbd: add removal of snapshotsYehuda Sadeh2010-07-191-1/+82
* osd, class: introduce public class methodsYehuda Sadeh2010-07-011-4/+4
* rbdtool: implement snap rollbackYehuda Sadeh2010-06-301-1/+2
* rbdtool: init rbd block id, later will be used for renameYehuda Sadeh2010-06-291-0/+45
* cls_rbd: use write_full when writing image headerYehuda Sadeh2010-06-101-2/+2
* cls_rbd: fix snapshots seq numberYehuda Sadeh2010-06-101-1/+1
* class: more flexible class loading, new cclass.sh scriptYehuda Sadeh2010-06-101-5/+2
* cls: export relevant functionsYehuda Sadeh2010-06-101-1/+1
* cclsinfo: utility to display class informationYehuda Sadeh2010-06-101-3/+0
* cls-rbd: some adjustments, debug infoYehuda Sadeh2010-06-101-3/+4
* rbd: snap revert header manipulation fixesYehuda Sadeh2010-06-101-3/+6
* rbd: implement snap revert header manipulation via classYehuda Sadeh2010-06-101-0/+75
* rbd: add snapshot creation via rbd classYehuda Sadeh2010-06-101-11/+115
* rbd: snapshots management via class mechanismYehuda Sadeh2010-06-101-0/+73