index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
ObjectRecorder.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rbd: fix spelling errors
Josh Soref
2023-04-26
1
-1
/
+1
*
common/Timer: make SafeTimer a template
Xiubo Li
2021-08-25
1
-2
/
+1
*
journal: possible race condition between flush and append callback
Jason Dillaman
2020-10-16
1
-1
/
+1
*
journal: fix flush by age and in-flight byte tracking
Jason Dillaman
2019-11-19
1
-3
/
+8
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-31
/
+31
*
journal: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-7
/
+6
*
journal: add support for aligned appends
Mykola Golub
2019-06-23
1
-0
/
+2
*
journal: support dynamically updating recorder flush options
Jason Dillaman
2019-06-19
1
-5
/
+7
*
journal: fix broken append batching implementation
Jason Dillaman
2019-06-19
1
-28
/
+14
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
journal: limit in-flight appends
Mykola Golub
2018-08-30
1
-1
/
+3
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-1
/
+1
*
journal: limit number of appends sent in one librados op
Mykola Golub
2018-04-02
1
-0
/
+1
*
common,mds,mgr,mon,osd: store event only if it's added
Kefu Chai
2017-08-20
1
-9
/
+1
*
common: add override in header file
liuchang0812
2017-03-03
1
-6
/
+6
*
journal: clean up object recorder closed/overflow callback
Jason Dillaman
2016-10-05
1
-1
/
+1
*
journal: delay moving overflowed buffers until quiesced
Jason Dillaman
2016-10-05
1
-1
/
+1
*
journal: avoid holding lock while sending journal append
Jason Dillaman
2016-10-05
1
-1
/
+1
*
journal: make librados call async in ObjectRecorder
Ricardo Dias
2016-09-26
1
-4
/
+11
*
journal: increase concurrency of journal recorder
Ricardo Dias
2016-09-26
1
-7
/
+9
*
journal: new ObjectRecorder closed callback
Jason Dillaman
2016-05-18
1
-8
/
+14
*
journal: delay object overflow event until in-flight appends settled
Jason Dillaman
2016-05-18
1
-0
/
+4
*
journal: avoid race between flush request and in-flight flushes
Jason Dillaman
2015-12-14
1
-0
/
+4
*
journal: correct lock ordering issues discovered by lockdep
Jason Dillaman
2015-12-02
1
-1
/
+1
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
1
-3
/
+3
*
journal: new async flush method for whole journal
Jason Dillaman
2015-11-06
1
-1
/
+1
*
journal: new generic journal implementation
Jason Dillaman
2015-11-06
1
-0
/
+149