summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* byteorder: fix gcc 4.7 warningsSage Weil2013-01-151-3/+3
* CompatSet: users pass bit indices rather than masksSamuel Just2012-11-091-4/+30
* osd: make pool_snap_info_t encoding backward compatibleSage Weil2012-10-301-0/+8
* addr_parsing: make , and ; and ' ' all delimitersSage Weil2012-10-171-2/+3
* addr_parsing: report correct error messageJosh Durgin2012-08-101-2/+1
* librados: add new constructor to form a Rados object from IoCtxDan Mick2012-07-231-0/+1
* add CRUSH_TUNABLES feature bitSage Weil2012-07-181-1/+3
* librados: Bump the version to 0.48Wido den Hollander2012-07-041-1/+1
* buffer: add list and ptr is_zero() methodSage Weil2012-06-151-0/+3
* Merge remote-tracking branch 'gh/wip-2516-2'Sage Weil2012-06-111-0/+19
|\
| * rgw: usage log cleanupsYehuda Sadeh2012-06-111-0/+19
* | librbd: add create2 to create an image with the new formatJosh Durgin2012-06-092-1/+5
* | cls_rbd: add methods for interacting with the new header formatJosh Durgin2012-06-081-3/+18
* | deliberately break encoding macros when wrong assert is presentSage Weil2012-06-072-7/+13
* | misc assert #include cleanup, hackerySage Weil2012-06-071-1/+2
* | make everyone use our assert #include and macroSage Weil2012-06-062-2/+3
* | assert: detect when /usr/include/assert.h clobbers usSage Weil2012-06-061-1/+6
* | src/: Add namespace and pool fields to hobject_tSamuel Just2012-06-051-0/+28
|/
* librados.h: update rados_object_list_next documentation for key/locatorSamuel Just2012-05-291-2/+4
* librados: Remove errant sha1Dan Mick2012-05-231-1/+1
* doc: librados: fix getxattr return codeSage Weil2012-05-221-1/+1
* Merge branch 'wip-defensive-alloc'Sage Weil2012-05-211-0/+2
|\
| * check malloc return valuesYehuda Sadeh2012-05-201-0/+2
* | monmap: fix decoding of old monmapsSage Weil2012-05-211-0/+3
|/
* features: explicitly use CEPH_FEATURES_ALL instead of -1Sage Weil2012-05-161-1/+3
* monmap: new encoderSage Weil2012-05-141-1/+3
* osd: drop unused CEPH_OSDMAP*VERSION* #definesSage Weil2012-05-031-8/+0
* Merge branch 'wip-osdmap'Sage Weil2012-04-281-0/+24
|\
| * osdmap: use shared_ptr for addrs, addr vectorsSage Weil2012-04-261-0/+24
* | Merge branch 'wip-mon'Sage Weil2012-04-281-0/+4
|\ \ | |/
| * osdmap: add NOUP, NODOWN, NOIN, NOOUT flagsSage Weil2012-04-241-0/+4
* | Merge branch 'wip-lpg'Sage Weil2012-04-261-2/+2
|\ \
| * | mds: remove preferred from ceph_file_layoutSage Weil2012-04-231-2/+2
* | | librbd: the length argument of aio_discard should be uint64_tJosh Durgin2012-04-262-2/+2
| |/ |/|
* | librbd: rev version for discard additionSage Weil2012-04-231-1/+1
|/
* librados: add methods to check and wait for safe/complete -and- callbackSage Weil2012-04-172-0/+44
* librados: C bindings for get_pool_name()Sage Weil2012-04-161-1/+11
* librados: add IoCtx::get_pool_name() to c++ apiSage Weil2012-04-131-0/+2
* librbd: implement discardSage Weil2012-04-132-0/+4
* Remove unused Completion.h headerJosh Durgin2012-04-131-138/+0
* Merge branch 'next'Sage Weil2012-04-093-3/+4
|\
| * cephfs: fix uninit var warningSage Weil2012-04-091-1/+1
| * encoding: fix iterator use for struct_len copy_inSage Weil2012-04-091-1/+2
| * buffer: allow advance() to move an iterator backwardSage Weil2012-04-091-1/+1
| * Merge remote branch 'gh/stable' into nextSage Weil2012-04-081-3/+3
| |\
* | \ Merge branch 'stable'Sage Weil2012-04-061-3/+3
|\ \ \ | | |/ | |/|
| * | encoding: use iterator to copy_in encoded lengthSage Weil2012-04-061-3/+3
* | | config: parse fsid uuid in config, not ceph_monSage Weil2012-04-051-1/+1
* | | Merge remote-tracking branch 'gh/wip-log'Sage Weil2012-04-052-10/+21
|\ \ \ | |_|/ |/| |
| * | utime_t: sprintf() methodSage Weil2012-03-271-0/+11