index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
ObjectPlayer.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: Un-deprecated version of aio_create_completion
Adam C. Emerson
2019-11-02
1
-3
/
+2
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-6
/
+5
*
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
-15
/
+15
*
journal: return error after first corruption detected
Mykola Golub
2019-07-01
1
-5
/
+5
*
journal: add support for aligned appends
Mykola Golub
2019-06-23
1
-2
/
+46
*
journal: properly advance read offset after skipping invalid range
Mykola Golub
2019-06-19
1
-0
/
+2
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-16
/
+16
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
1
-1
/
+1
*
journal: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
1
-1
/
+1
*
common,mds,mgr,mon,osd: store event only if it's added
Kefu Chai
2017-08-20
1
-7
/
+6
*
journal: optimize speed of live replay journal pruning
Jason Dillaman
2016-07-21
1
-1
/
+1
*
journal: improve debug log messages
Jason Dillaman
2016-07-21
1
-1
/
+1
*
journal: support streaming entry playback
Jason Dillaman
2016-07-21
1
-9
/
+6
*
journal: optionally fetch entries in small chunks during replay
Jason Dillaman
2016-07-21
1
-26
/
+88
*
journal: player shutdown is now handled asynchronously
Jason Dillaman
2016-05-25
1
-38
/
+30
*
journal: re-fetch active object before advancing set during replay
Jason Dillaman
2016-05-18
1
-0
/
+2
*
journal: race possible when re-watching a journal object
Jason Dillaman
2016-04-13
1
-1
/
+12
*
journal: potential for double-free of context on shut down
Jason Dillaman
2016-04-13
1
-8
/
+10
*
journal: possible race condition during live replay
Jason Dillaman
2016-04-13
1
-0
/
+1
*
journal: fix context memory leak when shutting down live replay
Jason Dillaman
2016-04-06
1
-5
/
+10
*
journal: properly handle tag transition
Jason Dillaman
2016-03-08
1
-4
/
+3
*
journal: differentiate corruption vs missing entry errors
Jason Dillaman
2016-02-26
1
-1
/
+1
*
journal: switched entry tags to use id instead of string
Jason Dillaman
2016-02-05
1
-1
/
+2
*
journal: add iohint flags for journal replayer.
Jianpeng Ma
2015-12-14
1
-0
/
+1
*
journal: correct lock ordering issues discovered by lockdep
Jason Dillaman
2015-12-02
1
-15
/
+6
*
journal: fix race condition with unwatch on shutdown
Jason Dillaman
2015-11-06
1
-3
/
+0
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
1
-34
/
+49
*
journal: move rados_ctx_callback to utils namespace
Jason Dillaman
2015-11-06
1
-10
/
+2
*
journal: new generic journal implementation
Jason Dillaman
2015-11-06
1
-0
/
+244