index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
JournalPlayer.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-51
/
+37
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-2
/
+2
*
journal: fix race between player shut down and cache rebalance
Mykola Golub
2019-08-21
1
-0
/
+6
*
journal: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-27
/
+27
*
journal: fix race between player shut down and cache rebalance
Mykola Golub
2019-06-25
1
-1
/
+1
*
journal: auto-tune journal fetch params based on memory target
Mykola Golub
2019-06-11
1
-5
/
+81
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-37
/
+37
*
misc: fix various spelling errors
Shengjing Zhu
2018-03-10
1
-1
/
+1
*
journal: assert(false)->ceph_abort()
Li Wang
2017-10-02
1
-2
/
+2
*
common: add override in header file
liuchang0812
2017-03-03
1
-2
/
+2
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
1
-4
/
+4
*
journal: optimize speed of live replay journal pruning
Jason Dillaman
2016-07-21
1
-6
/
+22
*
journal: improve debug log messages
Jason Dillaman
2016-07-21
1
-1
/
+1
*
journal: support streaming entry playback
Jason Dillaman
2016-07-21
1
-70
/
+100
*
journal: replay should only read from a single object set
Jason Dillaman
2016-07-21
1
-61
/
+26
*
journal: optionally fetch entries in small chunks during replay
Jason Dillaman
2016-07-21
1
-1
/
+2
*
journal: player shutdown is now handled asynchronously
Jason Dillaman
2016-05-25
1
-13
/
+40
*
journal: eliminate watch delay for object refetches
Jason Dillaman
2016-05-24
1
-1
/
+5
*
journal: keep active tag to assist with pruning watched objects
Jason Dillaman
2016-05-24
1
-99
/
+113
*
journal: cleanup watch refetch flag handling
Jason Dillaman
2016-05-24
1
-11
/
+25
*
Merge pull request #9211 from dillaman/wip-15938
Mykola Golub
2016-05-20
1
-1
/
+1
|
\
|
*
journal: replay position might change after pruning stale tags
Jason Dillaman
2016-05-20
1
-1
/
+1
*
|
journal: reset watch step after pruning expired tag
Jason Dillaman
2016-05-19
1
-0
/
+1
|
/
*
journal: skip partially complete tag entries during playback
Jason Dillaman
2016-05-18
1
-58
/
+194
*
journal: re-fetch active object before advancing set during replay
Jason Dillaman
2016-05-18
1
-9
/
+8
*
librbd: potential concurrent event processing during journal replayReviewed-b...
Josh Durgin
2016-05-10
1
-2
/
+3
|
\
|
*
journal: suppress notifications if client still in try_pop_front loop
Jason Dillaman
2016-05-07
1
-2
/
+3
*
|
journal: incorrectly computed object offset within set
Jason Dillaman
2016-05-09
1
-1
/
+1
|
/
*
journal: potential for double-free of context on shut down
Jason Dillaman
2016-04-13
1
-0
/
+5
*
journal: possible race condition during live replay
Jason Dillaman
2016-04-13
1
-4
/
+6
*
journal: refetch active object before defaulting to new tag
Jason Dillaman
2016-03-16
1
-0
/
+9
*
journal: reschedule watch if no entries available during live replay
Jason Dillaman
2016-03-15
1
-1
/
+3
*
Merge pull request #7906 from dillaman/wip-14869
Josh Durgin
2016-03-09
1
-3
/
+2
|
\
|
*
journal: use provided work queue and timer
Jason Dillaman
2016-03-08
1
-7
/
+6
*
|
journal: possible race condition during fetch playback
Jason Dillaman
2016-03-08
1
-7
/
+13
*
|
journal: clean up playback notification handling
Jason Dillaman
2016-03-08
1
-20
/
+31
*
|
journal: properly handle tag transition
Jason Dillaman
2016-03-08
1
-57
/
+143
|
/
*
journal: update JournalPlayer to support new commit tracking
Jason Dillaman
2016-02-26
1
-31
/
+58
*
journal: track commit position for each object splay offset
Jason Dillaman
2016-02-26
1
-7
/
+11
*
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
-15
/
+19
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-2
/
+2
*
journal: fire replay complete event after reading last object
Jason Dillaman
2015-12-02
1
-8
/
+18
*
journal: support replay passed skipped splay objects
Jason Dillaman
2015-11-23
1
-99
/
+122
*
journal: update allocated tid when skipping committed entry in player
Mykola Golub
2015-11-12
1
-0
/
+1
*
journal: fix race condition with unwatch on shutdown
Jason Dillaman
2015-11-06
1
-0
/
+1
*
journal: simplified commit position tracking
Jason Dillaman
2015-11-06
1
-6
/
+8
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
1
-10
/
+31
*
journal: JournalPlayer::process_state should support positive result
Jason Dillaman
2015-11-06
1
-1
/
+1
*
journal: signal playback complete via finisher thread
Jason Dillaman
2015-11-06
1
-9
/
+23
[next]