summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v0.47.2v0.47.2Sage Weil2012-05-232-1/+7
* Makefile: do not install librgw.hSage Weil2012-05-231-6/+0
* Update ceph.spec for ceph-0.47Alexandre Oliva2012-05-231-1/+5
* libs3: remove make install targetYehuda Sadeh2012-05-231-0/+0
* Makefile.am: only append libs3 to SUBDIRS when neededYehuda Sadeh2012-05-232-1/+1
* objectcacher: fix infinite loop in flusher_entrySage Weil2012-05-221-32/+30
* v0.47.1v0.47.1Sage Weil2012-05-212-1/+7
* filestore: test xattrs on temporary fileSage Weil2012-05-211-1/+13
* v0.47v0.47Sage Weil2012-05-202-1/+7
* keys: new release keySage Weil2012-05-202-137/+168
* osdmap: set name_pool correctly in build_simple*()Sage Weil2012-05-201-0/+2
* osdmap: use pg[p]_num accessorsSage Weil2012-05-204-14/+24
* filestore: do not test xattrs on fsid fileSage Weil2012-05-201-1/+1
* debian: fix ceph-kdump-copy.initSage Weil2012-05-201-2/+2
* Merge branch 'wip-oc-error-handling' into nextJosh Durgin2012-05-165-62/+153
|\
| * config: improve comments for rbd caching optionsJosh Durgin2012-05-161-5/+5
| * librbd: check for cache flush errorsJosh Durgin2012-05-161-8/+11
| * ObjectCacher: handle write errorsJosh Durgin2012-05-161-10/+16
| * ObjectCacher: propagate read errors to the callerJosh Durgin2012-05-162-36/+88
| * librados: avoid overflow in the return value of readsJosh Durgin2012-05-163-1/+22
| * ObjectCacher: only perfcount reads requested by the clientJosh Durgin2012-05-162-3/+12
* | mon: fix mon removal checkSage Weil2012-05-161-2/+8
* | doc: add ioctx parameter to rbd pybind examples.Greg Farnum2012-05-161-6/+6
* | osd: include age in 'slow request' messagesSage Weil2012-05-161-1/+2
* | workloadgen: Add transaction throughput infos.Joao Eduardo Luis2012-05-162-1/+7
* | Additional documentation theme changes:Ross Turk2012-05-151-2/+6
* | Merge branch 'stable'Sage Weil2012-05-142-8/+26
|\ \
| * | Objecter: don't throttle resent linger opsJosh Durgin2012-05-142-8/+26
| * | objecter: ping connections with lingering ops every tick()Yehuda Sadeh2012-05-141-1/+20
| * | global_init: do not count threads before daemonize()Sage Weil2012-05-031-7/+0
* | | Documentation theme updates:Ross Turk2012-05-141-12/+13
* | | Merge branch 'wip-osdmap'Sage Weil2012-05-147-10/+43
|\ \ \
| * | | crush: pass weight vector size to map functionSage Weil2012-05-143-8/+10
| * | | crush: adjust max_devices appropriately in insert_item()Sage Weil2012-05-141-0/+6
| * | | mon: fail 'osd crush set ...' is osd doesn't existSage Weil2012-05-141-1/+7
| * | | osdmap: filter out nonexistent osds from mapSage Weil2012-05-122-1/+20
* | | | Updated link to publicationsRoss Turk2012-05-141-1/+1
| |_|/ |/| |
* | | cephfs: pass -1 for old preferred_osd fieldSage Weil2012-05-121-0/+1
|/ /
* | utime_t: no double ctorSage Weil2012-05-102-4/+2
* | objectcacher: make *_max_dirty_age tunables; pass to ctorSage Weil2012-05-086-12/+25
* | librbd: set cache defaults to 32/24/16 mbSage Weil2012-05-081-3/+3
* | Merge branch 'wip-rbd-wt'Sage Weil2012-05-086-115/+228
|\ \
| * | 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