index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
push_to_qemu.pl
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
mgr/rook: comment out osd creation functions
Joseph Sawaya
2
-19
/
+21
2021-06-17
mgr/rook: fix some mypy typing errors in rook_cluster.py
Joseph Sawaya
1
-3
/
+15
2021-06-17
mgr/rook: pass zone attribute to CephObjectStore CR when creating rgw
Joseph Sawaya
1
-14
/
+18
2021-06-16
mgr/dashboard: Fix 500 error while exiting out of maintenance
Nizamudeen A
7
-17
/
+38
2021-06-16
rook-client-python: update to update-june-21
Sage Weil
1
-0
/
+0
2021-06-16
MIRRORS: Add ca.ceph.com
David Galloway
2
-0
/
+2
2021-06-16
crimson/osd: use stop_signal from seastar
Kefu Chai
4
-58
/
+6
2021-06-16
crimson/tools/store_nbd: update example usage in comment
Kefu Chai
1
-1
/
+1
2021-06-16
crimson/tools/store_nbd: add graceful shutdown support
Kefu Chai
1
-63
/
+78
2021-06-16
crimson/seastore/nbd: destruct the store before create
Yingxin Cheng
1
-0
/
+1
2021-06-16
doc/cephadm: removing "Octopus" from procedure
Zac Dover
1
-2
/
+2
2021-06-16
crimson/osd: reindent
Kefu Chai
1
-25
/
+26
2021-06-16
crimson/osd: wrap line at 80
Kefu Chai
1
-2
/
+3
2021-06-16
crimson/osd: guard non-pg-op handling with with_sequencer()
Kefu Chai
1
-12
/
+15
2021-06-16
crimson/os: use reference for loop variable
Kefu Chai
1
-1
/
+1
2021-06-16
crimson/os: return seastar::now() in "finally()" block
Kefu Chai
1
-1
/
+2
2021-06-16
crimson/os: remove unnecessary now()
Kefu Chai
1
-7
/
+2
2021-06-16
crimson/os: remove unnecessary parentheses
Kefu Chai
1
-1
/
+1
2021-06-16
crimson/os: fix the indent
Kefu Chai
1
-118
/
+108
2021-06-16
crimson/os: do not capture unused variables
Kefu Chai
2
-14
/
+11
2021-06-16
global,tox.ini: add mypy-constrains.txt
Sebastian Wagner
7
-6
/
+32
2021-06-16
crimson/osd: extract with_sequencer() method out
Kefu Chai
2
-8
/
+11
2021-06-16
crimson: adapt to the new alien API
Kefu Chai
5
-7
/
+18
2021-06-16
test/crimson: add test case for errorator parallel_for_each
Xuehan Xu
1
-0
/
+26
2021-06-16
crimson: add parallel_for_each to errorator
Xuehan Xu
1
-2
/
+88
2021-06-15
doc/start/hardware-recommendations.rst: Corrected typo
Bobby Alex Philip
1
-1
/
+1
2021-06-15
seastore/rbm: remove changes related to transaction/cache
myoungwon oh
5
-74
/
+61
2021-06-15
crimson/osd: fix missed OpSequencer::abort() on primary change.
Radoslaw Zarzynski
1
-0
/
+1
2021-06-15
crimson/osd: fix debug in IOInterruptCondition::new_interval_created().
Radoslaw Zarzynski
1
-1
/
+1
2021-06-15
pyhton-common: fix mypy errors
Sebastian Wagner
1
-2
/
+2
2021-06-15
mgr/orch: fix mypy errors
Sebastian Wagner
1
-4
/
+4
2021-06-15
seastore: add protected_read interface to nvmedevice
Jinyong Ha
1
-0
/
+4
2021-06-15
seastore/rbm: use const
myoungwon oh
1
-2
/
+2
2021-06-15
seastore/rbm: return std::list in get_data_health()
myoungwon oh
1
-2
/
+7
2021-06-15
seastore/rbm: remove unused bits in nvmedevice.h
myoungwon oh
1
-45
/
+0
2021-06-15
seastore/rbm: replace blk_paddr_t with size_t in free_extent()
myoungwon oh
4
-8
/
+8
2021-06-15
seastore/rbm: relocate file layout like SegmentManager
myoungwon oh
8
-159
/
+251
2021-06-15
seastore/rbm: fix wrong loop condition
myoungwon oh
1
-1
/
+6
2021-06-15
seastore/rbm: fix wrong statement
myoungwon oh
2
-5
/
+16
2021-06-15
seastore/rbm: remove newline before function name
myoungwon oh
1
-36
/
+18
2021-06-15
seastore/rbm: add check_bitmap_blocks when open()
myoungwon oh
3
-1
/
+64
2021-06-15
seastore/rbm: fix wrong statement
myoungwon oh
1
-5
/
+6
2021-06-15
seastore/rbm: use move()
myoungwon oh
1
-2
/
+2
2021-06-15
seastore/nvmedevice: use the necessary capture value and fix typo
myoungwon oh
1
-3
/
+3
2021-06-15
seastore: move implementation of TestMemory to nvmeblockdevice.cc
Jinyong Ha
3
-84
/
+57
2021-06-15
seastore: utilize errorator as a return type of discard()
Jinyong Ha
1
-1
/
+6
2021-06-15
seastore: utilize unique_ptr as a return value of create()
Jinyong Ha
2
-3
/
+3
2021-06-15
seastore: change class name NormalNBD to PosixNVMeDevice
Jinyong Ha
2
-8
/
+8
2021-06-15
seastore: replace POSIX call to seastar::file in NormalNBD
Jinyong Ha
3
-215
/
+71
2021-06-15
seastore: add abort_allocation
myoungwon oh
2
-0
/
+16
[next]