index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: reset commit_position_task_ctx pointer after task complete
Mykola Golub
2016-02-02
1
-0
/
+14
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-2
/
+2
*
journal/JournalMetadata.cc: prefer ++operator for non-primitive iterators
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
*
Merge pull request #7385 from trociny/fix-journal-flush-commit-position
Josh Durgin
2016-01-27
1
-0
/
+2
|
\
|
*
journal: flush commit position on metadata shutdown
Mykola Golub
2016-01-27
1
-0
/
+2
*
|
journal: avoid race between in-flight notifications and flush
Jason Dillaman
2016-01-20
2
-28
/
+34
|
/
*
journal: disconnect watch after watch error
Jason Dillaman
2016-01-05
1
-0
/
+7
*
Merge pull request #6917 from majianpeng/journal-iohint
Josh Durgin
2015-12-14
2
-0
/
+2
|
\
|
*
journal: add iohint flags for journal replayer.
Jianpeng Ma
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
2
-1
/
+18
|
/
*
Merge pull request #6665 from trociny/wip-librbd-journal
Josh Durgin
2015-12-04
4
-14
/
+56
|
\
|
*
rbd: add new journal rbd commands
Mykola Golub
2015-12-04
4
-15
/
+56
|
*
librbd: add image pool ID to journal object names.
Mykola Golub
2015-12-04
1
-1
/
+2
*
|
Merge pull request #6686 from stiopaa1/namespace_buffer
Sage Weil
2015-12-04
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
common/buffer: forward declare buffer
Michal Jarzabek
2015-11-30
1
-1
/
+1
*
|
Merge pull request #6777 from dillaman/wip-librbd-lockdep
Josh Durgin
2015-12-03
6
-70
/
+76
|
\
\
|
*
|
journal: correct lock ordering issues discovered by lockdep
Jason Dillaman
2015-12-02
6
-70
/
+76
*
|
|
Merge pull request #6762 from dillaman/wip-13924
Josh Durgin
2015-12-03
2
-9
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
journal: fire replay complete event after reading last object
Jason Dillaman
2015-12-02
2
-9
/
+19
|
|
/
*
/
journal: helper method to determine if journal exists
Jason Dillaman
2015-11-30
2
-1
/
+12
|
/
*
journal: support replay passed skipped splay objects
Jason Dillaman
2015-11-23
2
-131
/
+138
*
journal: avoid holding lock while marking ops are complete
Jason Dillaman
2015-11-13
2
-2
/
+2
*
journal: update allocated tid when skipping committed entry in player
Mykola Golub
2015-11-12
1
-0
/
+1
*
journal: call metadata shutdown on journal remove
Mykola Golub
2015-11-11
1
-0
/
+2
*
journal: make commit and flush params configurable
Mykola Golub
2015-11-11
2
-8
/
+8
*
journal: allow alternate pool for journal objects
Mykola Golub
2015-11-11
4
-16
/
+58
*
journal: output operators for journal types
Mykola Golub
2015-11-11
4
-0
/
+55
*
journal: FutureImpl shouldn't hold lock while invoking callbacks
Jason Dillaman
2015-11-06
1
-0
/
+3
*
journal: updates to support C++11
Jason Dillaman
2015-11-06
2
-2
/
+1
*
journal: cleanup shutdown handling
Jason Dillaman
2015-11-06
2
-16
/
+59
*
journal: fix race condition with unwatch on shutdown
Jason Dillaman
2015-11-06
2
-3
/
+1
*
journal: simplified commit position tracking
Jason Dillaman
2015-11-06
18
-164
/
+205
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
15
-148
/
+259
*
journal: JournalPlayer::process_state should support positive result
Jason Dillaman
2015-11-06
1
-1
/
+1
*
journal: add method to remove journal from disk
Jason Dillaman
2015-11-06
2
-0
/
+18
*
journal: signal playback complete via finisher thread
Jason Dillaman
2015-11-06
1
-9
/
+23
*
journal: complete flush context w/o holding locks
Jason Dillaman
2015-11-06
2
-7
/
+16
*
journal: Journaler::stop_append should be async
Jason Dillaman
2015-11-06
2
-11
/
+15
*
journal: avoid reentrant callbacks on Future
Jason Dillaman
2015-11-06
6
-7
/
+28
*
journal: add default constructor to Payload
Jason Dillaman
2015-11-06
1
-0
/
+5
*
journal: new async flush method for whole journal
Jason Dillaman
2015-11-06
5
-10
/
+55
*
journal: playback should notify when complete
Jason Dillaman
2015-11-06
2
-9
/
+19
*
journal: add default constructor to Future
Jason Dillaman
2015-11-06
1
-0
/
+5
*
journal: added additional callbacks for async ops
Jason Dillaman
2015-11-06
4
-34
/
+64
*
journal: add support for trimming committed journal objects
Jason Dillaman
2015-11-06
7
-17
/
+426
*
journal: move rados_ctx_callback to utils namespace
Jason Dillaman
2015-11-06
6
-48
/
+41
*
journal: new generic journal implementation
Jason Dillaman
2015-11-06
26
-0
/
+3056