Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | doc/dev/cache-pool: document cache pool management interface | Sage Weil | 2013-08-28 | 1 | -0/+70 | |
| * | | | add CEPH_FEATURE_OSD_CACHEPOOL | Sage Weil | 2013-08-28 | 1 | -0/+2 | |
* | | | | Merge pull request #559 from ceph/wip-osd-rollback | Sage Weil | 2013-08-29 | 2 | -19/+29 | |
|\ \ \ \ | ||||||
| * | | | | ceph_test_rados: rollback bumps user_version | Sage Weil | 2013-08-29 | 1 | -11/+29 | |
| * | | | | osd/ReplicatedPG: drop dout from object_context_destructor_callback | Sage Weil | 2013-08-29 | 1 | -3/+0 | |
| * | | | | osd/ReplicatedPG: remove debug lines from snapset_context get/put | Sage Weil | 2013-08-29 | 1 | -5/+0 | |
* | | | | | PGLog: initialize writeout_from in PGLog constructor | Samuel Just | 2013-08-29 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #556 from ceph/wip-user-version | Sage Weil | 2013-08-29 | 7 | -13/+60 | |
|\ \ \ \ | ||||||
| * | | | | ceph_test_rados: validate user_version | Sage Weil | 2013-08-28 | 2 | -2/+30 | |
| * | | | | osd/ReplicatedPG: set version, user_version correctly on reads | Sage Weil | 2013-08-28 | 1 | -8/+11 | |
| * | | | | messages/MOSDOpReply: fix user_version in reply (add missing braces) | Sage Weil | 2013-08-28 | 1 | -1/+2 | |
| * | | | | librados: add get_version64() | Sage Weil | 2013-08-28 | 3 | -2/+17 | |
* | | | | | Merge pull request #361 from atwardowski/patch-1 | Yehuda Sadeh | 2013-08-28 | 1 | -0/+39 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Update adminops.rst add capabilities | atwardowski | 2013-06-13 | 1 | -0/+39 | |
* | | | | | Merge pull request #550 from ceph/wip-6040 | athanatos | 2013-08-28 | 2 | -28/+61 | |
|\ \ \ \ \ | ||||||
| * | | | | | PGLog: maintain writeout_from and trimmed | Samuel Just | 2013-08-28 | 2 | -16/+46 | |
| * | | | | | PGLog: don't maintain log_keys_debug if the config is disabled | Samuel Just | 2013-08-27 | 2 | -11/+14 | |
| * | | | | | PGLog: move the log size check after the early return | Samuel Just | 2013-08-27 | 1 | -1/+1 | |
* | | | | | | doc/release-notes: v0.56.6 and .7 bobtail | Sage Weil | 2013-08-28 | 3 | -0/+541 | |
* | | | | | | Merge pull request #539 from dachary/master | Sage Weil | 2013-08-28 | 2 | -101/+184 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | doc : erasure code developer notes updates | Loic Dachary | 2013-08-27 | 2 | -101/+184 | |
* | | | | | | | Merge pull request #552 from ceph/wip-4924-master | João Eduardo Luís | 2013-08-28 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | mon: discover mon addrs, names during election state too | Sage Weil | 2013-08-28 | 1 | -1/+14 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #549 from ceph/wip-6029 | Gregory Farnum | 2013-08-28 | 19 | -174/+280 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge remote-tracking branch 'origin/master' into wip-6029 | Greg Farnum | 2013-08-27 | 100 | -681/+2317 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #545 from dachary/wip-6117 | athanatos | 2013-08-27 | 2 | -12/+35 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | SharedPtrRegistry: get_next must not delete while holding the lock | Loic Dachary | 2013-08-27 | 2 | -9/+32 | |
| * | | | | | | common: move SharedPtrRegistry test after t.join | Loic Dachary | 2013-08-27 | 1 | -3/+3 | |
* | | | | | | | doc: Updated to accurately reflect that upstart applies to a single node. | John Wilkins | 2013-08-27 | 1 | -12/+19 | |
* | | | | | | | ceph.spec.in: radosgw package doesn't require mod_fcgi | Gary Lowell | 2013-08-27 | 1 | -1/+0 | |
* | | | | | | | librbd: fix debug print in aio_write | Sage Weil | 2013-08-27 | 1 | -1/+1 | |
* | | | | | | | cleanup: removed last references to g_conf from auth | Roald J. van Loon | 2013-08-27 | 1 | -3/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-08-26 | 3 | -34/+41 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | osd: install admin socket commands after signals | Sage Weil | 2013-08-26 | 3 | -34/+41 | |
* | | | | | | mon/DataHealthService: preserve compat of data stats dump | Sage Weil | 2013-08-26 | 1 | -2/+1 | |
* | | | | | | Merge pull request #526 from ceph/wip-5909 | Sage Weil | 2013-08-26 | 9 | -12/+207 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mon: DataHealthService: monitor backing store's size and report it | Joao Eduardo Luis | 2013-08-24 | 4 | -3/+89 | |
| * | | | | | | mon: mon_types: DataStats: add 'dump(Formatter*)' method | Joao Eduardo Luis | 2013-08-24 | 2 | -8/+15 | |
| * | | | | | | mon: MonitorDBStore: rely on backing store to provide estimated store size | Joao Eduardo Luis | 2013-08-24 | 1 | -0/+4 | |
| * | | | | | | test: ceph_test_store_tool: output estimated store size on 'get-size' | Joao Eduardo Luis | 2013-08-24 | 1 | -0/+14 | |
| * | | | | | | os: KeyValueDB: expose interface to obtain estimated store size | Joao Eduardo Luis | 2013-08-23 | 3 | -0/+84 | |
| * | | | | | | mon: MonitorDBStore: output to derr instead of std::cout | Joao Eduardo Luis | 2013-08-16 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #540 from ceph/wip-doc-update | Sage Weil | 2013-08-26 | 1 | -1/+27 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fix nss lib name | Alfredo Deza | 2013-08-26 | 1 | -1/+1 | |
| * | | | | | | | update the README with required RPM packages | Alfredo Deza | 2013-08-26 | 1 | -1/+27 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | WBThrottle: use fdatasync instead of fsync | Samuel Just | 2013-08-26 | 1 | -1/+1 | |
* | | | | | | | FileStore: add config option to disable the wbthrottle | Samuel Just | 2013-08-26 | 2 | -1/+3 | |
|/ / / / / / | ||||||
* | | | | | | Merge branch 'sleinen' | Josh Durgin | 2013-08-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve warning message when there are unfound objects, but probing | Simon Leinen | 2013-08-25 | 1 | -1/+1 | |
* | | | | | | | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-08-24 | 9 | -11/+41 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | |