index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
Journaler.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journal: use new aio_create_completion()
Kefu Chai
2019-11-01
1
-3
/
+3
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
1
-29
/
+19
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
1
-7
/
+8
*
journal: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-5
/
+4
*
journal: support dynamically updating recorder flush options
Jason Dillaman
2019-06-19
1
-4
/
+9
*
Merge pull request #27670 from trociny/wip-rbd-mirror-fetch-autotune
Jason Dillaman
2019-06-17
1
-5
/
+7
|
\
|
*
journal: auto-tune journal fetch params based on memory target
Mykola Golub
2019-06-11
1
-5
/
+7
*
|
journal: wait for in flight advance sets on stopping recorder
Mykola Golub
2019-06-13
1
-1
/
+1
|
/
*
journal: set max journal order to 26
Mykola Golub
2019-01-03
1
-2
/
+2
*
journal: limit in-flight appends
Mykola Golub
2018-08-30
1
-2
/
+2
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-19
/
+19
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-2
/
+2
*
journal: Trivial cleanup
Shinobu Kinjo
2017-12-09
1
-8
/
+15
*
journal: ensure in-flight ops are complete destroying journaler
Mykola Golub
2016-10-01
1
-0
/
+6
*
journal: expose ability to retrieve partial tag list
Jason Dillaman
2016-09-23
1
-1
/
+6
*
journaler: remove ununsed synchronous API routines
Venky Shankar
2016-08-07
1
-51
/
+0
*
journaler: async journal object creation
Venky Shankar
2016-08-07
1
-0
/
+26
*
journaler: implement asynchronous remove()
Venky Shankar
2016-08-07
1
-0
/
+17
*
journaler: implement asynchronous exists()
Venky Shankar
2016-08-07
1
-0
/
+11
*
journal: improve debug log messages
Jason Dillaman
2016-07-21
1
-1
/
+1
*
journal: optionally restrict maximum entry payload size
Jason Dillaman
2016-07-21
1
-1
/
+7
*
journal: helper class for organizing optional settings
Jason Dillaman
2016-07-21
1
-6
/
+7
*
journal: Support for registering metadata listeners in the Journaler
Ricardo Dias
2016-06-14
1
-0
/
+8
*
journal: extend asynchronous shutdown to facade
Jason Dillaman
2016-05-25
1
-31
/
+51
*
journal: trimmer now has asynchronous shutdown
Jason Dillaman
2016-05-25
1
-1
/
+8
*
journal: metadata init and shutdown now asynchronous
Jason Dillaman
2016-05-25
1
-2
/
+6
*
journal: player shutdown is now handled asynchronously
Jason Dillaman
2016-05-25
1
-1
/
+6
*
journal: prohibit journal entries larger than the soft object size
Jason Dillaman
2016-05-06
1
-0
/
+4
*
journal: helper method for retrieving tag struct
Jason Dillaman
2016-03-29
1
-0
/
+4
*
journal: added helper to query single client record from disk
Jason Dillaman
2016-03-29
1
-0
/
+6
*
journal: provide method to check if journaler initialized
Mykola Golub
2016-03-10
1
-0
/
+4
*
Merge pull request #7906 from dillaman/wip-14869
Josh Durgin
2016-03-09
1
-11
/
+56
|
\
|
*
journal: use provided work queue and timer
Jason Dillaman
2016-03-08
1
-11
/
+56
*
|
journal: helper method to retrieve in-memory client data
Jason Dillaman
2016-03-08
1
-0
/
+14
|
/
*
journal: async methods to (un)register and update client
Mykola Golub
2016-02-27
1
-2
/
+18
*
journal: wrappers to get journal metadata
Mykola Golub
2016-02-20
1
-0
/
+12
*
journal: added interface to flush pending commit position updates
Jason Dillaman
2016-02-19
1
-2
/
+6
*
journal: added tag support methods
Jason Dillaman
2016-02-05
1
-0
/
+15
*
cls_journal: client registration should hold opaque data structure
Jason Dillaman
2016-02-05
1
-2
/
+2
*
journal: switched entry tags to use id instead of string
Jason Dillaman
2016-02-05
1
-5
/
+5
*
rbd: add new journal rbd commands
Mykola Golub
2015-12-04
1
-6
/
+32
*
librbd: add image pool ID to journal object names.
Mykola Golub
2015-12-04
1
-1
/
+2
*
journal: helper method to determine if journal exists
Jason Dillaman
2015-11-30
1
-0
/
+10
*
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
1
-6
/
+6
*
journal: allow alternate pool for journal objects
Mykola Golub
2015-11-11
1
-9
/
+31
*
journal: output operators for journal types
Mykola Golub
2015-11-11
1
-0
/
+12
*
journal: simplified commit position tracking
Jason Dillaman
2015-11-06
1
-8
/
+12
*
journal: fix issues discovered via valgrind
Jason Dillaman
2015-11-06
1
-1
/
+1
*
journal: add method to remove journal from disk
Jason Dillaman
2015-11-06
1
-0
/
+17
[next]