summaryrefslogtreecommitdiffstats
path: root/src/test/os/TestLFNIndex.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: Remove all filestore tests and useNitzan Mordechai2023-02-121-494/+0
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* test/objectstore: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* os/filestore: (re)implement mergeSage Weil2018-09-071-0/+4
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-2/+2
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* test: checking negative returns from creat()amitkuma2017-10-191-2/+6
* os: Argument cannot be negativeamitkuma2017-08-011-0/+4
* test: add explicit braces to avoid ambiguous ‘else’ and to silence warningsJos Collin2017-04-121-2/+4
* Merge pull request #13439 from Liuchang0812/cleanup-osdSage Weil2017-02-151-17/+17
|\
| * osd: add override in osd subsystemliuchang08122017-02-151-17/+17
* | os: remove nibblewise sort order supportSage Weil2017-02-111-1/+0
|/
* os/filestore: Destroy g_ceph_context and g_confAdam C. Emerson2016-12-221-6/+16
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* test: fix ut test failure caused by lfn changexie xingguo2016-04-121-1/+1
* os/filestore: move FileStore to os/filestore/*Sage Weil2016-01-011-2/+2
* TestLFNIndex.cc: don't use "cp --preserve=xattr"Yan, Zheng2015-08-311-1/+1
* os/LFNIndex: pass through sort_bitwiseSage Weil2015-08-071-0/+1
* Kill collection_listXiaoxi Chen2015-08-071-1/+0
* os/CollectionIndex: use const ref for endSage Weil2015-08-071-5/+1
* osd: use coll_t() for meta collectionSage Weil2015-06-191-4/+4
* bug fix: test case for lfn indexXinze Chi2015-03-241-27/+27
* TestLFNIndex.cc: For root, dont do permission operations.Jianpeng Ma2015-01-061-2/+4
* Add tests for the collection hint OP: 1) Store Test 2) Idempotent Test.Guang Yang2014-08-191-0/+5
* FileStore: Index caching is introduced for performance improvementSomnath Roy2014-08-151-1/+1
* osd: explicit shard_id_t() and NO_SHARDLoic Dachary2014-05-291-1/+1
* TestLFNIndex.cc: remove unused variable 'mangled_name'Danny Al-Gaaf2014-05-121-2/+0
* libc++: use ceph:: namespaced data typesNoah Watkins2014-01-181-1/+1
* Merge pull request #546 from ceph/wip-5862athanatos2013-09-261-23/+39
|\
| * common, os, osd, test, tools: FileStore must work with ghobjects rather than ...David Zafman2013-09-261-23/+39
* | os: fix TestLFNIndex test warningsLoic Dachary2013-09-221-6/+11
|/
* unittest_lfnindex testing older HASH_INDEX_TAGDavid Zafman2013-08-311-5/+15
* librados, os, osd, osdc, test: Add support for client specified namespacesDavid Zafman2013-07-091-6/+6
* fix nspace assignment in LFNIndex::lfn_parse_object_nameLoic Dachary2013-04-021-0/+29
* fix null character in object name triggering segfaultLoic Dachary2013-03-301-30/+57
* unit test LFNIndex::remove_object and LFNIndex::lfn_unlinkLoic Dachary2013-03-291-1/+134
* unit test LFNIndex::lfn_get_nameLoic Dachary2013-03-281-0/+247