index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ceph_mds.cc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-16
librbd: replace ImageCtx::get_work_queue with direct AsioEngine usage
Jason Dillaman
28
-154
/
+177
2020-07-16
cls/rbd: add support for neorados-style IO requests
Jason Dillaman
4
-18
/
+63
2020-07-16
test/librados_test_stub: decode "osd blacklist" MON command
Jason Dillaman
1
-0
/
+13
2020-07-16
test/librados_test_stub: add support for basic neorados ops
Jason Dillaman
7
-12
/
+628
2020-07-16
test/librados_test_stub: pass read snap id to read operation hooks
Jason Dillaman
63
-242
/
+324
2020-07-16
test/librbd: fixed gmock warnings for get_parent_overlap calls
Jason Dillaman
1
-13
/
+9
2020-07-16
neorados: allow a client to wait for the latest OSD map
Jason Dillaman
2
-0
/
+14
2020-07-16
neorados: fixed missing handling of read flags
Jason Dillaman
1
-2
/
+2
2020-07-16
neorados: support blkin trace passing on execute calls
Jason Dillaman
4
-14
/
+40
2020-07-16
common/Timer: fixed invalid read from deleted object
Jason Dillaman
1
-1
/
+2
2020-07-16
crimson: do not capture unused variables
Kefu Chai
2
-4
/
+4
2020-07-16
doc/cephfs/nfs: Update about deploying nfs-ganesha with cephadm in vstart
Varsha Rao
1
-3
/
+16
2020-07-16
mgr/dashboard: Block the import of async from @angular/core/testing
Tiago Melo
6
-35
/
+30
2020-07-16
osd: Add config option to compact OSD's object store on start
Wido den Hollander
3
-0
/
+12
2020-07-16
crimson/osd: fix osd shutdown problem
Xuehan Xu
1
-9
/
+12
2020-07-16
doc/rados: remove a redundant "a" from a sentence
Zac Dover
1
-1
/
+1
2020-07-15
librbd: fix parent cache races and error handling
Jason Dillaman
4
-70
/
+47
2020-07-15
librbd: fix snapshot create error message
Mykola Golub
1
-1
/
+1
2020-07-15
librbd: move ContextWQ::queue definition to header
Jason Dillaman
2
-22
/
+16
2020-07-15
doc/devel: add zdover to leads list
Zac Dover
1
-0
/
+1
2020-07-15
mgr/cephadm: Add test for _check_daemons()
Sebastian Wagner
2
-4
/
+13
2020-07-15
mgr/cephadm: refactor `_create_daemon()`
Sebastian Wagner
6
-116
/
+155
2020-07-15
mgr/cephadm: Add CephadmDaemonSpec class
Sebastian Wagner
6
-57
/
+70
2020-07-15
mgr/DaemonServer: keep daemon in service map when it has no tasks
Kefu Chai
1
-15
/
+4
2020-07-15
mgr/DaemonServer: pass task_status instead of a message
Kefu Chai
2
-6
/
+10
2020-07-15
crush/CrushWrapper: rebuild reverse maps after rebuilding crush map
Jason Dillaman
1
-0
/
+1
2020-07-14
rbd-nbd: quisce hook should be installed to /usr/libexec/...
Jason Dillaman
2
-2
/
+2
2020-07-14
doc/cephadm: add yaml infor for orch apply mon
Zac Dover
1
-0
/
+43
2020-07-14
mgr/cephadm: check-host should not fail as hard using fqdn
Adam King
2
-8
/
+15
2020-07-14
cephadm: refactor update_firewalld
Sebastian Wagner
1
-41
/
+81
2020-07-14
doc/rados: Fix osd_scrub_during_recovery default value
BenoƮt Knecht
1
-1
/
+1
2020-07-14
osdc/Striper: add get_file_offset function
Or Ozeri
3
-0
/
+38
2020-07-14
mgr/dashboard: Fix some npm audit warnings
Tiago Melo
2
-166
/
+251
2020-07-13
os/Bluefs: fix file reader/writer buffer mempool
Deepika Upadhyay
4
-12
/
+11
2020-07-13
bluestore: _get_used_bytes should reflect new mempool fields
Deepika Upadhyay
1
-3
/
+7
2020-07-13
common/mempool: More detailed bluestore stats
Adam Kupczyk
2
-5
/
+10
2020-07-13
Introduce separate mempool for FileReaderBuffer and FileWriter
Deepika Upadhyay
1
-3
/
+8
2020-07-13
split mempool allocation for bluestore_cache_other
Deepika Upadhyay
5
-23
/
+32
2020-07-13
crimson/os/seastore: fix internal relative btree addrs
Samuel Just
1
-5
/
+15
2020-07-13
seastore/test_transaction_manager: add a test which forces an lba split
Samuel Just
1
-0
/
+18
2020-07-13
seastore/test_btree_lba_manager: ensure record and block addrs are different
Samuel Just
1
-1
/
+5
2020-07-13
crimson/osd: automate state logging in the backfill FSM.
Radoslaw Zarzynski
2
-4
/
+18
2020-07-13
osd: refactor needs_recovery() and needs_backfill() of PeeringState.
Radoslaw Zarzynski
1
-9
/
+6
2020-07-13
crimson/osd: synchronize BackfillRecovery with PeeringEvent.
Radoslaw Zarzynski
6
-1
/
+27
2020-07-13
crimson/osd: recovery locking uses ceph_assert_always().
Radoslaw Zarzynski
2
-3
/
+3
2020-07-13
crimson/osd: implement MOSDPGBackfill.
Radoslaw Zarzynski
6
-9
/
+124
2020-07-13
crimson/osd: implement BackfillRecoveryPipeline.
Radoslaw Zarzynski
3
-4
/
+28
2020-07-13
osd: improve debugs in PrimaryLogPG::do_scan().
Radoslaw Zarzynski
1
-0
/
+2
2020-07-13
crimson/osd: implement BackfillListener::backfilled().
Radoslaw Zarzynski
1
-1
/
+8
2020-07-13
crimson/osd: implement BackfillListener::enqueue_push().
Radoslaw Zarzynski
3
-1
/
+16
[next]