index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cls
/
journal
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cls/journal: skip disconnected clients when finding min_commit_position
Mykola Golub
2022-01-17
1
-4
/
+5
*
cls/journal: use EC pool stripe width for padding appends
Mykola Golub
2020-04-17
1
-0
/
+5
*
Merge pull request #34408 from dillaman/wip-44727
Mykola Golub
2020-04-09
1
-0
/
+3
|
\
|
*
rbd-mirror: switch to json_spirit formatter for journal image status
Jason Dillaman
2020-04-03
1
-0
/
+3
*
|
cls: Build ceph-osd without using namespace declarations in headers
Adam C. Emerson
2020-04-06
2
-20
/
+29
|
/
*
cls/journal: s/create_completion/create_completion2/
Kefu Chai
2019-11-01
1
-3
/
+3
*
cls/journal: reduce verbosity of debug logs for non-errors
Jason Dillaman
2019-07-22
1
-3
/
+6
*
cls/journal: new append method
Mykola Golub
2019-06-23
3
-0
/
+83
*
journal: Update cls_journal_types.h to work without using namespace
Adam C. Emerson
2019-03-29
1
-16
/
+16
*
librados: add symbol versioning to the C++ API
Jason Dillaman
2019-02-21
1
-5
/
+1
*
cls: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-3
/
+3
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
5
-42
/
+42
*
cls: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
4
-103
/
+102
*
Merge pull request #19280 from Songweibin/wip-parent-info
Jason Dillaman
2017-12-06
1
-1
/
+1
|
\
|
*
rbd: comment/msg cleanup
songweibin
2017-12-05
1
-1
/
+1
*
|
cleanup: Replacing MIN,MAX with std::min,std::max
amitkuma
2017-11-20
1
-2
/
+2
|
/
*
Merge pull request #18604 from dillaman/wip-21960
Mykola Golub
2017-10-28
1
-1
/
+9
|
\
|
*
cls/journal: ensure tags are properly expired
Jason Dillaman
2017-10-28
1
-1
/
+9
*
|
cls/journal: fixed possible infinite loop in expire_tags
Jason Dillaman
2017-10-27
1
-0
/
+1
|
/
*
cls/journal: fixed possible infinite loop which could kill the OSD
Jason Dillaman
2017-10-12
1
-0
/
+1
*
build: Fix a couple uninitialized variable warnings
Adam C. Emerson
2017-10-05
1
-1
/
+1
*
cls_{rbd, journal, lua}: adjust api
Yehuda Sadeh
2017-07-29
1
-10
/
+12
*
cls: optimize journal header file dependency
shawn
2017-05-19
2
-5
/
+6
*
common: Remove redundant includes
Brad Hubbard
2017-05-13
1
-1
/
+0
*
cls: Fix order of operations of std::string constructor
Adam C. Emerson
2017-04-11
1
-2
/
+2
*
common: add override for common submodule and misc
liuchang0812
2017-02-16
1
-4
/
+4
*
embedded: Add RADOS classes to embedded cephd library
Bassam Tabbara
2016-11-29
1
-29
/
+23
*
cls/journal: use librados::IoCtx reference for helper state machines
Jason Dillaman
2016-10-31
1
-3
/
+3
*
cls/journal: async client_list method
Mykola Golub
2016-09-28
2
-2
/
+9
*
cls/journal: add async client_update_state method
Mykola Golub
2016-09-05
2
-4
/
+12
*
journaler: async journal object creation
Venky Shankar
2016-08-07
2
-6
/
+15
*
cls::journal: treat empty commit position as minimal
Mykola Golub
2016-05-25
1
-10
/
+12
*
cls_journal: Select min commit position for new clients
Venky Shankar
2016-05-20
3
-30
/
+88
*
cls_journal: remove duplicated key generation
runsisi
2016-05-09
1
-1
/
+0
*
cls_journal: fix -EEXIST checking
runsisi
2016-04-01
1
-3
/
+9
*
cls_journal: disallow client registration against missing journal
Jason Dillaman
2016-03-29
1
-1
/
+7
*
journal: add placeholder for marking clients are disconnected
Jason Dillaman
2016-03-16
5
-20
/
+111
*
Merge pull request #7776 from dillaman/wip-librbd-journal-tweaks
Josh Durgin
2016-03-02
3
-57
/
+61
|
\
|
*
journal: fix delimiter in ObjectSetPosition formater
Jason Dillaman
2016-02-26
1
-1
/
+1
|
*
journal: track commit position for each object splay offset
Jason Dillaman
2016-02-26
3
-57
/
+61
*
|
cls::journal: async client_unregister
Mykola Golub
2016-02-27
2
-4
/
+12
|
/
*
cls::journal: don't print client data
Mykola Golub
2016-02-20
1
-3
/
+0
*
cls_journal: new get_client / client_update methods
Jason Dillaman
2016-02-05
3
-5
/
+147
*
cls_journal: client registration should hold opaque data structure
Jason Dillaman
2016-02-05
5
-20
/
+28
*
cls_journal: new tag management methods and handling
Jason Dillaman
2016-02-05
5
-36
/
+685
*
journal: switched entry tags to use id instead of string
Jason Dillaman
2016-02-05
2
-51
/
+31
*
common/buffer: forward declare buffer
Michal Jarzabek
2015-11-30
1
-1
/
+1
*
cls::journal: fixup: constify dump functions
Mykola Golub
2015-11-11
2
-7
/
+7
*
journal: don't use object_number when comparing positions
Mykola Golub
2015-11-11
1
-2
/
+1
*
journal: allow alternate pool for journal objects
Mykola Golub
2015-11-11
3
-7
/
+43
[next]