summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librados-config: Distribute the librados-config.8 manpage.Tommi Virtanen2011-04-071-0/+1
* librados: Stop bundling the now-unused headers.Tommi Virtanen2011-04-074-12/+1
* buffer: Move atomic.h include from buffer.h to buffer.ccTommi Virtanen2011-04-074-1/+3
* buffer, atomic: Explicitly include assert.h where asserts are used.Tommi Virtanen2011-04-072-1/+4
* buffer: Move buffer::raw* out of the header.Tommi Virtanen2011-04-072-163/+172
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-4/+5
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-26/+40
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-10/+12
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-17/+22
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-42/+49
* buffer: Move functions touching buffer::raw internals into buffer.ccTommi Virtanen2011-04-072-29/+37
* buffer: Move buffer accounting into functions, don't expose atomic_t.Tommi Virtanen2011-04-075-26/+30
* pybind: Distribute the test script, too. Fixes "make distcheck".Tommi Virtanen2011-04-071-1/+2
* Revert "mds: rip out rename linkmerge support"Sage Weil2011-04-061-87/+142
* config: complain if --name gives an invalid typeColin Patrick McCabe2011-04-064-20/+55
* ConfFile: add support for backslashesColin Patrick McCabe2011-04-062-9/+93
* pybind: install ceph-pybind-test on debug buildsColin Patrick McCabe2011-04-052-0/+4
* conf: small code cleanupsColin Patrick McCabe2011-04-054-60/+23
* osd: fix signed/unsigned compSage Weil2011-04-051-1/+1
* ConfUtils: new parserColin Patrick McCabe2011-04-055-895/+633
* osd: simplify statSage Weil2011-04-051-7/+12
* librbd: remove unnecessary includesJosh Durgin2011-04-041-14/+0
* config: expand metavariables when neededColin Patrick McCabe2011-04-045-46/+50
* config: add ability to complain about parse errsColin Patrick McCabe2011-04-0410-50/+113
* confutils: test unicode parsingColin Patrick McCabe2011-04-041-0/+14
* config: fix metavariable substitutionColin Patrick McCabe2011-04-044-11/+44
* config: remove some unecessary g_conf referencesColin Patrick McCabe2011-04-041-9/+9
* cclass: add bindir optionJosh Durgin2011-04-011-1/+6
* client: close snaprealm on last cap removal during reconnectSage Weil2011-04-011-0/+6
* mds: fix trim_non_auth assert for base inodesSage Weil2011-04-011-1/+3
* MDS: change messenger name for replay mdsesSamuel Just2011-04-011-3/+9
* confutils: more parsing testsColin Patrick McCabe2011-04-011-6/+71
* journaler: fix partial tail entry correctionSage Weil2011-04-011-2/+8
* config: Add confutils unit testColin Patrick McCabe2011-04-012-0/+215
* journaler: fix signednessSage Weil2011-04-012-3/+3
* journaler: fix warningSage Weil2011-04-011-1/+1
* mds: fix bounds on importSage Weil2011-04-013-15/+18
* mds: rejoin dirfrags explicitlySage Weil2011-04-012-8/+34
* mds: set dir_auth between EImport{Start,Finish}Sage Weil2011-04-013-2/+16
* mds: use try_trim_non_auth_subtree helperSage Weil2011-04-013-35/+56
* mds: close exported dirfragSage Weil2011-04-012-4/+42
* MDSMonitor: MDS do not standby replay until other is activeSamuel Just2011-04-012-4/+16
* journaler: fix requested_pos badness in _issue_readSage Weil2011-04-011-0/+5
* Merge branch 'mds_ino'Sage Weil2011-04-019-25/+180
|\
| * mds: fix find_ino_dir completionSage Weil2011-04-011-1/+2
| * mds: find_ino_dir debuggingSage Weil2011-04-011-0/+2
| * mds: fix dir fetch on lookup_hash fixSage Weil2011-04-011-1/+4
| * mds: fix discover_pathSage Weil2011-04-011-1/+1
| * mds: don't query self from find_ino_peersSage Weil2011-04-011-1/+3
| * client: lookup_ino commandSage Weil2011-04-014-0/+37