summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.87v0.87Jenkins2014-10-292-1/+7
* Merge remote-tracking branch 'origin/wip-9806-giant' into giantJosh Durgin2014-10-284-17/+95
|\
| * Objecter: resend linger ops on any interval changeJosh Durgin2014-10-234-17/+95
* | Merge pull request #2630 from ceph/wip-9545Samuel Just2014-10-271-1/+1
|\ \
| * | os/FileStore: do not loop in sync_entry on shutdownSage Weil2014-10-031-1/+1
* | | Merge pull request #2800 from ceph/wip-enoent-raceJoão Eduardo Luís2014-10-262-2/+8
|\ \ \
| * | | os/LevelDBStore, RocksDBStore: fix race handling for get store sizeSage Weil2014-10-242-2/+8
|/ / /
* | | Merge pull request #2799 from athanatos/wip-9480Sage Weil2014-10-244-21/+117
|\ \ \
| * | | FDCache: purge hoid on clearSamuel Just2014-10-221-5/+1
| * | | shared_cache: add purge and testsSamuel Just2014-10-223-15/+114
| * | | shared_cache::add: do not delete value if existedSamuel Just2014-10-221-1/+2
* | | | Merge pull request #2798 from athanatos/wip-9875Sage Weil2014-10-241-1/+1
|\ \ \ \
| * | | | ReplicatedPG: writeout hit_set object with correct prior_versionSamuel Just2014-10-231-1/+1
| |/ / /
* | | | .gitmodules: ignoring changes in rocksdb submoduleFederico Gimenez2014-10-241-0/+1
* | | | Merge pull request #2797 from ceph/wip-rbd-revertJosh Durgin2014-10-242-30/+9
|\ \ \ \
| * | | | Revert "Enforce cache size on read requests"Sage Weil2014-10-242-23/+6
| * | | | Revert "rbd: ObjectCacher reads can hang when reading sparse files"Sage Weil2014-10-241-3/+3
| * | | | Revert "Fix read performance regression in ObjectCacher"Sage Weil2014-10-242-7/+3
|/ / / /
* | | | Merge pull request #2795 from ceph/wip-9873David Zafman2014-10-242-5/+13
|\ \ \ \
| * | | | osdc/Objecter: fix tick_event handling in shutdown vs tick raceSage Weil2014-10-241-5/+9
| * | | | common/Timer: recheck stopping before sleep if we dropped the lockSage Weil2014-10-241-0/+4
| | |_|/ | |/| |
* | | | Merge pull request #2787 from ceph/fix-fstat-modeSage Weil2014-10-231-17/+1
|\ \ \ \ | |/ / / |/| | |
| * | | java: fill in stat structure correctlyNoah Watkins2014-10-231-17/+1
* | | | Merge pull request #2785 from athanatos/wip-9821Sage Weil2014-10-231-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | PG:: reset_interval_flush and in set_last_peering_resetSamuel Just2014-10-211-2/+4
* | | | Merge pull request #2766 from dachary/wip-9408-buffer-alignment-giantSamuel Just2014-10-238-66/+316
|\ \ \ \
| * | | | erasure-code: use ErasureCode::SIMD_ALIGN in ceph_erasure_code_benchmarkLoic Dachary2014-10-212-5/+7
| * | | | erasure-code: add ErasureCode::encode unit testLoic Dachary2014-10-212-0/+141
| * | | | erasure-code: expose ErasureCode::SIMD_ALIGN as a constLoic Dachary2014-10-212-1/+3
| * | | | ceph_erasure_code_benchmark: use 32-byte aligned inputJanne Grunau2014-10-211-0/+2
| * | | | erasure code: use 32-byte aligned buffersJanne Grunau2014-10-212-20/+42
| * | | | erasure code: use a function for the chunk mapping indexJanne Grunau2014-10-212-6/+11
| * | | | common: add an aligned buffer with less alignment than a pageLoic Dachary2014-10-213-34/+114
| * | | | common: remove dead code in buffer.ccLoic Dachary2014-10-211-4/+0
| |/ / /
* | | | qa: use sudo when rsyncing /usr so we can read everythingGreg Farnum2014-10-221-1/+1
* | | | Merge pull request #2777 from ceph/wip-9859Sage Weil2014-10-221-4/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | mon: Monitor: MMonGetMap doesn't require capsJoao Eduardo Luis2014-10-221-4/+11
|/ / /
* | | objecter: Unlock in shutdown before waiting for timer threadDavid Zafman2014-10-211-5/+8
|/ /
* | Fix read performance regression in ObjectCacherAdam Crume2014-10-202-3/+7
* | Merge pull request #2758 from ceph/wip-9820Sage Weil2014-10-201-2/+12
|\ \
| * | qa/workunits: cephtool: don't remove self's key on auth testsJoao Eduardo Luis2014-10-201-2/+12
|/ /
* | Merge pull request #2708 from ceph/wip-9718Samuel Just2014-10-171-3/+9
|\ \
| * | osd/osd_types: consider CRUSH_ITEM_NONE in check_new_interval() min_size checkSage Weil2014-10-121-3/+9
* | | Merge pull request #2711 from guangyy/wip-9614-followupSamuel Just2014-10-171-1/+1
|\ \ \
| * | | The fix for issue 9614 was not completed, as a result, for those erasure code...Guang Yang2014-10-131-1/+1
| |/ /
* | | Merge pull request #2740 from ceph/giant-unknown-locktypeSage Weil2014-10-171-0/+1
|\ \ \
| * | | mds: reply -EOPNOTSUPP for unknown lock typeYan, Zheng2014-10-171-0/+1
|/ / /
* | | qa/workunits/rbd/import_export.sh: be case insensitiveSage Weil2014-10-151-4/+4
* | | Merge pull request #2702 from ceph/wip-9706Yehuda Sadeh2014-10-151-10/+14
|\ \ \
| * | | osdc/Objecter: fix use-after-frees in close_session, shutdownSage Weil2014-10-101-10/+13