summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librbd: add explicit management of cacheshistoric/rbd-multi-cacheSage Weil2012-05-052-0/+40
* librbd: move cache into separate CacheCtxSage Weil2012-05-051-56/+84
* objectcacher: specify the WritebackHandler for each ObjectSetSage Weil2012-05-055-34/+33
* objectcacher: make cache sizes explicitSage Weil2012-05-055-21/+40
* objectcacher: delete unused onfinish from flush_setSage Weil2012-05-051-0/+4
* objectcacher: explicit write-thru modeSage Weil2012-05-051-16/+29
* common: add C_CondSage Weil2012-05-051-5/+34
* objectcacher: user helper to get starting point in buffer mapSage Weil2012-05-052-58/+27
* objectcacher: flush range, setSage Weil2012-05-052-9/+79
* objectcacher: wait directly from writex()Sage Weil2012-05-044-14/+17
* objectcacher: don't wait for write waiters; wait after dirtyingSage Weil2012-05-044-20/+26
* crush: update_item() should pass an error back to the callerSage Weil2012-05-041-3/+3
* crush: improve docs/comments for check_item_loc and insert_item semanticsSage Weil2012-05-041-1/+27
* crush: comment and clean up checks for check_item_loc and insert_itemSage Weil2012-05-041-12/+13
* Merge branch 'wip-crush-update'Sage Weil2012-05-0312-21/+429
|\
| * crushtool: another simple test for updateSage Weil2012-05-031-0/+3
| * crush: document return valuesSage Weil2012-05-031-6/+3
| * crush: compare fixed-point weights in update_itemSage Weil2012-05-032-10/+18
| * crush: clean up check_item_loc() commentsSage Weil2012-05-032-3/+5
| * mon: drop 'osd crush add ...'Sage Weil2012-05-021-47/+0
| * vstart.sh: use 'osd crush set ...'Sage Weil2012-05-021-1/+1
| * mon: 'osd crush set ...' do an add or updateSage Weil2012-05-021-0/+46
| * crushtool: extent cli test to include --remove-item and --update-itemSage Weil2012-05-027-1/+249
| * crushtool: add --update-item commandSage Weil2012-05-021-5/+26
| * crush: do some docsSage Weil2012-05-022-8/+41
| * crush: implement update_item()Sage Weil2012-05-022-1/+43
| * crush: add check_item_locSage Weil2012-05-022-0/+54
| * crush: fix weights when removing itemsSage Weil2012-05-021-0/+1
* | Merge branch 'wip-osd-uuid'Sage Weil2012-05-0314-68/+179
|\ \
| * | mon: simplify 'osd create <uuid>' commandSage Weil2012-05-031-28/+27
| * | osd: drop unused CEPH_OSDMAP*VERSION* #definesSage Weil2012-05-031-8/+0
| * | ceph-object-corpus: a few instances of the newly encoded typesSage Weil2012-05-021-0/+0
| * | ceph-dencoder: ignore trailing goop after OSDMap and OSDMap::IncrementalSage Weil2012-05-022-4/+9
| |/
| * vstart.sh: explicitly specify uuids during startupSage Weil2012-05-011-3/+4
| * osd: --get-{osd,journal}-uuid synonyms for --get-{osd,journal}-fsidSage Weil2012-05-011-2/+2
| * osd: allow uuid to be fed to mkfs with 'osd uuid' settingSage Weil2012-05-012-0/+5
| * filestore: allow fsid to be fed in for mkfsSage Weil2012-05-013-1/+8
| * mon: 'osd create <uuid>'Sage Weil2012-05-011-21/+18
| * mon: fill in osd uuid in map on bootSage Weil2012-05-011-0/+7
| * osdmap: store a uuid for each osdSage Weil2012-05-012-2/+68
| * osd: make output less uglySage Weil2012-05-011-5/+5
| * osd: create a 'ready' file on mkfs completionSage Weil2012-05-011-6/+15
| * osd: use fsync+rename when writing meta files (during mkfs)Sage Weil2012-05-011-6/+29
* | Makefile: fix $shell_scripts substutionSage Weil2012-05-031-1/+1
* | thread: remove get_num_threads() staticSage Weil2012-05-032-33/+0
* | global_init: do not count threads before daemonize()Sage Weil2012-05-031-7/+0
* | OpRequest: only show a small set of the oldest messages, instead of all.Joao Eduardo Luis2012-05-032-5/+38
* | rgw: update cache interface for put_obj_metaYehuda Sadeh2012-05-031-3/+4
* | doc: fix some underscoresSage Weil2012-05-031-2/+2
* | Merge branch 'wip-doc-rebase-2'Sage Weil2012-05-0369-987/+29566
|\ \