| Commit message (Expand) | Author | Age | Files | Lines |
* | test: Remove all filestore tests and use | Nitzan Mordechai | 2023-02-12 | 1 | -494/+0 |
* | common: modify 'main()s' to use new argv_to_vec() signature | Ronen Friedman | 2021-08-19 | 1 | -2/+1 |
* | test/objectstore: build without "using namespace std" | Kefu Chai | 2021-08-13 | 1 | -0/+2 |
* | os/filestore: (re)implement merge | Sage Weil | 2018-09-07 | 1 | -0/+4 |
* | test: Use ceph_assert for asserts. | Adam C. Emerson | 2018-08-27 | 1 | -2/+2 |
* | test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILE | Sage Weil | 2018-03-06 | 1 | -1/+2 |
* | test: checking negative returns from creat() | amitkuma | 2017-10-19 | 1 | -2/+6 |
* | os: Argument cannot be negative | amitkuma | 2017-08-01 | 1 | -0/+4 |
* | test: add explicit braces to avoid ambiguous ‘else’ and to silence warnings | Jos Collin | 2017-04-12 | 1 | -2/+4 |
* | Merge pull request #13439 from Liuchang0812/cleanup-osd | Sage Weil | 2017-02-15 | 1 | -17/+17 |
|\ |
|
| * | osd: add override in osd subsystem | liuchang0812 | 2017-02-15 | 1 | -17/+17 |
* | | os: remove nibblewise sort order support | Sage Weil | 2017-02-11 | 1 | -1/+0 |
|/ |
|
* | os/filestore: Destroy g_ceph_context and g_conf | Adam C. Emerson | 2016-12-22 | 1 | -6/+16 |
* | common,test: g_ceph_context->put() upon return | Kefu Chai | 2016-11-24 | 1 | -1/+2 |
* | test: fix ut test failure caused by lfn change | xie xingguo | 2016-04-12 | 1 | -1/+1 |
* | os/filestore: move FileStore to os/filestore/* | Sage Weil | 2016-01-01 | 1 | -2/+2 |
* | TestLFNIndex.cc: don't use "cp --preserve=xattr" | Yan, Zheng | 2015-08-31 | 1 | -1/+1 |
* | os/LFNIndex: pass through sort_bitwise | Sage Weil | 2015-08-07 | 1 | -0/+1 |
* | Kill collection_list | Xiaoxi Chen | 2015-08-07 | 1 | -1/+0 |
* | os/CollectionIndex: use const ref for end | Sage Weil | 2015-08-07 | 1 | -5/+1 |
* | osd: use coll_t() for meta collection | Sage Weil | 2015-06-19 | 1 | -4/+4 |
* | bug fix: test case for lfn index | Xinze Chi | 2015-03-24 | 1 | -27/+27 |
* | TestLFNIndex.cc: For root, dont do permission operations. | Jianpeng Ma | 2015-01-06 | 1 | -2/+4 |
* | Add tests for the collection hint OP: 1) Store Test 2) Idempotent Test. | Guang Yang | 2014-08-19 | 1 | -0/+5 |
* | FileStore: Index caching is introduced for performance improvement | Somnath Roy | 2014-08-15 | 1 | -1/+1 |
* | osd: explicit shard_id_t() and NO_SHARD | Loic Dachary | 2014-05-29 | 1 | -1/+1 |
* | TestLFNIndex.cc: remove unused variable 'mangled_name' | Danny Al-Gaaf | 2014-05-12 | 1 | -2/+0 |
* | libc++: use ceph:: namespaced data types | Noah Watkins | 2014-01-18 | 1 | -1/+1 |
* | Merge pull request #546 from ceph/wip-5862 | athanatos | 2013-09-26 | 1 | -23/+39 |
|\ |
|
| * | common, os, osd, test, tools: FileStore must work with ghobjects rather than ... | David Zafman | 2013-09-26 | 1 | -23/+39 |
* | | os: fix TestLFNIndex test warnings | Loic Dachary | 2013-09-22 | 1 | -6/+11 |
|/ |
|
* | unittest_lfnindex testing older HASH_INDEX_TAG | David Zafman | 2013-08-31 | 1 | -5/+15 |
* | librados, os, osd, osdc, test: Add support for client specified namespaces | David Zafman | 2013-07-09 | 1 | -6/+6 |
* | fix nspace assignment in LFNIndex::lfn_parse_object_name | Loic Dachary | 2013-04-02 | 1 | -0/+29 |
* | fix null character in object name triggering segfault | Loic Dachary | 2013-03-30 | 1 | -30/+57 |
* | unit test LFNIndex::remove_object and LFNIndex::lfn_unlink | Loic Dachary | 2013-03-29 | 1 | -1/+134 |
* | unit test LFNIndex::lfn_get_name | Loic Dachary | 2013-03-28 | 1 | -0/+247 |