| Commit message (Expand) | Author | Age | Files | Lines |
* | os: Add CephContext to ObjectStore and ObjectMap bases | Adam C. Emerson | 2016-12-22 | 1 | -3/+3 |
* | common,test: g_ceph_context->put() upon return | Kefu Chai | 2016-11-24 | 1 | -1/+2 |
* | cmake: moved tests into test/filestore dir | Ali Maredia | 2016-04-15 | 1 | -0/+8 |
* | os/filestore: move FileStore to os/filestore/* | Sage Weil | 2016-01-01 | 1 | -1/+1 |
* | os: FileStore::create_backend unit tests | Loic Dachary | 2014-05-28 | 1 | -0/+87 |
* | Rename test/filestore to test/objectstore | Haomai Wang | 2014-02-08 | 16 | -4730/+0 |
* | keyvaluestore: name to keyvaluetore-dev for now | Sage Weil | 2014-01-29 | 1 | -1/+1 |
* | Make ObjectStore unit tests shared with KeyValueStore | Haomai Wang | 2014-01-29 | 1 | -15/+40 |
* | libc++: use ceph:: namespaced data types | Noah Watkins | 2014-01-18 | 1 | -2/+1 |
* | Fix test/filestore/store_test.cc error | Haomai Wang | 2013-12-30 | 1 | -1/+1 |
* | test/filestore: add check of return values in StoreTest::SetUp | Xing Lin | 2013-12-03 | 1 | -3/+10 |
* | test/filestore/workloadgen: added check of return value for mkdir | Xing Lin | 2013-12-03 | 1 | -1/+2 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-10-16 | 1 | -5/+4 |
|\ |
|
| * | test/filestore/run_seed_to.sh: avoid obsolete --filestore-xattr-use-omap | Sage Weil | 2013-10-16 | 1 | -5/+4 |
* | | test/filestore/run_seed_to_range.sh: fix -d syntax | Sage Weil | 2013-10-11 | 1 | -1/+1 |
|/ |
|
* | common, os, osd, test, tools: FileStore must work with ghobjects rather than ... | David Zafman | 2013-09-26 | 3 | -70/+70 |
* | os/FileStore: implement collection_move_rename | Sage Weil | 2013-09-12 | 1 | -0/+59 |
* | Merge remote-tracking branch 'gh/next' | Sage Weil | 2013-07-25 | 1 | -1/+70 |
|\ |
|
| * | test/filestore/store_test: add test for 5723 | Samuel Just | 2013-07-25 | 1 | -1/+70 |
* | | src/*: make Context::finish private and switch all users to use complete | Samuel Just | 2013-07-22 | 1 | -1/+1 |
|/ |
|
* | test: idempotent filestore test failure | David Zafman | 2013-07-12 | 4 | -126/+142 |
* | Revert "test_filestore_idempotent: use obj name from source coll add" | David Zafman | 2013-07-12 | 4 | -23/+6 |
* | Revert "test_filestore_idempotent: make newly created objects globally unique" | David Zafman | 2013-07-12 | 2 | -10/+6 |
* | librados, os, osd, osdc, test: Add support for client specified namespaces | David Zafman | 2013-07-09 | 1 | -6/+10 |
* | skip TEST(EXT4StoreTest, _detect_fs) if DISK or MOUNTPOINT are undefined | Loic Dachary | 2013-06-25 | 1 | -0/+4 |
* | store_test: create_collection prior to split | Samuel Just | 2013-06-12 | 1 | -0/+1 |
* | test_filestore_idempotent: use obj name from source coll add | Samuel Just | 2013-06-08 | 4 | -6/+23 |
* | test_filestore_idempotent: make newly created objects globally unique | Samuel Just | 2013-06-04 | 2 | -6/+10 |
* | fix test users of LevelDBStore | Sage Weil | 2013-05-31 | 1 | -1/+1 |
* | test_filestore_idempotent_sequence: unmount prior to deleting store | Samuel Just | 2013-05-17 | 1 | -8/+10 |
* | filestore/test_idempotent_sequence.cc: fix FileStore leaks | Danny Al-Gaaf | 2013-05-14 | 1 | -1/+7 |
* | unit tests for FileStore::_detect_fs when running on ext4 | Loic Dachary | 2013-04-02 | 1 | -0/+57 |
* | test/filestore/workload_generator.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-18 | 1 | -2/+1 |
* | test/filestore/test_idempotent.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-18 | 1 | -1/+1 |
* | test/filestore/test_idempotent.cc: fix ~TestFileStoreState() | Danny Al-Gaaf | 2013-03-18 | 1 | -4/+4 |
* | test/filestore/TestFileStoreState.cc: prefer prefix ++operator for iterators | Danny Al-Gaaf | 2013-03-18 | 1 | -2/+2 |
* | Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.master | Joao Eduardo Luis | 2013-02-21 | 1 | -1/+1 |
|\ |
|
| * | os: LevelDBStore: scrap init() and create open() and create_and_open() | Joao Eduardo Luis | 2013-02-21 | 1 | -1/+1 |
* | | test/filestore/chain_xattr: remove testfile; disable LOGFILE | Sage Weil | 2013-02-14 | 1 | -1/+2 |
* | | Merge branch 'wip-danny-perf-checks' | Greg Farnum | 2013-02-14 | 2 | -4/+4 |
|\ \ |
|
| * | | TestFileStoreState.cc: use empty() to check for emptiness | Danny Al-Gaaf | 2013-02-14 | 1 | -1/+1 |
| * | | FileStoreTracker.cc: use empty() to check for emptiness | Danny Al-Gaaf | 2013-02-14 | 1 | -3/+3 |
* | | | Merge pull request #40 from dachary/master | Sage Weil | 2013-02-14 | 1 | -0/+216 |
|\ \ \
| |/ /
|/| | |
|
| * | | Unit tests for chain_xattr.cc | Loic Dachary | 2013-02-11 | 1 | -0/+216 |
| |/ |
|
* / | ceph-test: give binaries from ceph-test package useful names | Danny Al-Gaaf | 2013-02-10 | 2 | -6/+6 |
|/ |
|
* | workload_generator.cc: remove twice included "common/debug.h" | Danny Al-Gaaf | 2013-02-04 | 1 | -1/+0 |
* | test_idempotent.cc: remove twice included "os/FileStore.h" | Danny Al-Gaaf | 2013-02-04 | 1 | -1/+0 |
* | Merge remote-tracking branch 'upstream/wip_split2' into next | Samuel Just | 2012-12-11 | 1 | -0/+81 |
|\ |
|
| * | os/: Add failure CollectionIndex failure injection | Samuel Just | 2012-12-05 | 1 | -0/+15 |
| * | test/store_test: add simple tests for collection_split | Samuel Just | 2012-12-05 | 1 | -0/+66 |