index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
os
/
kstore
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
os/bluestore: enable async manual compactions
Igor Fedotov
2024-05-08
1
-1
/
+2
*
Merge pull request #53154 from ifed01/wip-ifed-no-death-tests
Yuri Weinstein
2024-01-22
2
-2
/
+19
|
\
|
*
test/store_test: get rid off assert_death.
Igor Fedotov
2023-08-25
2
-2
/
+19
*
|
os: introduce ObjectStore::refresh_perf_counters() method.
Igor Fedotov
2023-12-08
1
-0
/
+2
|
/
*
common: Add labeled perf counters
Ali Maredia
2023-02-23
1
-1
/
+1
*
os: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+1
*
os: use transparent comparator in ObjectStore::getattrs()
Kefu Chai
2021-06-29
3
-3
/
+5
*
os: do not include RWLock.h unless it is used
Kefu Chai
2021-03-10
1
-1
/
+0
*
os/kstore: fix collection_list properly set next if end reached
Mykola Golub
2020-08-29
1
-4
/
+19
*
os/kstore: fix collection_list ordering
Mykola Golub
2020-08-29
1
-2
/
+2
*
os/Transaction: do not use anonymous aggregate with member having ctor
Kefu Chai
2020-05-27
1
-2
/
+2
*
common: Add pretty_binary_string conversions
Adam Kupczyk
2020-04-29
1
-52
/
+1
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
4
-67
/
+86
*
os/kstore: do not cache in-fight stripes on read ops to avoid memory leaks
Chang Liu
2020-01-08
2
-9
/
+18
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
2
-4
/
+6
*
Merge PR #29292 into master
Sage Weil
2019-08-09
2
-2
/
+4
|
\
|
*
osd: report per-pool omap support via store_statfs_t
Sage Weil
2019-08-06
2
-2
/
+4
*
|
os: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
2
-38
/
+37
|
/
*
os/objectstore: add new op OP_CREATE for create a new object.
Jianpeng Ma
2019-06-11
1
-0
/
+2
*
os:enable ObjectStore::statfs() api to return OS alert list.
Igor Fedotov
2019-01-26
2
-2
/
+6
*
Revert "os/objectstore: add new op OP_CREATE for create a new object."
Kefu Chai
2018-12-31
1
-2
/
+0
*
Merge pull request #22385 from majianpeng/touch-omit-kvdb
Kefu Chai
2018-12-31
1
-0
/
+2
|
\
|
*
os/objectstore: add new op OP_CREATE for create a new object.
Jianpeng Ma
2018-11-19
1
-0
/
+2
*
|
Merge pull request #25377 from aclamk/wip-kv-remove-validate
Kefu Chai
2018-12-17
2
-2
/
+2
|
\
\
|
*
|
common/KeyValueDB: Get rid of validate parameter.
Adam Kupczyk
2018-12-10
2
-2
/
+2
|
|
/
*
/
os: extend ObjectStore interface with per-pool statistics access method
Igor Fedotov
2018-12-06
2
-1
/
+6
|
/
*
*: set missing CLOEXEC on opened fds
Patrick Donnelly
2018-09-20
1
-1
/
+1
*
Merge pull request #22739 from majianpeng/osd-shardthread-do-bluestore-oncommits
Kefu Chai
2018-09-20
1
-0
/
+3
|
\
|
*
common/Finisher: only queue empty only wake up waiter.
Jianpeng Ma
2018-09-20
1
-0
/
+3
*
|
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
|
/
*
os: implement merge_collection
Sage Weil
2018-09-07
2
-0
/
+44
*
cleanup: Replace always-false assertions with abort
Adam C. Emerson
2018-08-27
1
-9
/
+9
*
os: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
2
-52
/
+52
*
include/memory.h: remove memory.h
Kefu Chai
2018-06-26
1
-1
/
+0
*
common/Throttle: extract ThrottleInterface
Kefu Chai
2018-06-13
1
-0
/
+1
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
4
-12
/
+12
*
os/kstore: support db statistic
Yang Honggang
2018-04-18
1
-1
/
+3
*
KStore: statfs needs extra includes on FreeBSD
Willem Jan Withagen
2018-04-14
1
-0
/
+4
*
os/kstore: fix statfs problem and add vstart.sh support
Yang Honggang
2018-04-08
2
-2
/
+15
*
os/ObjectStore: remove void *osr from Transaction
Sage Weil
2018-02-06
1
-1
/
+0
*
os: make implementation flush before collection_{list,empty}
Sage Weil
2018-02-06
1
-0
/
+1
*
os/ObjectStore: make all read operations CollectionHandle-based
Sage Weil
2018-02-06
2
-114
/
+72
*
os/ObjectStore: combine Sequencer and CollectionImpl in ObjectStore
Sage Weil
2018-02-06
2
-43
/
+59
*
osdc,os,osd: fix build on osx
Kefu Chai
2018-01-19
1
-1
/
+1
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-5
/
+5
*
os: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
2
-33
/
+33
*
os/kstore: Drop unused function declaration
Jos Collin
2017-10-02
1
-4
/
+0
*
common,mon,osd,pybind: remove executable mode bit
Kefu Chai
2017-09-07
1
-0
/
+0
*
os: export compact interface in ObjectStore and ObjectMap
liuchang0812
2017-07-13
1
-0
/
+5
*
objectstore: Remove allow_eio arg from read, we allow it to be returned
David Zafman
2017-06-23
2
-4
/
+2
[next]