summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.40v0.40Sage Weil2012-01-132-1/+7
* secret: move null check before strlen(key_name) derefSage Weil2012-01-121-3/+4
* osd: stat op, don't compare in memory state to objectYehuda Sadeh2012-01-121-11/+0
* rgw: don't crash when copying a zero sized objectYehuda Sadeh2012-01-121-0/+2
* ReplicatedPG: Do a write even for 0 length operationSamuel Just2012-01-121-7/+3
* ReplicatedPG: fix stat accounting error in CEPH_OSD_OP_WRITEFULLSamuel Just2012-01-121-4/+4
* qa/client/gen-1774.shSage Weil2012-01-121-0/+2067
* client: avoid taking inode ref in case of nonexistent dirAndrey Stepachev2012-01-121-1/+1
* Merge branch 'wip-makefile'Sage Weil2012-01-126-549/+1031
|\
| * COPYING: note licenses for all files, not just the defaultSage Weil2012-01-122-504/+568
| * debian/copyright: note acx_pthread.m4 licenseSage Weil2012-01-121-0/+4
| * Makefile: Add headers that were omitted in make dist and prevented tests from...Kacper Kowalik (Xarthisius)2012-01-121-0/+6
| * Makefile: Handle corner case of crypto++ correctlyKacper Kowalik (Xarthisius)2012-01-121-4/+14
| * Makefile: Use ACX_PTHREAD in configure.ac and resulting flags in src/Makefile.amKacper Kowalik (Xarthisius)2012-01-122-41/+42
| * Makefile: Add recent acx_pthread.m4 that has a fix for nostdlib issue.Kacper Kowalik (Xarthisius)2012-01-121-0/+397
* | PG: gen_prefix should grab a map reference atomicallySamuel Just2012-01-111-1/+2
* | rgw-admin: add pool rm and pools listYehuda Sadeh2012-01-115-5/+80
* | rgw-admin: clean up unused commandsYehuda Sadeh2012-01-111-78/+25
|/
* rados.py: avoid getting return value of void functionJosh Durgin2012-01-111-4/+1
* client: start caching readdir results after readdir_startAlexandre Oliva2012-01-101-1/+1
* monclient: fix resolve_addrs() callSage Weil2012-01-101-3/+1
* resolve_addrs: return ipv4 and ipv6 addrsSage Weil2012-01-101-0/+1
* ReplicatedPG: fix typo in stats accounting in _rollback_toSamuel Just2012-01-101-2/+2
* mon: allow specifying pg_num and pgp_num when creating new pools.Greg Farnum2012-01-102-10/+44
* auth: Fix Doxygen warnings.Tommi Virtanen2012-01-101-2/+2
* Fix several doxygen warnings, to minimize noise. Only changes comments.Tommi Virtanen2012-01-1010-57/+61
* librados: Make API docs use @note instead of @bug for now.Tommi Virtanen2012-01-101-14/+14
* FileStore: assert on ENOSPC even for SETXATTRSamuel Just2012-01-101-7/+1
* mds: initiate monitor reconnect if beacon acks take too longGreg Farnum2012-01-101-0/+6
* mds: remove beacon_killer code.Greg Farnum2012-01-102-51/+0
* osd: make less noise when filestore is already up to dateSage Weil2012-01-101-6/+3
* doc: add librados C aio exampleJosh Durgin2012-01-091-0/+102
* doc: describe some rados_pool_stat_t membersJosh Durgin2012-01-091-7/+15
* doc: add librados pool creation defaultsJosh Durgin2012-01-091-0/+3
* doc: add short section on documenting codeJosh Durgin2012-01-091-0/+30
* doc: clarify librados return codesJosh Durgin2012-01-091-19/+27
* doc: @return -> @returns to match the sphinx outputJosh Durgin2012-01-091-69/+69
* doc: standardize rados_tmap_* docsJosh Durgin2012-01-091-31/+32
* doc: fix rados_version todo formattingJosh Durgin2012-01-091-3/+3
* doc: add a prefix to group names in librados.hJosh Durgin2012-01-091-11/+11
* doc: Put rados_ioctx_locator_set_key in a group so it can be cross-referencedJosh Durgin2012-01-091-1/+6
* doc: move rados_ioctx_get_id to the pool groupJosh Durgin2012-01-091-7/+8
* doc: fix some typos in librados C APIJosh Durgin2012-01-091-15/+17
* doc: Switch doxygen integration from breathe to asphyxiate.Tommi Virtanen2012-01-095-19/+6
* librados: Avoid using "crush_rule" as name of function argument.Tommi Virtanen2012-01-092-8/+8
* doxygen: Use first sentence as brief description.Tommi Virtanen2012-01-091-0/+1
* doc: add configuration and connecting to librados C api exampleJosh Durgin2012-01-091-2/+22
* doc: add librados C api docsJosh Durgin2012-01-093-74/+1069
* ceph: add a new "run_uml.sh" script to manage running a UML clientAlex Elder2012-01-091-0/+214
* rgw: adjust log levelYehuda Sadeh2012-01-0912-64/+62