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
*
rbd: fix spelling errors
Josh Soref
2023-04-26
2
-4
/
+4
*
common/Timer: make SafeTimer a template
Xiubo Li
2021-08-25
6
-11
/
+6
*
journal: possible race condition between flush and append callback
Jason Dillaman
2020-10-16
2
-9
/
+13
*
journal, librbd: whitelisted_laggy_clients -> ignored_laggy_clients
Neha Ojha
2020-08-24
2
-2
/
+2
*
*: convert EBLACKLISTED to EBLOCKLISTED
Patrick Donnelly
2020-08-24
1
-1
/
+1
*
librbd: whitelisted_laggy_clients -> allowlisted_laggy_clients
Sage Weil
2020-08-24
2
-2
/
+2
*
blacklist -> blocklist
Sage Weil
2020-08-24
1
-3
/
+3
*
common/WorkQueue,librbd,rgw: use ceph::timespan for representing interval
Kefu Chai
2020-08-04
1
-1
/
+3
*
src/: s/advance/operator+=/
Kefu Chai
2020-02-02
1
-2
/
+2
*
journal: properly handle immediate overflow upon advancing object set
Jason Dillaman
2019-11-19
2
-4
/
+22
*
journal: fix flush by age and in-flight byte tracking
Jason Dillaman
2019-11-19
2
-73
/
+110
*
journal: simplify object recorder locker aggregation
Jason Dillaman
2019-11-19
2
-15
/
+13
*
journal: Un-deprecated version of aio_create_completion
Adam C. Emerson
2019-11-02
3
-7
/
+5
*
journal: use new aio_create_completion()
Kefu Chai
2019-11-01
2
-27
/
+21
*
common/RefCountedObj: cleanup con/des
Patrick Donnelly
2019-09-16
19
-337
/
+282
*
include: convert FunctionContext usage to generic LambdaContext
Patrick Donnelly
2019-09-16
7
-23
/
+24
*
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
16
-229
/
+224
*
journal: return error after first corruption detected
Mykola Golub
2019-07-01
1
-5
/
+5
*
Merge pull request #28351 from trociny/wip-39968
Jason Dillaman
2019-06-27
4
-6
/
+81
|
\
|
*
journal: add support for aligned appends
Mykola Golub
2019-06-23
4
-6
/
+81
*
|
journal: fix race between player shut down and cache rebalance
Mykola Golub
2019-06-25
1
-1
/
+1
|
/
*
Merge pull request #28539 from dillaman/wip-40072
Mykola Golub
2019-06-20
6
-343
/
+274
|
\
|
*
journal: support dynamically updating recorder flush options
Jason Dillaman
2019-06-19
6
-35
/
+76
|
*
journal: fix broken append batching implementation
Jason Dillaman
2019-06-19
4
-286
/
+170
|
*
journal: improve logging on recorder append path
Jason Dillaman
2019-06-19
2
-54
/
+60
*
|
journal: properly advance read offset after skipping invalid range
Mykola Golub
2019-06-19
1
-0
/
+2
|
/
*
Merge pull request #27670 from trociny/wip-rbd-mirror-fetch-autotune
Jason Dillaman
2019-06-17
7
-16
/
+151
|
\
|
*
rbd-mirror: remove rbd_mirror_journal_max_fetch_bytes option
Mykola Golub
2019-06-11
1
-1
/
+0
|
*
journal: auto-tune journal fetch params based on memory target
Mykola Golub
2019-06-11
6
-15
/
+151
*
|
journal: wait for in flight advance sets on stopping recorder
Mykola Golub
2019-06-13
3
-11
/
+44
|
/
*
journal: optimize object overflow detection
Mykola Golub
2019-05-25
1
-1
/
+14
*
journal: fix potential race when closing object recorder
Mykola Golub
2019-02-14
1
-1
/
+3
*
journal: set max journal order to 26
Mykola Golub
2019-01-03
1
-2
/
+2
*
Merge pull request #25166 from kungf/journal_remove_full
Jason Dillaman
2018-12-05
1
-1
/
+2
|
\
|
*
journal: allow remove set when jounal pool is full
kungf
2018-11-23
1
-1
/
+2
*
|
common/RefCountedObj: Mutex -> ceph::mutex
Sage Weil
2018-11-21
1
-0
/
+1
|
/
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
8
-8
/
+8
*
journal: limit in-flight appends
Mykola Golub
2018-08-30
6
-46
/
+55
*
journal: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
12
-178
/
+178
*
core: use const_iterator for decode
Kefu Chai
2018-05-17
4
-11
/
+11
*
journal: limit number of appends sent in one librados op
Mykola Golub
2018-04-02
2
-21
/
+22
*
misc: fix various spelling errors
Shengjing Zhu
2018-03-10
1
-1
/
+1
*
journal: flush commit positions should wait for refresh
Jason Dillaman
2018-02-14
2
-60
/
+96
*
journal: support concurrent refresh requests
Jason Dillaman
2018-02-14
2
-9
/
+28
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-2
/
+2
*
journal: Use unqualified encode/decode
Adam C. Emerson
2018-01-10
4
-21
/
+22
*
journal: Trivial cleanup
Shinobu Kinjo
2017-12-09
1
-8
/
+15
*
Merge pull request #18124 from amitkumar50/cleanup-Min-Max
Kefu Chai
2017-12-01
2
-3
/
+3
|
\
|
*
cleanup: Replacing MIN,MAX with std::min,std::max
amitkuma
2017-11-20
2
-3
/
+3
[next]