summaryrefslogtreecommitdiffstats
path: root/src/os/Transaction.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* os: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* os: use transparent comparator in ObjectStore::getattrs()Kefu Chai2021-06-291-1/+1
* os/Transaction: do not use anonymous aggregate with member having ctorKefu Chai2020-05-271-2/+2
* mon: Build ceph-mon without using namespace declarations in headersAdam C. Emerson2020-03-221-0/+10
* src/: s/advance/operator+=/Kefu Chai2020-02-021-3/+3
* os/Transaction: dump alloc hint flags in opZengran Zhang2019-07-291-0/+2
* os/objectstore: add new op OP_CREATE for create a new object.Jianpeng Ma2019-06-111-0/+10
* os: break Transaction of of Objectstore, use in crimsonSamuel Just2019-05-101-3/+47
* Revert "os/objectstore: add new op OP_CREATE for create a new object."Kefu Chai2018-12-311-10/+0
* os/objectstore: add new op OP_CREATE for create a new object.Jianpeng Ma2018-11-191-0/+10
* os/ObjectStore: add merge_collection operation to TransactionSage Weil2018-09-071-0/+12
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* Merge branch 'wip-names!-in!-space!' of git://github.com/adamemerson/cephSage Weil2018-01-111-2/+3
|\
| * os: Use unqualified encode/decodeAdam C. Emerson2018-01-101-2/+3
* | os/Transaction: print keys when dumping omap_removekeys transactionIgor Fedotov2018-01-031-0/+5
|/
* os:startsync can be removedamitkuma2017-07-281-4/+0
* os/ObjectStore: add collection_set_bits opSage Weil2017-03-291-0/+9
* os/Transaction: add missing breakSage Weil2016-11-281-0/+1
* os/ObjectStore: remove the legacy tbl support completely.Jianpeng Ma2016-11-031-484/+0
* os/ObjectStore: extend OS interface with set_collection_opts method.Igor Fedotov2016-10-191-1/+0
* Merge pull request #6208 from liewegas/wip-alloc-hintsSage Weil2016-05-201-1/+1
|\
| * osd: support new alloc_hint flagsSage Weil2016-05-141-1/+1
* | os: remove collection attr methodsSage Weil2016-05-131-36/+1
|/
* Transaction: handle OP_TRY_RENAME in dumpSamuel Just2016-03-291-0/+11
* os/: add try_renameSamuel Just2016-02-251-0/+14
* Revert "os: drop deprecated collection_* attr methods"Sage Weil2015-10-161-1/+49
* Transaction.c: replace deprecated function callDanny Al-Gaaf2015-09-101-1/+1
* Merge remote-tracking branch 'gh/wip-osd-compat'Sage Weil2015-08-271-49/+1
|\
| * os: drop deprecated collection_* attr methodsSage Weil2015-08-201-49/+1
* | os/ObjectStore: pass bits to create_collectionSage Weil2015-08-191-2/+2
|/
* osd: use non-string coll_t'sSage Weil2015-06-191-2/+2
* os/ObjectStore: deprecated collection_moveSage Weil2015-06-191-1/+1
* locally disable pragma warnings on gcc < 4.6Josh Durgin2015-02-101-0/+4
* osd: build fields for Transaction::iterator when tbl is usedDong Yuan2015-01-061-0/+501
* osd: new Transaction::iterator interfaceDong Yuan2015-01-061-100/+88
* os/ObjectStore: deprecated collection attr operationsSage Weil2014-12-171-2/+7
* remove collection_renameSage Weil2014-10-281-1/+0
* os/ObjectStore: remove collection_{add,remove}Sage Weil2014-10-281-2/+0
* Implement the collection hint transaction, add a new transation type as expec...Guang Yang2014-08-191-0/+11
* Add a new transaction OP (collection hint) to ObjectStore.Guang Yang2014-08-191-0/+10
* libosd_types, libos_types, libmon_typesSage Weil2014-07-191-0/+471