index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
ObjectRecorder.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: possible race condition between flush and append callback
Jason Dillaman
2020-10-16
1
-8
/
+12
*
journal: fix flush by age and in-flight byte tracking
Jason Dillaman
2019-11-19
1
-70
/
+102
*
journal: Un-deprecated version of aio_create_completion
Adam C. Emerson
2019-11-02
1
-1
/
+1
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-19
/
+24
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-1
/
+1
*
journal: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-22
/
+22
*
journal: add support for aligned appends
Mykola Golub
2019-06-23
1
-3
/
+25
*
journal: support dynamically updating recorder flush options
Jason Dillaman
2019-06-19
1
-8
/
+17
*
journal: fix broken append batching implementation
Jason Dillaman
2019-06-19
1
-249
/
+148
*
journal: improve logging on recorder append path
Jason Dillaman
2019-06-19
1
-27
/
+33
*
journal: optimize object overflow detection
Mykola Golub
2019-05-25
1
-1
/
+14
*
journal: fix potential race when closing object recorder
Mykola Golub
2019-02-14
1
-1
/
+3
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
journal: limit in-flight appends
Mykola Golub
2018-08-30
1
-38
/
+41
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-29
/
+29
*
journal: limit number of appends sent in one librados op
Mykola Golub
2018-04-02
1
-21
/
+21
*
common,mds,mgr,mon,osd: store event only if it's added
Kefu Chai
2017-08-20
1
-4
/
+6
*
journal: do not prematurely flag object recorder as closed
Jason Dillaman
2016-10-17
1
-1
/
+1
*
journal: clean up object recorder closed/overflow callback
Jason Dillaman
2016-10-05
1
-20
/
+26
*
journal: delay moving overflowed buffers until quiesced
Jason Dillaman
2016-10-05
1
-3
/
+2
*
journal: use reverse iterator search to find flush record
Jason Dillaman
2016-10-05
1
-3
/
+7
*
journal: avoid holding lock while sending journal append
Jason Dillaman
2016-10-05
1
-14
/
+35
*
journal: make librados call async in ObjectRecorder
Ricardo Dias
2016-09-26
1
-49
/
+62
*
journal: increase concurrency of journal recorder
Ricardo Dias
2016-09-26
1
-23
/
+43
*
journal: improve debug log messages
Jason Dillaman
2016-07-21
1
-1
/
+1
*
journal: new ObjectRecorder closed callback
Jason Dillaman
2016-05-18
1
-16
/
+23
*
journal: do not flag append as full if already known to be full
Jason Dillaman
2016-05-18
1
-1
/
+2
*
journal: delay object overflow event until in-flight appends settled
Jason Dillaman
2016-05-18
1
-9
/
+21
*
journal: ignore flush on closed/overflowed object
Jason Dillaman
2016-05-18
1
-2
/
+9
*
journal: prevent race injecting new records into overflowed object
Jason Dillaman
2016-03-19
1
-0
/
+6
*
Merge pull request #6917 from majianpeng/journal-iohint
Josh Durgin
2015-12-14
1
-0
/
+1
|
\
|
*
journal: Add iohint flags for journal write ops.
Jianpeng Ma
2015-12-14
1
-0
/
+1
*
|
journal: avoid race between flush request and in-flight flushes
Jason Dillaman
2015-12-14
1
-1
/
+14
|
/
*
journal: correct lock ordering issues discovered by lockdep
Jason Dillaman
2015-12-02
1
-30
/
+37
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
1
-14
/
+6
*
journal: new async flush method for whole journal
Jason Dillaman
2015-11-06
1
-4
/
+24
*
journal: move rados_ctx_callback to utils namespace
Jason Dillaman
2015-11-06
1
-10
/
+1
*
journal: new generic journal implementation
Jason Dillaman
2015-11-06
1
-0
/
+307